2016-08-04 13:10:53 +02:00
|
|
|
{
|
|
|
|
"type":"object",
|
|
|
|
"required":true,
|
|
|
|
"properties":
|
|
|
|
{
|
|
|
|
"command":
|
|
|
|
{
|
|
|
|
"type" : "string",
|
|
|
|
"required" : true,
|
|
|
|
"enum" : ["componentstate"]
|
|
|
|
},
|
2016-08-17 11:46:36 +02:00
|
|
|
"tan" : {
|
|
|
|
"type" : "integer"
|
|
|
|
},
|
2016-08-04 13:10:53 +02:00
|
|
|
"componentstate":
|
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"required": true,
|
|
|
|
"properties":
|
|
|
|
{
|
|
|
|
"component":
|
|
|
|
{
|
2016-08-17 11:46:36 +02:00
|
|
|
"type" : "string",
|
2016-08-04 13:10:53 +02:00
|
|
|
"enum" : ["SMOOTHING", "BLACKBORDER", "KODICHECKER", "FORWARDER", "UDPLISTENER", "BOBLIGHTSERVER", "GRABBER"],
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"state":
|
|
|
|
{
|
|
|
|
"type": "bool",
|
|
|
|
"required": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|