mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
f349f4b0ee
* 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]
41 lines
725 B
JSON
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
|
|
}
|