hyperion.ng/libsrc/leddevice/schemas/schema-philipshue.json
brindosch f349f4b0ee forms: horizontal layout and unit support (#245)
* update

* sync

[skip ci]

* always required

[skip ci]

* append support

* update schemas

[skip ci]

* typo

[skip ci]

* adjustment

* update

[skip ci]

* sync

[skip ci]

* slightly smaller logo

[skip ci]

* also for checkboxes

[skip ci]

* new connection lost page

[skip ci]

* update con_lost page

[skip ci]

* lost change

[skip ci]

* fix center position

[skip ci]
2016-09-17 23:37:44 +02:00

41 lines
725 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",
"default" : 1,
"append" : "x100ms",
"propertyOrder" : 4
},
"switchOffOnBlack": {
"type": "boolean",
"format": "checkbox",
"title":"Switch off on black",
"default" : true,
"propertyOrder" : 5
}
},
"additionalProperties": true
}