2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +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:
rudolfkoenig 2015-12-06 20:11:55 +00:00
parent 87d9bc4372
commit 2ed57f3cf4

View File

@ -191,7 +191,7 @@ ZWCUL_SimpleWrite($$)
return if(!$hash);
my $name = $hash->{NAME};
Log3 $name, 1, "SW: $msg";
Log3 $name, 5, "SW: $msg";
$msg .= "\n";
$hash->{USBDev}->write($msg) if($hash->{USBDev});