2020-11-01 21:56:19 +01:00
|
|
|
{
|
2021-04-24 19:37:29 +02:00
|
|
|
"type": "object",
|
|
|
|
"required": true,
|
|
|
|
"properties": {
|
|
|
|
"hostList": {
|
|
|
|
"type": "string",
|
|
|
|
"title": "edt_dev_spec_devices_discovered_title",
|
|
|
|
"enum": [ "NONE" ],
|
|
|
|
"options": {
|
|
|
|
"enum_titles": [ "edt_dev_spec_devices_discovery_inprogress" ],
|
|
|
|
"infoText": "edt_dev_spec_devices_discovered_title_info"
|
|
|
|
},
|
|
|
|
"required": true,
|
|
|
|
"propertyOrder": 1
|
|
|
|
},
|
|
|
|
"host": {
|
|
|
|
"type": "string",
|
|
|
|
"title": "edt_dev_spec_targetIpHost_title",
|
|
|
|
"options": {
|
|
|
|
"infoText": "edt_dev_spec_targetIpHost_title_info"
|
|
|
|
},
|
|
|
|
"required": true,
|
|
|
|
"propertyOrder": 2
|
|
|
|
},
|
|
|
|
"latchTime": {
|
|
|
|
"type": "integer",
|
|
|
|
"title": "edt_dev_spec_latchtime_title",
|
|
|
|
"default": 0,
|
|
|
|
"append": "edt_append_ms",
|
|
|
|
"minimum": 0,
|
|
|
|
"maximum": 1000,
|
|
|
|
"access": "expert",
|
|
|
|
"options": {
|
|
|
|
"infoText": "edt_dev_spec_latchtime_title_info"
|
|
|
|
},
|
|
|
|
"propertyOrder": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": true
|
2020-11-01 21:56:19 +01:00
|
|
|
}
|