mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
9cc6c75633
* 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
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"name" : "Snake",
|
|
"script" : "snake.py",
|
|
"args" :
|
|
{
|
|
"rotation-time" : 12.0,
|
|
"color" : [255, 0, 0],
|
|
"background-color" : [0, 0, 0],
|
|
"percentage" : 10
|
|
}
|
|
}
|