74_XiaomiFlowerSens: 0.6.5 bugfix in gatttool Routine

git-svn-id: https://svn.fhem.de/fhem/trunk@13364 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
CoolTux
2017-02-08 20:53:57 +00:00
parent 73b8fa46f8
commit de7b0acd42
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- bugfix: 74_XiaomiFlowerSens: 0.6.5 bugfix in gatttool Routine
- bugfix: 73_ElectricityCalculator: Power peaks due fhem Blocksge - bugfix: 73_ElectricityCalculator: Power peaks due fhem Blocksge
- bugfix: 98_Text2Speech: writing stats for checking outdated files fixed - bugfix: 98_Text2Speech: writing stats for checking outdated files fixed
Attr TTS_noStatisticsLog now working properly Attr TTS_noStatisticsLog now working properly

View File

@@ -35,7 +35,7 @@ use POSIX;
use JSON; use JSON;
use Blocking; use Blocking;
my $version = "0.6.4"; my $version = "0.6.5";
@@ -397,7 +397,7 @@ sub XiaomiFlowerSens_callGatttool($@) {
$loop++; $loop++;
Log3 $name, 4, "Sub XiaomiFlowerSens ($name) - call gatttool readBatFw loop $loop"; Log3 $name, 4, "Sub XiaomiFlowerSens ($name) - call gatttool readBatFw loop $loop";
} while( $loop < 10 and not $readSensData[0] =~ /Characteristic value/ ); } while( $loop < 10 and not $readBatFwData[0] =~ /Characteristic value/ );
Log3 $name, 4, "Sub XiaomiFlowerSens_callGatttool ($name) - processing gatttool response. batFwData: $readBatFwData[1]"; Log3 $name, 4, "Sub XiaomiFlowerSens_callGatttool ($name) - processing gatttool response. batFwData: $readBatFwData[1]";