Config setting to opt-in to setting Plejd clock time

This commit is contained in:
Victor Hagelbäck 2021-02-18 21:17:29 +01:00
parent 74716557c8
commit fa0ba6be31
3 changed files with 28 additions and 19 deletions

View file

@ -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"