Releases: gjr80/weewx-realtime_gauge-data
Releases · gjr80/weewx-realtime_gauge-data
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
- fixed issue where a user specified
max_cache_age
config option is used as a string instead of an integer - simplified installation instructions contained in the readme
- revised the included HTTP POST PHP script,
post_gauge-data.php
, changes include:- the only response now sent is a HTTP response code, the text 'success' is no longer sent
- added explicit return codes for the following results:
200 - OK (for proper operation)
400 - Bad Request for malformed POST request (received data is not valid JSON)
405 - Method Not Allowed for GET or HEAD requests
507 - Insufficient Storage if writinggauge-data.txt
to disk fails
v0.6.0
v0.5.5
- fixed bug in
date
anddateFormat
fields that resulted in the incorrect 'last rainfall' date and time being displayed on rainfall gauge mouseovers - new config option
time_format
introduced as part of thedate
anddateFormat
bug fix - as a result of the
date
anddateFormat
bug fixdate_format
andtime_format
config options are now limited to a number of fixed formats