mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
wrong devideid2 for ms14a corrected
git-svn-id: https://svn.fhem.de/fhem/trunk@1415 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f1b69feb7c
commit
e99ed359f3
@ -219,7 +219,7 @@ TRX_LIGHT_Define($$)
|
|||||||
my $deviceid2 = $a[5];
|
my $deviceid2 = $a[5];
|
||||||
my $devicelog2 = $a[6];
|
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_deviceid2} = $deviceid2;
|
||||||
$hash->{TRX_LIGHT_devicelog2} = $devicelog2;
|
$hash->{TRX_LIGHT_devicelog2} = $devicelog2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user