mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
8d55154164
* update schemas * update schemas * update schemas * schema update * update translation * upd
41 lines
836 B
JSON
41 lines
836 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"output": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_targetIp_title",
|
|
"propertyOrder" : 1
|
|
},
|
|
"username": {
|
|
"type": "string",
|
|
"title":"edt_dev_spec_username_title",
|
|
"default": "newdeveloper",
|
|
"propertyOrder" : 2
|
|
},
|
|
"lightIds": {
|
|
"type": "array",
|
|
"title":"edt_dev_spec_lightid_title",
|
|
"items" : {
|
|
"type" : "integer",
|
|
"title" : "edt_dev_spec_lightid_itemtitle"
|
|
},
|
|
"propertyOrder" : 3
|
|
},
|
|
"transitiontime": {
|
|
"type": "integer",
|
|
"title":"edt_dev_spec_transistionTime_title",
|
|
"default" : 1,
|
|
"append" : "x100ms",
|
|
"propertyOrder" : 4
|
|
},
|
|
"switchOffOnBlack": {
|
|
"type": "boolean",
|
|
"title":"edt_dev_spec_switchOffOnBlack_title",
|
|
"default" : true,
|
|
"propertyOrder" : 5
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|