past_hours property

int? past_hours
getter/setter pair

Similar to forecast_days, the number of timesteps of hourly and 15-minutely data can controlled. Instead of using the current day as a reference, the current hour or the current 15-minute time-step is used.

https://open-meteo.com/en/docs/ensemble-api/

Implementation

int? past_hours, past_minutely_15;