mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-24 15:19: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:
parent
42a995bade
commit
d285ec3ecf
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user