shelly wifi levels adapted

This commit is contained in:
Dirk Alders 2024-02-01 17:14:04 +01:00
parent a117442072
commit eb96e48c93

View File

@ -9,7 +9,7 @@ import urllib.request
CHECKS = ['wifi', 'mqtt', 'memory', 'filesystem', 'temperature']
#
WIFI_QUALITY_ERROR = -92
WIFI_QUALITY_WARNING = -88
WIFI_QUALITY_WARNING = -90
#
RAM_ERROR = .15
RAM_WARNING = .30