From 27fa38590ca48dac4150ff7aa0e5649344b9628b Mon Sep 17 00:00:00 2001 From: gjr80 Date: Mon, 13 Apr 2020 08:55:34 +1000 Subject: [PATCH] Updated revision history and further prep for 1.0.1 release --- bin/user/bloomsky.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bin/user/bloomsky.py b/bin/user/bloomsky.py index 47516eb..bc14764 100644 --- a/bin/user/bloomsky.py +++ b/bin/user/bloomsky.py @@ -4,7 +4,7 @@ A WeeWX driver for the BloomSky family of personal weather devices. -Copyright (C) 2017-19 Gary Roderick gjroderickgmail.com +Copyright (C) 2017-20 Gary Roderick gjroderickgmail.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -18,15 +18,19 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. -Version: 1.0.1 Date: 10 December 2019 +Version: 1.0.1 Date: 13 April 2020 Revision History - 10 December 2019 v1.0.1 + 13 April 2020 v1.0.1 - revised sensor mapping now support multiple device IDs - additional exception handling to handle a malformed API response - fixed python shebang - reworked API response translation to better handle cases where observations are 9999 (eg wind speed) + - fixed incorrect logerror calls + - fixed issue where device with flat battery resulted in nonsense + values for some obs + - fixed incorrect pressure/barometer and Rain/raining API field names 31 May 2019 v1.0.0 - code now python 2.6+, 3.5+ (but not WeeWX 4) compatible 29 May 2019 v0.1.1