mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
16 lines
282 B
JSON
16 lines
282 B
JSON
|
{
|
||
|
"name" : "Strobe red",
|
||
|
"script" : "fade.py",
|
||
|
"args" :
|
||
|
{
|
||
|
"color-start": [ 255, 0, 0 ],
|
||
|
"color-end": [ 0, 0, 0 ],
|
||
|
"fade-in-time" : 100,
|
||
|
"fade-out-time" : 100,
|
||
|
"color-start-time" : 100,
|
||
|
"color-end-time" : 100,
|
||
|
"repeat-count" : 0,
|
||
|
"maintain-end-color" : true
|
||
|
}
|
||
|
}
|