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: config.schema.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,10 +88,11 @@
88
88
"blink-status-polling-seconds": {
89
89
"title": "Blink Status Polling (seconds)",
90
90
"type": "integer",
91
+
"default": 10,
91
92
"minimum": 1,
92
93
"maximum": 300,
93
94
"placeholder": "10",
94
-
"description": "Interval (seconds) between Blink system refreshes. Default is 10 seconds and this is the minimum recommended value."
95
+
"description": "Interval (seconds) between Blink system refreshes (range 1–300). Default 10. Higher values reduce API load but delay arm/disarm state updates."
0 commit comments