This commit is contained in:
Marko Oldenburg 2018-01-18 20:52:07 +01:00
parent 986e9cee3b
commit 42f412c007

View File

@ -49,7 +49,7 @@ use JSON;
use Blocking;
my $version = "0.0.4";
my $version = "0.0.5";
@ -544,7 +544,7 @@ sub CometBlueBTLE_ExecGatttool_Done($) {
}
if( $respstate eq 'ok' and $gattCmd eq 'write' and AttrVal($name,'model','none') eq 'flowerSens' ) {
if( $respstate eq 'ok' ) {
CometBlueBTLE_ProcessingNotification($hash,$gattCmd,$handle,$decode_json->{gtResult});
} else {