Skip to content

Commit

Permalink
[netatmo] Fix the thresholds for the WifiStatus channel (openhab#10544)
Browse files Browse the repository at this point in the history
Fix openhab#10540

Signed-off-by: Laurent Garnier <[email protected]>
Signed-off-by: John Marshall <[email protected]>
  • Loading branch information
lolodomo authored and themillhousegroup committed May 10, 2021
1 parent 14a295c commit 7bacb81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</channels>

<properties>
<property name="signalLevels">86,71,56</property>
<property name="signalLevels">99,84,69,54</property>
<property name="refreshPeriod">auto</property>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</channels>

<properties>
<property name="signalLevels">86,71,56</property>
<property name="signalLevels">99,84,69,54</property>
<property name="refreshPeriod">auto</property>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</channels>

<properties>
<property name="signalLevels">86,71,56</property>
<property name="signalLevels">99,84,69,54</property>
<property name="refreshPeriod">3600000</property>
</properties>

Expand Down

0 comments on commit 7bacb81

Please sign in to comment.