mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
5454ddb375
Former-commit-id: e1fb69fd4de4b8968075660e3ba7f7add021c152
12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"command": {
|
|
"type" : "string",
|
|
"required" : true,
|
|
"enum" : ["color", "image", "effect", "serverinfo", "clear", "clearall", "transform"]
|
|
}
|
|
}
|
|
}
|