From dc3e1121987405f842d39e490212636f69b0d429 Mon Sep 17 00:00:00 2001 From: gary Date: Fri, 2 Aug 2024 07:30:18 +1000 Subject: [PATCH] add change entry re PM1 and PM10 field map names --- bin/user/gw1000.py | 3 +++ changelog | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bin/user/gw1000.py b/bin/user/gw1000.py index da49ade..98660a5 100755 --- a/bin/user/gw1000.py +++ b/bin/user/gw1000.py @@ -51,6 +51,9 @@ - replace calls to deprecated threading.Thread.setDaemon() and threading.Thread.setName() methods with threading.Thread.daemon and threading.Thread.name properties respectively + - changed default field map to emit current PM1 and PM10 obs as + fields 'pm1_0' and 'pm10_0' respectively, corresponding 24 hour + average fields utilise 'pm1_0' and 'pm10_0' prefixes as appropriate 23 February 2024 v0.6.2 (not released as an extension package) - fixed bug that caused the driver to crash if IP address discovery is used diff --git a/changelog b/changelog index f66bdac..81e8a08 100755 --- a/changelog +++ b/changelog @@ -10,6 +10,9 @@ v0.6.3 - replaced calls to deprecated threading.Thread.setDaemon() and threading.Thread.setName() methods with threading.Thread.daemon and threading.Thread.name properties respectively +- changed default field map to emit current PM1 and PM10 obs as fields + 'pm1_0' and 'pm10_0' respectively, corresponding 24 hour average fields + utilise 'pm1_0' and 'pm10_0' prefixes as appropriate v0.6.2 (not released as an extension package) - fixed bug that caused the driver to crash if device discovery is used v0.6.1