fix HASH ref

This commit is contained in:
Marko Oldenburg 2019-02-12 19:45:16 +01:00
parent 617ee64228
commit 6223122724
2 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,7 @@ use JSON;
use HttpUtils;
my $version = "0.6.3";
my $version = "0.6.4";
my $bridgeapi = "1.6";
@ -681,6 +681,8 @@ sub NUKIBridge_getCallbackList($) {
my $decode_json = NUKIBridge_CallBlocking($hash,"callback/list",undef);
return
unless ( ref($decode_json) eq 'HASH' );
Log3 $name, 4, "NUKIBridge ($name) - Callback data is collected and processed";

View File

@ -33,7 +33,7 @@ use warnings;
use JSON;
my $version = "0.6.3";
my $version = "0.6.4";