Merge pull request #99 from debsahu/master
Effect name corrections and addition to sendState when other modes (WS/MQTT) are used
This commit is contained in:
commit
1c9d09888c
2 changed files with 885 additions and 997 deletions
File diff suppressed because it is too large
Load diff
|
@ -6,61 +6,61 @@ light:
|
||||||
effect: true
|
effect: true
|
||||||
effect_list:
|
effect_list:
|
||||||
######
|
######
|
||||||
- Blink
|
- "Blink"
|
||||||
- Breath
|
- "Breath"
|
||||||
- ColorWipe
|
- "Color Wipe"
|
||||||
- ColorWipeInverse
|
- "Color Wipe Inverse"
|
||||||
- ColorWipeReverse
|
- "Color Wipe Reverse"
|
||||||
- ColorWipeReverseInverse
|
- "Color Wipe Reverse Inverse"
|
||||||
- ColorWipeRandom
|
- "Color Wipe Random"
|
||||||
- RandomColor
|
- "Random Color"
|
||||||
- SingleDynamic
|
- "Single Dynamic"
|
||||||
- MultiDynamic
|
- "Multi Dynamic"
|
||||||
- Rainbow
|
- "Rainbow"
|
||||||
- RainbowCycle
|
- "Rainbow Cycle"
|
||||||
- Scan
|
- "Scan"
|
||||||
- DualScan
|
- "Dual Scan"
|
||||||
- Fade
|
- "Fade"
|
||||||
- TheaterChase
|
- "Theater Chase"
|
||||||
- TheaterChaseRainbow
|
- "Theater Chase Rainbow"
|
||||||
- RunningLights
|
- "Running Lights"
|
||||||
- Twinkle
|
- "Twinkle"
|
||||||
- TwinkleRandom
|
- "Twinkle Random"
|
||||||
- TwinkleFade
|
- "Twinkle Fade"
|
||||||
- TwinkleFadeRandom
|
- "Twinkle Fade Random"
|
||||||
- Sparkle
|
- "Sparkle"
|
||||||
- FlashSparkle
|
- "Flash Sparkle"
|
||||||
- HyperSparkle
|
- "Hyper Sparkle"
|
||||||
- Strobe
|
- "Strobe"
|
||||||
- StrobeRainbow
|
- "Strobe Rainbow"
|
||||||
- MultiStrobe
|
- "Multi Strobe"
|
||||||
- BlinkRainbow
|
- "Blink Rainbow"
|
||||||
- ChaseWhite
|
- "Chase White"
|
||||||
- ChaseColor
|
- "Chase Color"
|
||||||
- ChaseRandom
|
- "Chase Random"
|
||||||
- ChaseRainbow
|
- "Chase Rainbow"
|
||||||
- ChaseFlash
|
- "Chase Flash"
|
||||||
- ChaseFlashRandom
|
- "Chase Flash Random"
|
||||||
- ChaseRainbowWhite
|
- "Chase Rainbow White"
|
||||||
- ChaseBlackout
|
- "Chase Blackout"
|
||||||
- ChaseBlackoutRainbow
|
- "Chase Blackout Rainbow"
|
||||||
- ColorSweepRandom
|
- "Color Sweep Random"
|
||||||
- RunningColor
|
- "Running Color"
|
||||||
- RunningRedBlue
|
- "Running Red Blue"
|
||||||
- RunningRandom
|
- "Running Random"
|
||||||
- LarsonScanner
|
- "Larson Scanner"
|
||||||
- Comet
|
- "Comet"
|
||||||
- Fireworks
|
- "Fireworks"
|
||||||
- FireworksRandom
|
- "Fireworks Random"
|
||||||
- MerryChristmas
|
- "Merry Christmas"
|
||||||
- FireFlicker
|
- "Fire Flicker"
|
||||||
- FireFlickerSoft
|
- "Fire Flicker (soft)"
|
||||||
- FireFlickerIntense
|
- "Fire Flicker (intense)"
|
||||||
- CircusCombustus
|
- "Circus Combustus"
|
||||||
- Halloween
|
- "Halloween"
|
||||||
- BicolorChase
|
- "Bicolor Chase"
|
||||||
- TricolorChase
|
- "Tricolor Chase"
|
||||||
- ICU
|
- "ICU"
|
||||||
brightness: true
|
brightness: true
|
||||||
rgb: true
|
rgb: true
|
||||||
optimistic: false
|
optimistic: false
|
||||||
|
|
Loading…
Reference in a new issue