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",
|
2019-07-23 22:00:43 +02:00
|
|
|
"enum" : ["ALL", "SMOOTHING", "BLACKBORDER", "FORWARDER", "BOBLIGHTSERVER", "GRABBER", "V4L", "LEDDEVICE"],
|
2016-08-04 13:10:53 +02:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"state":
|
|
|
|
{
|
|
|
|
"type": "bool",
|
|
|
|
"required": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|