mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
aaa4235cab
* Align PhilipsHue (Classic) * Minor Device corrections * Have code working with Qt < 5.10 * Fixes on Hue Wizzard * Fixes on Hue Wizzard * Calculate Latchtime only for lights updated by hyperion * Allow to disable restoring original light's state * Fix - LightIDs / LightMap vectors were not cleared when reopening the device * Reduce API Calls for state updates by consolidation
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"output": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_targetIp_title",
|
|
"default":"",
|
|
"propertyOrder" : 1
|
|
},
|
|
"username": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_username_title",
|
|
"default": "",
|
|
"propertyOrder" : 2
|
|
},
|
|
"transitiontime": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_transistionTime_title",
|
|
"default" : 1,
|
|
"append" : "x100ms",
|
|
"propertyOrder" : 3
|
|
},
|
|
"switchOffOnBlack": {
|
|
"type": "boolean",
|
|
"title":"edt_dev_spec_switchOffOnBlack_title",
|
|
"default" : true,
|
|
"propertyOrder" : 4
|
|
},
|
|
"brightnessFactor": {
|
|
"type": "number",
|
|
"title":"edt_dev_spec_brightnessFactor_title",
|
|
"default" : 1.0,
|
|
"minimum" : 0.5,
|
|
"maximum" : 10.0,
|
|
"propertyOrder" : 5
|
|
},
|
|
"restoreOriginalState": {
|
|
"type": "boolean",
|
|
"title":"edt_dev_spec_restoreOriginalState_title",
|
|
"default" : true,
|
|
"propertyOrder" : 6
|
|
},
|
|
|
|
"lightIds": {
|
|
"type": "array",
|
|
"title":"edt_dev_spec_lightid_title",
|
|
"minItems": 1,
|
|
"uniqueItems" : true,
|
|
"items" : {
|
|
"type" : "integer",
|
|
"minimum" : 0,
|
|
"title" : "edt_dev_spec_lightid_itemtitle"
|
|
},
|
|
"propertyOrder" : 7
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|