2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

10_ZWave.pm: show ALARMV2 arguments in the event (Forum #36856)

git-svn-id: https://svn.fhem.de/fhem/trunk@8552 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-05-09 11:01:02 +00:00
parent 854d2adbf0
commit 06e1bcdbe9

View File

@ -1170,8 +1170,10 @@ ZWave_alarmParse($$$)
$e = $1 if($v4 && $v4 =~ m/..(..)../);
}
return $s . ($zwave_alarmEvent{"$t$e"} ?
$s .= ($zwave_alarmEvent{"$t$e"} ?
$zwave_alarmEvent{"$t$e"} : "unknown event $e");
$s .= ", arg $v4" if($v4 && $l ne "00");
return $s;
}
sub