Forecast weatherType List?

I would like to use my own icons for the weather types. Is it possible to get a complete list of the weatherType returned from the API query: https://api.rach.io/1/public/device/:id/forecast?units=:units

Regards,
Ultrajones

Here are the weather codes:

SUN(“sun”),
CLEAR_DAY(“clear-day”),
CLEAR_NIGHT(“clear-night”),
RAIN(“rain”),
SNOW(“snow”),
SLEET(“sleet”),
WIND(“wind”),
FOG(“fog”),
CLOUDY(“cloudy”),
PARTLY_CLOUDY_DAY(“partly-cloudy-day”),
PARTLY_CLOUDY_NIGHT(“partly-cloudy-night”)

:cheers:

1 Like