mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-03 19:49:02 +00:00
10_ZWave.pm: set loglevel of unknown message to 4 (Forum #43765)
git-svn-id: https://svn.fhem.de/fhem/trunk@9837 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4c20b6fab3
commit
f70409c08c
@ -2875,8 +2875,8 @@ ZWave_Parse($$@)
|
||||
|
||||
if(!$hash) {
|
||||
if(!$baseHash) {
|
||||
Log3 $ioName, 1, "ZWave: unknown message $msg, please report";
|
||||
return;
|
||||
Log3 $ioName, 4, "ZWave: unknown message $msg";
|
||||
return "";
|
||||
}
|
||||
# autocreate the device when pressing the remote button (Forum #43261)
|
||||
$id=hex($id); $baseId=hex($baseId); $ep=hex($ep);
|
||||
|
Loading…
x
Reference in New Issue
Block a user