2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

98_MSwitch.pm:change loglevel

git-svn-id: https://svn.fhem.de/fhem/trunk@17212 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Byte09 2018-08-26 10:30:57 +00:00
parent e42e13a89f
commit 74002c7b54

View File

@ -5772,7 +5772,7 @@ sub MSwitch_VUpdate($) {
# my $newtriggercond = join( '|', @devs ); # my $newtriggercond = join( '|', @devs );
# readingsSingleUpdate( $hash, ".Device_Affected_Details", $newtriggercond, 0 ); # readingsSingleUpdate( $hash, ".Device_Affected_Details", $newtriggercond, 0 );
Log3( $Name, 0,"vupdate - $Name". __LINE__ ); Log3( $Name, 5,"vupdate - $Name". __LINE__ );
#$attr{$Name}{disable} = '0'; #$attr{$Name}{disable} = '0';
readingsSingleUpdate( $hash, ".V_Check", $vupdate, 0 ); readingsSingleUpdate( $hash, ".V_Check", $vupdate, 0 );