mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
e9040f885d
* no smooth for efx rework fade effect * join strobe and fade effects new effect "breath" * - make transition efx to smooth mode more smooth - fixes for pacman - rework fade base effect - make it more versatile - fix prios in schema files - new notify blue effect to demonstrate capability of fade effect
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"name" : "Cinema brighten lights",
|
|
"script" : "fade.py",
|
|
"args" :
|
|
{
|
|
"color-start" : [ 136, 97, 7 ],
|
|
"color-end" : [ 238, 173, 47 ],
|
|
"fade-in-time" : 5000,
|
|
"fade-out-time" : 0,
|
|
"color-start-time" : 0,
|
|
"color-end-time" : 0,
|
|
"repeat-count" : 1,
|
|
"maintain-end-color" : true
|
|
}
|
|
}
|