mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
23194730c2
* on v4l screenshot, print out nosignal threshold values * separate fractional parameters for no signal detection * fully implement handling for "rainbow grabber" * hyperion-v4l2 --screenshot can also evaluate best reagion and color for no signal detection * tune output of no signal detection * v4l outputs warninsg only, todo: make it adyustable * typo * v4l signal detection, now with validation checks * remove obsolete schema files * fix code style * fix text typos * code style
12 lines
327 B
JSON
12 lines
327 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"command": {
|
|
"type" : "string",
|
|
"required" : true,
|
|
"enum" : ["color", "image", "effect", "create-effect", "delete-effect", "serverinfo", "clear", "clearall", "transform", "adjustment", "sourceselect", "config", "componentstate", "ledcolors", "logging"]
|
|
}
|
|
}
|
|
}
|