Skip to content

Commit c87b163

Browse files
committed
fix(schema): set default for blink polling slider and update description
1 parent 079340e commit c87b163

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@
8888
"blink-status-polling-seconds": {
8989
"title": "Blink Status Polling (seconds)",
9090
"type": "integer",
91+
"default": 10,
9192
"minimum": 1,
9293
"maximum": 300,
9394
"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."
9596
},
9697
"camera-thumbnail-refresh-seconds": {
9798
"title": "Camera Thumbnail Refresh (seconds)",

0 commit comments

Comments
 (0)