I am currently using something like the following /better_forecast GET:
https://swd.weatherflow.com/swd/rest/better_forecast?station_id=12345&units_temp=f&units_wind=mph&units_pressure=mb&units_precip=in&units_distance=mi&token=00000000-1111-2222-3333-44444444444
I am particularly interested in all the possible values returned for: current_conditions > conditions
If I look at the following page under better_forecast, for active rain it only shows “Very Light Rain”, but I am 99% sure I have seen returned values similar to “Heavy Rain” and “Moderate Rain”, which makes sense.
Is the document I am looking at out of date, do I have the wrong document, or am I missing something?
Thanks,
Chris