Browse Source

shelly wifi levels adapted

master
Dirk Alders 10 months ago
parent
commit
eb96e48c93
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      check_shelly

+ 1
- 1
check_shelly View File

9
 CHECKS = ['wifi', 'mqtt', 'memory', 'filesystem', 'temperature']
9
 CHECKS = ['wifi', 'mqtt', 'memory', 'filesystem', 'temperature']
10
 #
10
 #
11
 WIFI_QUALITY_ERROR = -92
11
 WIFI_QUALITY_ERROR = -92
12
-WIFI_QUALITY_WARNING = -88
12
+WIFI_QUALITY_WARNING = -90
13
 #
13
 #
14
 RAM_ERROR = .15
14
 RAM_ERROR = .15
15
 RAM_WARNING = .30
15
 RAM_WARNING = .30

Loading…
Cancel
Save