check_shelly - wifi adaption

This commit is contained in:
Dirk Alders 2023-12-29 09:06:52 +01:00
parent 6aedd63627
commit dad7d97d1a

View File

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