hyperion.ng/libsrc/leddevice/schemas/schema-philipshue.json
brindosch 0603fadd21 Web: Centralize websocket, add json port changer and led schemas (#209)
* add comp test

* update web

* .

* typo

[skip ci]
2016-08-30 23:25:27 +02:00

31 lines
524 B
JSON

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