mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 01:06:04 +00:00
10_ZWave.pm: add some debugging (FOrum #59026)
git-svn-id: https://svn.fhem.de/fhem/trunk@12374 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1cf5d9e337
commit
79c2dbf5b1
@ -4372,7 +4372,7 @@ ZWave_Parse($$@)
|
||||
$id=hex($id); $baseId=hex($baseId); $ep=hex($ep);
|
||||
my $nn = "ZWave_Node_$baseId".($ep eq "0" ? "" : ".$ep");
|
||||
my $ret = "UNDEFINED $nn ZWave $homeId $id";
|
||||
Log3 $ioName, 3, "$ret, please define it";
|
||||
Log3 $ioName, 3, "$ret, please define it. Triggered by $msg.";
|
||||
DoTrigger("global", $ret);
|
||||
return "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user