WeatherflowTempest.Client.Hub
(Weatherflow Tempest v1.0.1)
A struct representing the most recent data and status of a particular hub.
Note that if a particular observation type hasn't yet been heard for this
hub then some keys may be empty maps.
@type t() :: %WeatherflowTempest.Client.Hub{
device_statuses: map(),
event_precipitation: map(),
event_strike: map(),
hub_status: map(),
observation_air: map(),
observation_sky: map(),
observation_tempest: map(),
rapid_wind: map()
}