mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +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>
|
||||
|
||||
<properties>
|
||||
<property name="signalLevels">86,71,56</property>
|
||||
<property name="signalLevels">99,84,69,54</property>
|
||||
<property name="refreshPeriod">auto</property>
|
||||
</properties>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user