fix Undefined subroutine &FHEM::Devices::Nuki::Bridge::Log3

This commit is contained in:
Marko Oldenburg 2021-11-28 16:48:15 +01:00
parent 7816ab3119
commit 269da4d4f2
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
UPD 2021-11-28_00:29:42 9217 FHEM/73_NUKIBridge.pm
UPD 2021-11-28_00:29:54 7569 FHEM/74_NUKIDevice.pm
UPD 2021-11-28_00:30:36 41129 lib/FHEM/Devices/Nuki/Bridge.pm
UPD 2021-11-28_00:30:50 15802 lib/FHEM/Devices/Nuki/Device.pm
UPD 2021-11-28_07:42:24 9217 FHEM/73_NUKIBridge.pm
UPD 2021-11-28_07:34:18 7569 FHEM/74_NUKIDevice.pm
UPD 2021-11-28_16:47:51 41131 lib/FHEM/Devices/Nuki/Bridge.pm
UPD 2021-11-28_07:42:24 15802 lib/FHEM/Devices/Nuki/Device.pm

View File

@ -815,7 +815,7 @@ sub Distribution {
else {
my $decode_json = eval { decode_json($json) };
if ($@) {
Log3( $name, 3,
::Log3( $name, 3,
"NUKIBridge ($name) - JSON error while request: $@" );
return;
}