delete blank character between Hex Code

This commit is contained in:
Marko Oldenburg 2018-01-19 20:52:14 +01:00
parent 2fdde0e7a7
commit 35a1be4699

View File

@ -49,7 +49,7 @@ use JSON;
use Blocking;
my $version = "0.0.13";
my $version = "0.0.14";
@ -670,6 +670,7 @@ sub CometBlueBTLE_HandleFirmware($$) {
my $name = $hash->{NAME};
my %readings;
$notification =~ s/\s+//g;
Log3 $name, 3, "CometBlueBTLE ($name) - FlowerSens handle $gatttChar{'firmware'}";
@ -686,6 +687,7 @@ sub CometBlueBTLE_HandleDevicename($$) {
my $name = $hash->{NAME};
my %readings;
$notification =~ s/\s+//g;
Log3 $name, 3, "CometBlueBTLE ($name) - FlowerSens handle $gatttChar{'devicename'}";