command hyperion-remote -l seams to be provide infomrmations that seams to be useless
Code
"name" : "Snake",
"script" : "/opt/hyperion/effects/snake.py"
},
{
"args" : {
"brightness" : 1.0,
"color" : [ 255, 255, 255 ],
"random-color" : true,
"reverse" : false,
"rotation-time" : 3.0,
"saturation" : 1.0,
"sleep-time" : 0.050
},
Display More
should be refactored to a clean list with all available effect names. We don´t need the args and the path.
The current transform values are deprecated and should be removed/replaced from the output
Code
"transform" : [
{
"blacklevel" : [ 0.030, 0.030, 0.010 ],
"gamma" : [ 1.750, 1.750, 1.750 ],
"id" : "default",
"saturationGain" : 1.0,
"threshold" : [ 0.030, 0.030, 0.030 ],
"valueGain" : 1.050,
"whitelevel" : [ 0.40, 0.40, 0.20 ]
}
this is a list of.... priorities! ?!?!