mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
a04f34eab7
* update * sync [skip ci] * always required [skip ci]
26 lines
419 B
JSON
26 lines
419 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"host" : {
|
|
"type": "string",
|
|
"title":"Target IP",
|
|
"propertyOrder" : 1
|
|
},
|
|
"latchtime": {
|
|
"type": "integer",
|
|
"title":"Latchtime",
|
|
"default": 104000,
|
|
"propertyOrder" : 2
|
|
},
|
|
"max-packet": {
|
|
"type": "integer",
|
|
"title":"Max-packet",
|
|
"minimum" : 0,
|
|
"default" : 170,
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|