From 766ca715c015669fa464320cb8725851198c6605 Mon Sep 17 00:00:00 2001 From: Byte09 <> Date: Sat, 15 Jun 2019 05:15:38 +0000 Subject: [PATCH] 98_Siro.pm:change loglevel locked-messages git-svn-id: https://svn.fhem.de/fhem/trunk@19625 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_Siro.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/98_Siro.pm b/fhem/FHEM/98_Siro.pm index 04e1f5a70..0dcc26586 100644 --- a/fhem/FHEM/98_Siro.pm +++ b/fhem/FHEM/98_Siro.pm @@ -2,7 +2,7 @@ # # Siro module for FHEM # Thanks for templates/coding from SIGNALduino team and Jarnsen_darkmission_ralf9 -# Thanks to Dr. Smagmag for decoding the protocol, which made this module possible +# Thanks to Dr. Smag for decoding the protocol, which made this module possible # Needs SIGNALduino. # Published under GNU GPL License, v2 # History: @@ -894,7 +894,7 @@ sub Set($@) { if (ReadingsVal( $name, 'lock_cmd', 'off' ) eq 'on' and $param ne "fakeremote" and $hash->{helper}{exexcmd} eq "on" ) { - Log3( $name, 4, "Siro-Set: angefragte Aktion abgebrochen ( lock_cmd -> on)"); + Log3( $name, 3, "Siro-Set: angefragte Aktion $comand abgebrochen (lock_cmd -> on)"); readingsSingleUpdate( $hash, "pct", $position , 1 ); readingsSingleUpdate( $hash, "position", $position , 1 );