Skip to content

Commit

Permalink
fix: polling interval default
Browse files Browse the repository at this point in the history
  • Loading branch information
kovapatrik committed Oct 9, 2024
1 parent 748921a commit a699cbe
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 111 deletions.
13 changes: 2 additions & 11 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"pollingInterval": {
"title": "Polling Interval",
"description": "Interval in miliseconds to poll the BlueAir API for updates. It's recommended to keep this at least 5 seconds (5000 miliseconds).",
"description": "Interval in miliseconds to poll the BlueAir API for updates. It's recommended to keep this at least 15 seconds (15000 miliseconds).",
"type": "number"
},
"devices": {
Expand Down Expand Up @@ -117,16 +117,7 @@
"expandable": true,
"expanded": true,
"title": "Common Settings",
"items": [
"name",
"username",
"password",
"region",
"accountUuid",
"verboseLogging",
"uiDebug",
"pollingInterval"
]
"items": ["name", "username", "password", "region", "accountUuid", "verboseLogging", "uiDebug", "pollingInterval"]
},
{
"key": "devices",
Expand Down
Loading

0 comments on commit a699cbe

Please sign in to comment.