mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 20:06:18 +00:00
10_CUL_HM:set devicename to avoid warnings when pairing
git-svn-id: https://svn.fhem.de/fhem/trunk@19184 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
50a5b8103e
commit
02410bf26a
@ -1201,6 +1201,7 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
my $sname = "HM_$mh{src}";
|
||||
Log3 undef, 2, "CUL_HM Unknown device $sname is now defined";
|
||||
DoTrigger("global","UNDEFINED $sname CUL_HM $mh{src}");
|
||||
$mh{devN} = $sname ;
|
||||
$mh{devH} = CUL_HM_id2Hash($mh{src}); #sourcehash - changed to channel entity
|
||||
$mh{devH}->{IODev} = $iohash;
|
||||
$mh{devH}->{helper}{io}{nextSend} = $mh{rectm}+0.09 if(!defined($mh{devH}->{helper}{io}{nextSend}));# io couldn't set
|
||||
|
Loading…
x
Reference in New Issue
Block a user