hyperion.ng/libsrc/leddevice/schemas/schema-udpraw.json
brindosch 8d55154164 Transit translation system (#309)
* update schemas

* update schemas

* update schemas

* schema update

* update translation

* upd
2016-12-04 19:32:23 +01:00

21 lines
354 B
JSON

{
"type":"object",
"required":true,
"properties":{
"host" : {
"type": "string",
"title":"edt_dev_spec_targetIp_title",
"propertyOrder" : 1
},
"port" : {
"type": "integer",
"title":"edt_dev_spec_port_title",
"default": 5568,
"minimum" : 0,
"maximum" : 65535,
"propertyOrder" : 2
}
},
"additionalProperties": true
}