mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added new Candle effect - like those fake flickering led candles (#317)
* Added new Candle effect - like those fake flickering led candles * Candle work... code cleanups parameter changes schema file english labels * renamed a title * candle effect german localisation * fix typo in police.py
This commit is contained in:
11
effects/candle.json
Normal file
11
effects/candle.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name" : "Candle",
|
||||
"script" : "candle.py",
|
||||
"args" :
|
||||
{
|
||||
"sleepTime" : 0.15,
|
||||
"brightness" : 0.50,
|
||||
"color" : [ 255, 138, 0 ],
|
||||
"candles" : "all"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user