2016-08-15 22:32:01 +02:00
|
|
|
{
|
|
|
|
"type":"object",
|
|
|
|
"required":true,
|
|
|
|
"properties":{
|
|
|
|
"command": {
|
|
|
|
"type" : "string",
|
|
|
|
"required" : true,
|
|
|
|
"enum" : ["config"]
|
|
|
|
},
|
|
|
|
"subcommand": {
|
|
|
|
"type" : "string",
|
|
|
|
"required" : true,
|
2021-11-17 20:30:43 +00:00
|
|
|
"enum" : ["getconfig","getschema","setconfig","restoreconfig","reload"]
|
2016-08-15 22:32:01 +02:00
|
|
|
},
|
2024-05-08 22:06:32 +02:00
|
|
|
"instance" : {
|
|
|
|
"type" : "integer",
|
|
|
|
"minimum": 0,
|
|
|
|
"maximum": 255
|
|
|
|
},
|
2016-08-17 11:46:36 +02:00
|
|
|
"tan" : {
|
|
|
|
"type" : "integer"
|
|
|
|
},
|
2016-08-15 22:32:01 +02:00
|
|
|
"config": {
|
|
|
|
"type" : "object"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|