Adding support to turn off LEDs.

This commit is contained in:
stephb9959
2021-10-26 21:43:27 -07:00
parent cf95f47939
commit 4eef6fc310
2 changed files with 4 additions and 1 deletions

2
build
View File

@@ -1 +1 @@
71
77

View File

@@ -117,6 +117,9 @@ components:
HomeDeviceMode:
type: object
properties:
enableLEDS:
type: boolean
default: true
type:
oneOf:
- $ref: '#/components/schemas/HomeDeviceModeAutomatic'