[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:
lolodomo 2021-04-20 20:38:57 +02:00 committed by GitHub
parent 858ef65aef
commit 1368b13500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>