mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[netatmo] Fix the thresholds for the WifiStatus channel (#10544)
Fix #10540 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
858ef65aef
commit
1368b13500
@ -34,7 +34,7 @@
|
|||||||
</channels>
|
</channels>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<property name="signalLevels">86,71,56</property>
|
<property name="signalLevels">99,84,69,54</property>
|
||||||
<property name="refreshPeriod">auto</property>
|
<property name="refreshPeriod">auto</property>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
</channels>
|
</channels>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<property name="signalLevels">86,71,56</property>
|
<property name="signalLevels">99,84,69,54</property>
|
||||||
<property name="refreshPeriod">auto</property>
|
<property name="refreshPeriod">auto</property>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
</channels>
|
</channels>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<property name="signalLevels">86,71,56</property>
|
<property name="signalLevels">99,84,69,54</property>
|
||||||
<property name="refreshPeriod">3600000</property>
|
<property name="refreshPeriod">3600000</property>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user