update schemas | mod jsoneditor (#243)

* update

* sync

[skip ci]

* always required

[skip ci]
This commit is contained in:
brindosch
2016-09-15 19:06:21 +02:00
committed by redPanther
parent 30a667c610
commit a04f34eab7
23 changed files with 534 additions and 389 deletions

View File

@@ -4,29 +4,35 @@
"properties":{
"output": {
"type": "string",
"title":"Target IP"
"title":"Target IP",
"propertyOrder" : 1
},
"username": {
"type": "string",
"title":"Username",
"default": "newdeveloper"
"default": "newdeveloper",
"propertyOrder" : 2
},
"lightIds": {
"type": "array",
"title":"Light ids",
"items": {
"items" : {
"type" : "integer"
}
},
"propertyOrder" : 3
},
"transitiontime": {
"type": "integer",
"title":"Transistion time (x100ms)",
"default" : 1
"default" : 1,
"propertyOrder" : 4
},
"switchOffOnBlack": {
"type": "boolean",
"format": "checkbox",
"title":"Switch off on black",
"default" : true
"default" : true,
"propertyOrder" : 5
}
},
"additionalProperties": true