From 33adc77b62a67dc07a5f0eecff7d4a32716b22e5 Mon Sep 17 00:00:00 2001 From: wherzig Date: Tue, 22 May 2012 15:47:16 +0000 Subject: [PATCH] fix for X10 and ARC for all_off all_on and chime git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1575 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/46_TRX_LIGHT.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/FHEM/46_TRX_LIGHT.pm b/FHEM/46_TRX_LIGHT.pm index b2003410d..f66358f07 100755 --- a/FHEM/46_TRX_LIGHT.pm +++ b/FHEM/46_TRX_LIGHT.pm @@ -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