Skip to content

Commit

Permalink
Merge pull request #14 from kovapatrik/fix/polling-interval
Browse files Browse the repository at this point in the history
fix: polling interval default
  • Loading branch information
kovapatrik authored Oct 9, 2024
2 parents 748921a + a699cbe commit 7bdd9fb
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 7bdd9fb

Please sign in to comment.