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:
ntim
2017-03-31 10:17:14 +02:00
committed by redPanther
parent e9040f885d
commit 59ce0a640e
3 changed files with 444 additions and 366 deletions

View File

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