mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
23 lines
416 B
JSON
23 lines
416 B
JSON
|
{
|
||
|
"type":"object",
|
||
|
"required":true,
|
||
|
"properties":{
|
||
|
"host" : {
|
||
|
"type": "string",
|
||
|
"title":"edt_dev_spec_targetIpHost_title",
|
||
|
"propertyOrder" : 1
|
||
|
},
|
||
|
"latchTime": {
|
||
|
"type": "integer",
|
||
|
"title":"edt_dev_spec_latchtime_title",
|
||
|
"default": 0,
|
||
|
"append" : "edt_append_ms",
|
||
|
"minimum": 0,
|
||
|
"maximum": 1000,
|
||
|
"access" : "expert",
|
||
|
"propertyOrder" : 2
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": true
|
||
|
}
|