hyperion.ng/effects/strobe-white.json

16 lines
284 B
JSON

{
"name" : "Strobe white",
"script" : "fade.py",
"args" :
{
"color-start": [ 255, 255, 255 ],
"color-end": [ 0, 0, 0 ],
"fade-in-time" : 0,
"fade-out-time" : 100,
"color-start-time" : 50,
"color-end-time" : 10,
"repeat-count" : 0,
"maintain-end-color" : true
}
}