mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
5c7085439b
* update * resolve qt5w * test * Go down cmake python search won the price for crazy lib searches! * 2.7 python forced, RPATH * upstream * ... * update * ... * 2.7.12 py it picks random versions... * max 7.12.5.... * Test 14.04 tests
38 lines
647 B
JSON
38 lines
647 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":
|
|
{
|
|
"command":
|
|
{
|
|
"type" : "string",
|
|
"required" : true,
|
|
"enum" : ["componentstate"]
|
|
},
|
|
"tan" : {
|
|
"type" : "integer"
|
|
},
|
|
"componentstate":
|
|
{
|
|
"type": "object",
|
|
"required": true,
|
|
"properties":
|
|
{
|
|
"component":
|
|
{
|
|
"type" : "string",
|
|
"enum" : ["ALL", "SMOOTHING", "BLACKBORDER", "KODICHECKER", "FORWARDER", "UDPLISTENER", "BOBLIGHTSERVER", "GRABBER", "V4L", "LEDDEVICE"],
|
|
"required": true
|
|
},
|
|
"state":
|
|
{
|
|
"type": "bool",
|
|
"required": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|