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 74a3e22f90
commit f045c782bc

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";