mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added brightnessFactor configuration option to LedDevicePhilipsHue (#427)
* Added missing json document compilation to states retrieval. * Major rework and implemented feature to increase brightness by a configurable factor. * Made network manager property of the hue bridge class. * Fixed some errors regarding model id handling. * Removed early return. * Update of philips hue schema for new parameter
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
"title":"edt_dev_spec_switchOffOnBlack_title",
|
||||
"default" : true,
|
||||
"propertyOrder" : 5
|
||||
},
|
||||
"brightnessFactor": {
|
||||
"type": "number",
|
||||
"title":"edt_dev_spec_brightnessFactor_title",
|
||||
"default" : 1.0,
|
||||
"propertyOrder" : 6
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
|
Reference in New Issue
Block a user