mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 17:36:01 +00:00
98_MSwitch.pm:change loglevel
git-svn-id: https://svn.fhem.de/fhem/trunk@17244 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
11652d845f
commit
75e8d4b8ee
@ -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