mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
wrong devideid2 for ms14a corrected
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1415 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
783266e0c6
commit
2457bda8b7
@ -219,7 +219,7 @@ TRX_LIGHT_Define($$)
|
||||
my $deviceid2 = $a[5];
|
||||
my $devicelog2 = $a[6];
|
||||
|
||||
my $device_name2 = "TRX".$DOT.$type.$DOT.$deviceid2;
|
||||
my $device_name2 = "TRX".$DOT.$my_type.$DOT.$deviceid2;
|
||||
|
||||
$hash->{TRX_LIGHT_deviceid2} = $deviceid2;
|
||||
$hash->{TRX_LIGHT_devicelog2} = $devicelog2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user