diff --git a/config.schema.json b/config.schema.json index 26c6beb..140fce5 100644 --- a/config.schema.json +++ b/config.schema.json @@ -236,6 +236,12 @@ } } }, + "idleWatchInterval": { + "type": "integer", + "title": "Idle Poll Interval (minutes)", + "description": "How often to poll Roomba's status when it is idle. Defaults to 15 minutes.", + "required": false + }, "debug": { "type": "boolean", "title": "Debug logging", @@ -316,6 +322,7 @@ "expandable": true, "expanded": false, "items": [ + "idleWatchInterval", "disableDiscovery", "debug" ] diff --git a/docs/functions/default.html b/docs/functions/default.html index fad0b49..5730451 100644 --- a/docs/functions/default.html +++ b/docs/functions/default.html @@ -1,2 +1,2 @@