mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_MSwitch.pm:change loglevel
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17244 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
97261fd1b6
commit
0e047342ec
@ -513,11 +513,9 @@ sub MSwitch_Get($$@) {
|
||||
if ( $opt eq 'checkcondition' ) {
|
||||
my ( $condstring, $eventstring ) = split( /\|/, $args[0] );
|
||||
|
||||
Log3( $name, 0,"cond: $condstring " . __LINE__ );
|
||||
Log3( $name, 0,"event: $eventstring " . __LINE__ );
|
||||
|
||||
|
||||
|
||||
#Log3( $name, 0,"cond: $condstring " . __LINE__ );
|
||||
#Log3( $name, 0,"event: $eventstring " . __LINE__ );
|
||||
|
||||
$condstring =~ s/#\[dp\]/:/g;
|
||||
$condstring =~ s/#\[pt\]/./g;
|
||||
$condstring =~ s/#\[ti\]/~/g;
|
||||
@ -6439,8 +6437,6 @@ sub MSwitch_makefreecmd($$) {
|
||||
my $name = $hash->{NAME};
|
||||
|
||||
my $ersetzung ="";
|
||||
|
||||
|
||||
$cs =~ s/#\[ti\]/~/g;
|
||||
|
||||
# entferne kommntarzeilen
|
||||
|
Loading…
x
Reference in New Issue
Block a user