mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
fix for X10 and ARC for all_off all_on and chime
git-svn-id: https://svn.fhem.de/fhem/trunk@1575 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a22d6bfb47
commit
7e4333af2d
@ -64,12 +64,12 @@ my %light_device_codes = ( # HEXSTRING => "NAME", "name of reading",
|
||||
|
||||
my %light_device_commands = ( # HEXSTRING => commands
|
||||
# 0x10: Lighting1
|
||||
0x1000 => [ "off", "on", "dim", "bright", "all_off", "all_on", ""], # X10
|
||||
0x1001 => [ "off", "on", "", "", "all_off", "all_on", "chime"], # ARC
|
||||
0x1002 => [ "off", "on", "", "", "", "", ""], # AB400D
|
||||
0x1003 => [ "off", "on", "", "", "", "", ""], # WAVEMAN
|
||||
0x1004 => [ "off", "on", "", "", "all_off", "all_on", ""], # EMW200
|
||||
0x1005 => [ "off", "on", "", "", "", "", ""], # IMPULS
|
||||
0x1000 => [ "off", "on", "dim", "bright", "", "all_off", "all_on"], # X10
|
||||
0x1001 => [ "off", "on", "", "", "", "all_off", "all_on", "chime"], # ARC
|
||||
0x1002 => [ "off", "on"], # AB400D
|
||||
0x1003 => [ "off", "on"], # WAVEMAN
|
||||
0x1004 => [ "off", "on"], # EMW200
|
||||
0x1005 => [ "off", "on"], # IMPULS
|
||||
# 0x11: Lighting2
|
||||
0x1100 => [ "off", "on", "level", "all_off", "all_on", "all_level"], # AC
|
||||
0x1101 => [ "off", "on", "level", "all_off", "all_on", "all_level"], # HOMEEASY
|
||||
|
Loading…
x
Reference in New Issue
Block a user