mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
00_ZWCUL.pm: remove debug level
git-svn-id: https://svn.fhem.de/fhem/trunk@10117 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
87d9bc4372
commit
2ed57f3cf4
@ -191,7 +191,7 @@ ZWCUL_SimpleWrite($$)
|
|||||||
return if(!$hash);
|
return if(!$hash);
|
||||||
|
|
||||||
my $name = $hash->{NAME};
|
my $name = $hash->{NAME};
|
||||||
Log3 $name, 1, "SW: $msg";
|
Log3 $name, 5, "SW: $msg";
|
||||||
$msg .= "\n";
|
$msg .= "\n";
|
||||||
|
|
||||||
$hash->{USBDev}->write($msg) if($hash->{USBDev});
|
$hash->{USBDev}->write($msg) if($hash->{USBDev});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user