hyperion.ng/libsrc/leddevice/schemas/schema-philipshue.json
brindosch a04f34eab7 update schemas | mod jsoneditor (#243)
* update

* sync

[skip ci]

* always required

[skip ci]
2016-09-15 19:06:21 +02:00

40 lines
710 B
JSON

{
"type":"object",
"required":true,
"properties":{
"output": {
"type": "string",
"title":"Target IP",
"propertyOrder" : 1
},
"username": {
"type": "string",
"title":"Username",
"default": "newdeveloper",
"propertyOrder" : 2
},
"lightIds": {
"type": "array",
"title":"Light ids",
"items" : {
"type" : "integer"
},
"propertyOrder" : 3
},
"transitiontime": {
"type": "integer",
"title":"Transistion time (x100ms)",
"default" : 1,
"propertyOrder" : 4
},
"switchOffOnBlack": {
"type": "boolean",
"format": "checkbox",
"title":"Switch off on black",
"default" : true,
"propertyOrder" : 5
}
},
"additionalProperties": true
}