hyperion.ng/effects/lights.json
Paulchen Panther 9cc6c75633 Use GIF files for effects (#477)
* Add new Effects

* add schema file for gif based effects

* add background color to snake effect

* add background color to snake effect

* Update schema file for snake effect

* Add function getImage

* add function getImage

* optimize lights.gif

* Add format to GIF schema
2017-10-12 12:00:32 +02:00

11 lines
122 B
JSON

{
"name" : "Lights",
"script" : "gif.py",
"args" :
{
"image" : ":lights.gif",
"fps" :25,
"reverse" : false
}
}