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