Skip to content

Commit

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

Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo committed Apr 18, 2021
1 parent fb1d6a2 commit c78c85d
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">86,76,66,56</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">86,76,66,56</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">86,76,66,56</property>
<property name="refreshPeriod">3600000</property>
</properties>

Expand Down

0 comments on commit c78c85d

Please sign in to comment.