Skip to content

Commit

Permalink
Allow disabling polling in config
Browse files Browse the repository at this point in the history
  • Loading branch information
milo526 committed Jul 26, 2020
1 parent 6c1de73 commit 80cbfad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@
"pollingInterval":{
"title":"Polling Inverval",
"type":"number",
"description":"The frequency in seconds that the plugin polls the cloud to get device updates. Defaults to 10.",
"default":10,
"required":true
"description":"The frequency in seconds that the plugin polls the cloud to get device updates. Can be left empty to only fetch on request.",
"required":false
}
}
}
Expand Down

0 comments on commit 80cbfad

Please sign in to comment.