Skip to content

Commit

Permalink
[iotawatt] add connection
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Rosenberg <prosenb.dev@gmail.com>
  • Loading branch information
PRosenb committed May 6, 2024
1 parent 2794f11 commit 89bfd10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public void initialize() {

updateStatus(ThingStatus.UNKNOWN);

fetchDataJob = scheduler.scheduleWithFixedDelay(fetchDataService::pollDevice, 0, config.refreshIntervalInSeconds,
TimeUnit.SECONDS);
fetchDataJob = scheduler.scheduleWithFixedDelay(fetchDataService::pollDevice, 0,
config.refreshIntervalInSeconds, TimeUnit.SECONDS);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>binding</type>
<name>IoTaWatt Binding</name>
<description>This is the binding for IoTaWatt.</description>
<connection>local</connection>

</addon:addon>

0 comments on commit 89bfd10

Please sign in to comment.