Update update_check_interval to type number (#6278)

This commit is contained in:
Timoline
2021-02-15 17:58:39 +01:00
committed by GitHub
parent 9dd9f33b4a
commit e358ec305e
+1 -1
View File
@@ -514,7 +514,7 @@
"title": "OTA updates",
"properties": {
"update_check_interval": {
"type": "boolean",
"type": "number",
"title": "Update check interval",
"description": "Your device may request a check for a new firmware update. This value determines how frequently third party servers may actually be contacted to look for firmware updates. The value is set in minutes, and the default is 10.",
"default": 10