mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
0603fadd21
* add comp test * update web * . * typo [skip ci]
31 lines
524 B
JSON
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
|
|
}
|