mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-05 18:16:44 +00:00
10_ZWave.pm: Alarm Patch from Andreas (Forum #59016)
git-svn-id: https://svn.fhem.de/fhem/trunk@12342 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
036c607f88
commit
b702365649
@ -2822,8 +2822,8 @@ ZWave_ALARM_05_Report($$$$)
|
||||
my $nst = ($ns eq "ff") ? "notificationIsOn" : "notificationIsOff";
|
||||
my $o = ($opt && ($e ne "00")) ? ", arg $prop$opt" : "";
|
||||
|
||||
$rt0 = "alarm:$at: $level $eventname$o";
|
||||
$rt1 = "alarm_$at: $level $eventname$o, $nst";
|
||||
$rt0 = "alarm:$at: $level$eventname$o";
|
||||
$rt1 = "alarm_$at:$level$eventname$o, $nst";
|
||||
}
|
||||
|
||||
if ($ar == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user