mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
74ff5c7ada
* patch and improve philiphshue * cleanup * cleanup * cleanup * LedDevice switchOn() * add signal for on/off to ledDevice
53 lines
1.1 KiB
JSON
53 lines
1.1 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
|
|
},
|
|
"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" : 6
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|