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 149aa482e1
commit 22623adb76

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;