weniger Logausgaben
This commit is contained in:
@ -42,7 +42,7 @@ use warnings;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
my $version = "0.1.31";
|
my $version = "0.1.32";
|
||||||
|
|
||||||
|
|
||||||
sub AutoShuttersControl_Initialize($) {
|
sub AutoShuttersControl_Initialize($) {
|
||||||
@ -424,7 +424,7 @@ sub ShuttersDeviceScan($) {
|
|||||||
foreach(@list) {
|
foreach(@list) {
|
||||||
push (@{$hash->{helper}{shuttersList}},$_); ## einem Hash wird ein Array zugewiesen welches die Liste der erkannten Rollos beinhaltet
|
push (@{$hash->{helper}{shuttersList}},$_); ## einem Hash wird ein Array zugewiesen welches die Liste der erkannten Rollos beinhaltet
|
||||||
#AddNotifyDev($hash,$_); # Vorerst keine Shutters in NOTIFYDEV
|
#AddNotifyDev($hash,$_); # Vorerst keine Shutters in NOTIFYDEV
|
||||||
Log3 $name, 2, "AutoShuttersControl ($name) - ShuttersList: " . $_;
|
Log3 $name, 5, "AutoShuttersControl ($name) - ShuttersList: " . $_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -441,7 +441,7 @@ sub ShuttersDeviceScan($) {
|
|||||||
|
|
||||||
$notifyDevString .= ',' . $notifyDev unless( $notifyDevString =~ /$notifyDev/ );
|
$notifyDevString .= ',' . $notifyDev unless( $notifyDevString =~ /$notifyDev/ );
|
||||||
|
|
||||||
Log3 $name, 2, "AutoShuttersControl ($name) - NotifyDev: " . $notifyDev . ", NotifyDevString: " . $notifyDevString;
|
Log3 $name, 5, "AutoShuttersControl ($name) - NotifyDev: " . $notifyDev . ", NotifyDevString: " . $notifyDevString;
|
||||||
}
|
}
|
||||||
|
|
||||||
# $hash->{NOTIFYDEV} = $hash->{NOTIFYDEV} . $notifyDevString;
|
# $hash->{NOTIFYDEV} = $hash->{NOTIFYDEV} . $notifyDevString;
|
||||||
|
Reference in New Issue
Block a user