From de7b0acd42c6bb734960e13a6170825d125ed72a Mon Sep 17 00:00:00 2001 From: CoolTux Date: Wed, 8 Feb 2017 20:53:57 +0000 Subject: [PATCH] 74_XiaomiFlowerSens: 0.6.5 bugfix in gatttool Routine git-svn-id: https://svn.fhem.de/fhem/trunk@13364 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/74_XiaomiFlowerSens.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 3c6527a61..5142f6b02 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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. + - bugfix: 74_XiaomiFlowerSens: 0.6.5 bugfix in gatttool Routine - bugfix: 73_ElectricityCalculator: Power peaks due fhem Blocksge - bugfix: 98_Text2Speech: writing stats for checking outdated files fixed Attr TTS_noStatisticsLog now working properly diff --git a/fhem/FHEM/74_XiaomiFlowerSens.pm b/fhem/FHEM/74_XiaomiFlowerSens.pm index 5eca87d0d..33da8006d 100644 --- a/fhem/FHEM/74_XiaomiFlowerSens.pm +++ b/fhem/FHEM/74_XiaomiFlowerSens.pm @@ -35,7 +35,7 @@ use POSIX; use JSON; use Blocking; -my $version = "0.6.4"; +my $version = "0.6.5"; @@ -397,7 +397,7 @@ sub XiaomiFlowerSens_callGatttool($@) { $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]";