From 429d1bb72b2f53ca82a6c1fb8db61aee15989285 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 13 May 2012 07:10:26 +0000 Subject: [PATCH] paranthesis removed git-svn-id: https://svn.fhem.de/fhem/trunk@1562 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_CUL_HM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/10_CUL_HM.pm b/fhem/FHEM/10_CUL_HM.pm index 5cd5b8065..f0ce2e204 100755 --- a/fhem/FHEM/10_CUL_HM.pm +++ b/fhem/FHEM/10_CUL_HM.pm @@ -686,7 +686,7 @@ CUL_HM_Parse($$) push @event, "alive:yes"; $chn = $b34; if($b78) { - push(@event, "battery:". ((hex($b78) & 0x80) ? "low" : "ok")); + push @event, "battery:". ((hex($b78) & 0x80) ? "low" : "ok"); $addState = " sabotage" if($b78 =~ m/^.E/); }