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:
penfold42
2016-12-09 23:21:32 +11:00
committed by brindosch
parent 0d114ca728
commit 33f5530a1c
6 changed files with 161 additions and 1 deletions

11
effects/candle.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name" : "Candle",
"script" : "candle.py",
"args" :
{
"sleepTime" : 0.15,
"brightness" : 0.50,
"color" : [ 255, 138, 0 ],
"candles" : "all"
}
}