2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

allow autocreation fro logfiles

git-svn-id: https://svn.fhem.de/fhem/trunk@4571 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-01-06 08:23:26 +00:00
parent 36fe7ac061
commit 548315bafd

View File

@ -571,7 +571,8 @@ sub CUL_HM_Parse($$) {##############################
my $sname = "CUL_HM_".$md."_$src";
$sname =~ s/-/_/g;
Log3 undef, 3, "CUL_HM Unknown device $sname is now defined";
CommandDefine(undef,"$sname CUL_HM $src");
DoTrigger("global","UNDEFINED $sname CUL_HM $src");
# CommandDefine(undef,"$sname CUL_HM $src");
$shash = CUL_HM_id2Hash($src); #sourcehash - will be modified to channel entity
$devH = $shash;
$devH->{IODev} = $iohash;