2016-08-23 20:07:12 +02:00
|
|
|
{
|
|
|
|
"type":"object",
|
|
|
|
"required":true,
|
|
|
|
"properties":{
|
2016-08-30 23:25:27 +02:00
|
|
|
"output": {
|
|
|
|
"type": "string",
|
|
|
|
"title":"Target IP"
|
|
|
|
},
|
|
|
|
"username": {
|
|
|
|
"type": "string",
|
|
|
|
"title":"Username",
|
|
|
|
"default": "newdeveloper"
|
|
|
|
},
|
|
|
|
"lightIds": {
|
2016-09-10 23:30:05 +02:00
|
|
|
"type": "array",
|
|
|
|
"title":"Light ids",
|
|
|
|
"items": {
|
|
|
|
"type" : "integer"
|
|
|
|
}
|
2016-08-30 23:25:27 +02:00
|
|
|
},
|
|
|
|
"transitiontime": {
|
|
|
|
"type": "integer",
|
|
|
|
"title":"Transistion time (x100ms)",
|
2016-09-10 19:08:08 +02:00
|
|
|
"default" : 1
|
2016-08-30 23:25:27 +02:00
|
|
|
},
|
|
|
|
"switchOffOnBlack": {
|
|
|
|
"type": "boolean",
|
|
|
|
"title":"Switch off on black",
|
|
|
|
"default" : true
|
|
|
|
}
|
2016-08-23 20:07:12 +02:00
|
|
|
},
|
|
|
|
"additionalProperties": true
|
|
|
|
}
|