mirror of
https://github.com/weewx/weewx.git
synced 2026-05-24 17:55:15 -04:00
Fixed bug that prevented Rapidfire posts from being identified as such.
This commit is contained in:
@@ -678,7 +678,9 @@ class AmbientThread(RESTThread):
|
||||
'hourRain' : 'rainin=%.2f',
|
||||
'dayRain' : 'dailyrainin=%.2f',
|
||||
'radiation' : 'solarradiation=%.2f',
|
||||
'UV' : 'UV=%.2f'}
|
||||
'UV' : 'UV=%.2f',
|
||||
'realtime' : 'realtime=%s',
|
||||
'rtfreq' : 'rtfreq=%s'}
|
||||
|
||||
def format_url(self, record):
|
||||
"""Return an URL for posting using the Ambient protocol."""
|
||||
|
||||
@@ -10,10 +10,10 @@ Fixed bug that can crash RESTful threads if there is missing rain data.
|
||||
Sqlite connections can now explicitly specify a timeout and
|
||||
isolation_level.
|
||||
|
||||
Added 'timeout' and 'isolation_level' options for sqlite connections.
|
||||
|
||||
Server uptime now reported for MacOS
|
||||
|
||||
Fixed bug that prevented Rapidfire posts from being identified as such.
|
||||
|
||||
|
||||
2.6.1 02/08/14
|
||||
|
||||
|
||||
Reference in New Issue
Block a user