2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-24 21:29:21 +00:00

correction TRX_LIGHT code 14

git-svn-id: https://svn.fhem.de/fhem/trunk@2950 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig 2013-03-19 17:14:47 +00:00
parent 42a995bade
commit d285ec3ecf

View File

@ -104,7 +104,7 @@ TRX_LIGHT_Initialize($)
$light_device_c2b{$light_device_codes{$k}->[0]} = $k;
}
$hash->{Match} = "^..(10|11|12|13|14).*";
$hash->{Match} = "^..(10|11|12|13|14).*"; # SVN please update!!
$hash->{SetFn} = "TRX_LIGHT_Set";
$hash->{DefFn} = "TRX_LIGHT_Define";
$hash->{UndefFn} = "TRX_LIGHT_Undef";