mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
a4811b7e3c
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
38 lines
617 B
JSON
38 lines
617 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", "FORWARDER", "BOBLIGHTSERVER", "GRABBER", "V4L", "LEDDEVICE"],
|
|
"required": true
|
|
},
|
|
"state":
|
|
{
|
|
"type": "bool",
|
|
"required": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|