Config setting to opt-in to setting Plejd clock time
This commit is contained in:
parent
74716557c8
commit
fa0ba6be31
3 changed files with 28 additions and 19 deletions
|
|
@ -19,6 +19,7 @@
|
|||
"mqttPassword": "",
|
||||
"includeRoomsAsLights": false,
|
||||
"preferCachedApiResponse": false,
|
||||
"updatePlejdClock": false,
|
||||
"logLevel": "info",
|
||||
"connectionTimeout": 2,
|
||||
"writeQueueWaitTime": 400
|
||||
|
|
@ -32,6 +33,7 @@
|
|||
"mqttPassword": "str",
|
||||
"includeRoomsAsLights": "bool",
|
||||
"preferCachedApiResponse": "bool",
|
||||
"updatePlejdClock": "bool",
|
||||
"logLevel": "list(error|warn|info|debug|verbose|silly)",
|
||||
"connectionTimeout": "int",
|
||||
"writeQueueWaitTime": "int"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue