You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/util/settings.schema.json
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -770,6 +770,27 @@
770
770
"description": "Examples when 'state' of a device is published json: topic: 'zigbee2mqtt/my_bulb' payload '{\"state\": \"ON\"}' attribute: topic 'zigbee2mqtt/my_bulb/state' payload 'ON' attribute_and_json: both json and attribute (see above)"
771
771
}
772
772
}
773
+
},
774
+
"health": {
775
+
"title": "Health",
776
+
"description": "Periodically check the health of Zigbee2MQTT",
777
+
"type": "object",
778
+
"properties": {
779
+
"interval": {
780
+
"type": "number",
781
+
"title": "Interval",
782
+
"description": "Interval between checks in minutes",
783
+
"default": 10,
784
+
"requiresRestart": true
785
+
},
786
+
"reset_on_check": {
787
+
"type": "boolean",
788
+
"title": "Reset on check",
789
+
"description": "If true, will reset stats every time the health check is executed (only applicable to stats that can be reset).",
0 commit comments