mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
70_ONKYO_AVR.pm: increase log level for DevIo_OpenDev
git-svn-id: https://svn.fhem.de/fhem/trunk@11869 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d4a5ead098
commit
e3a257d295
@ -178,7 +178,7 @@ sub ONKYO_AVR_Define($$$) {
|
|||||||
"ONKYO_AVR_DevInit",
|
"ONKYO_AVR_DevInit",
|
||||||
sub() {
|
sub() {
|
||||||
my ( $hash, $err ) = @_;
|
my ( $hash, $err ) = @_;
|
||||||
Log3 $name, 2, "ONKYO_AVR $name: $err" if ($err);
|
Log3 $name, 4, "ONKYO_AVR $name: $err" if ($err);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -876,7 +876,7 @@ sub ONKYO_AVR_Read($) {
|
|||||||
elsif ( $cmd eq "net-usb-device-status" ) {
|
elsif ( $cmd eq "net-usb-device-status" ) {
|
||||||
if ( $value =~ /^(.)(.)(.)$/ ) {
|
if ( $value =~ /^(.)(.)(.)$/ ) {
|
||||||
|
|
||||||
# networkConnection
|
# network-connection
|
||||||
my $netConnStatus = "none";
|
my $netConnStatus = "none";
|
||||||
$netConnStatus = "ethernet" if ( $1 eq "E" );
|
$netConnStatus = "ethernet" if ( $1 eq "E" );
|
||||||
$netConnStatus = "wireless" if ( $1 eq "W" );
|
$netConnStatus = "wireless" if ( $1 eq "W" );
|
||||||
@ -1532,7 +1532,7 @@ sub ONKYO_AVR_Ready($) {
|
|||||||
$hash, 1, undef,
|
$hash, 1, undef,
|
||||||
sub() {
|
sub() {
|
||||||
my ( $hash, $err ) = @_;
|
my ( $hash, $err ) = @_;
|
||||||
Log3 $name, 2, "ONKYO_AVR $name: $err" if ($err);
|
Log3 $name, 4, "ONKYO_AVR $name: $err" if ($err);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user