REST API - station units

Station display units selected by the user are currently available through the “GET Latest Station Observation” API request:

https://swd.weatherflow.com/swd/rest/observations/station/690?api_key=20c70eae-e62f-4d3b-b3a4-8586e90f3ac8

It would make more sense to me to have this information in the “GET Station Meta Data” API request:

https://swd.weatherflow.com/swd/rest/stations/690?api_key=20c70eae-e62f-4d3b-b3a4-8586e90f3ac8

3 Likes

That makes perfect sense. We’ll add the station_units to the meta data request!

2 Likes

Now if you could also store it in the hub and output via UDP too that would be super fantastic! :smile:

3 Likes

I’m sure that would be handy, but we’re trying to keep all application data and logic out of the Hub (it’s doing enough already!)

1 Like