hyperion.ng/libsrc/jsonserver/schema/schema.json

12 lines
349 B
JSON
Raw Normal View History

2013-08-18 12:02:17 +02:00
{
"type":"object",
"required":true,
"properties":{
"command": {
"type" : "string",
"required" : true,
"enum" : ["color", "image", "effect", "serverinfo", "clear", "clearall", "transform", "correction", "temperature", "adjustment", "sourceselect", "config", "componentstate"]
2013-08-18 12:02:17 +02:00
}
}
}