mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 13:26:02 +00:00
34_ESPEasy.pm: Plugin neopixelfx added
git-svn-id: https://svn.fhem.de/fhem/trunk@14716 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
877e875e22
commit
990ece2ba5
@ -104,7 +104,9 @@ my %ESPEasy_setCmds = (
|
|||||||
"serialsend" => "1", #_P020_Ser2Net.ino
|
"serialsend" => "1", #_P020_Ser2Net.ino
|
||||||
"buzzer" => "0",
|
"buzzer" => "0",
|
||||||
"inputswitchstate" => "0", # _0P001_Switch.ini
|
"inputswitchstate" => "0", # _0P001_Switch.ini
|
||||||
"event" => "1"
|
"event" => "1",
|
||||||
|
"neopixelfx" => "1"
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
@ -145,23 +147,24 @@ my %ESPEasy_setCmdsUsage = (
|
|||||||
. "<Forward|Backward|Release> <Speed|Steps> "
|
. "<Forward|Backward|Release> <Speed|Steps> "
|
||||||
. "<SINGLE|DOUBLE|INTERLEAVE|MICROSTEP>",
|
. "<SINGLE|DOUBLE|INTERLEAVE|MICROSTEP>",
|
||||||
"candle" => "CANDLE:<FlameType>:<Color>:<Brightness>",
|
"candle" => "CANDLE:<FlameType>:<Color>:<Brightness>",
|
||||||
"neopixel" => "NeoPixel <led nr> <red 0-255> <green 0-255> <blue 0-255>",
|
"neopixel" => "NeoPixel <led_nr> <red 0-255> <green 0-255> <blue 0-255>",
|
||||||
"neopixelall" => "NeoPixelAll <red 0-255> <green 0-255> <blue 0-255>",
|
"neopixelall" => "NeoPixelAll <red 0-255> <green 0-255> <blue 0-255>",
|
||||||
"neopixelline" => "NeoPixelLine <start led nr> <stop led nr> <red 0-255> ".
|
"neopixelline" => "NeoPixelLine <start_led_nr> <end_led_nr> <red 0-255> ".
|
||||||
"<green 0-255> <blue 0-255>",
|
"<green 0-255> <blue 0-255>",
|
||||||
"oledframedcmd" => "oledframedcmd <on|off>",
|
"oledframedcmd" => "oledframedcmd <on|off>",
|
||||||
"serialsend" => "serialsend <string>",
|
"serialsend" => "serialsend <string>",
|
||||||
"buzzer" => "buzzer",
|
"buzzer" => "buzzer",
|
||||||
"inputswitchstate" => "inputswitchstate",
|
"inputswitchstate" => "inputswitchstate",
|
||||||
"event" => "event <string>", #Forum #73291
|
"event" => "event <string>", #Forum #73291
|
||||||
|
"neopixelfx" => "neopixelfx <off|on|dim|line|one|all|rgb|fade|colorfade|rainbow|kitt|comet|theatre|scan|dualscan|twinkle|twinklefade|sparkle|fire|stop> <parameter>", #Forum #73949
|
||||||
|
|
||||||
#Lights
|
#Lights
|
||||||
"rgb" => "rgb <rrggbb> [fading time]",
|
"rgb" => "rgb <rrggbb> [fadetime]",
|
||||||
"pct" => "pct <pct> [fading time]",
|
"pct" => "pct <pct> [fadetime]",
|
||||||
"ct" => "ct <ct> [fading time] [pct bri]",
|
"ct" => "ct <ct> [fadetime] [pct bri]",
|
||||||
"on" => "on [fading time]",
|
"on" => "on [fadetime]",
|
||||||
"off" => "off [fading time]",
|
"off" => "off [fadetime]",
|
||||||
"toggle" => "toggle [fading time]"
|
"toggle" => "toggle [fadetime]"
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user