weather.buienradar#

class platypush.message.response.weather.buienradar.BuienradarForecast(condition_name: str, condition_name_long: str, condition_image: str, date_time: datetime, rain: float, min_rain: float, max_rain: float, rain_chance: float, snow: int, temperature: float, wind_azimuth: int, wind_direction: str, wind_force: int, wind_speed: float, *args, **kwargs)[source]#

Bases: Mapping

__init__(condition_name: str, condition_name_long: str, condition_image: str, date_time: datetime, rain: float, min_rain: float, max_rain: float, rain_chance: float, snow: int, temperature: float, wind_azimuth: int, wind_direction: str, wind_force: int, wind_speed: float, *args, **kwargs)[source]#
class platypush.message.response.weather.buienradar.BuienradarForecastResponse(forecast=typing.List[platypush.message.response.weather.buienradar.BuienradarForecast], *args, **kwargs)[source]#

Bases: Response

__init__(forecast=typing.List[platypush.message.response.weather.buienradar.BuienradarForecast], *args, **kwargs)[source]#
Parameters:
  • target (str) – Target

  • origin (str) – Origin

  • output – Output

  • errors – Errors

  • id (str) – Message ID this response refers to

  • timestamp (float) – Message timestamp

class platypush.message.response.weather.buienradar.BuienradarPrecipitationResponse(average: float, total: float, time_frame: int, *args, **kwargs)[source]#

Bases: Response

__init__(average: float, total: float, time_frame: int, *args, **kwargs)[source]#
Parameters:
  • target (str) – Target

  • origin (str) – Origin

  • output – Output

  • errors – Errors

  • id (str) – Message ID this response refers to

  • timestamp (float) – Message timestamp

class platypush.message.response.weather.buienradar.BuienradarWeatherResponse(barometer_fc: str, condition_name: str, condition_name_long: str, condition_image: str, feel_temperature: float, ground_temperature: float, humidity: int, irradiance: int, measured: datetime, precipitation: float, pressure: float, rain_last_24_hours: float, rain_last_hour: float, station_name: str, temperature: float, visibility: int, wind_azimuth: int, wind_direction: str, wind_force: int, wind_gust: float, wind_speed: float, *args, **kwargs)[source]#

Bases: Response

__init__(barometer_fc: str, condition_name: str, condition_name_long: str, condition_image: str, feel_temperature: float, ground_temperature: float, humidity: int, irradiance: int, measured: datetime, precipitation: float, pressure: float, rain_last_24_hours: float, rain_last_hour: float, station_name: str, temperature: float, visibility: int, wind_azimuth: int, wind_direction: str, wind_force: int, wind_gust: float, wind_speed: float, *args, **kwargs)[source]#
Parameters:
  • target (str) – Target

  • origin (str) – Origin

  • output – Output

  • errors – Errors

  • id (str) – Message ID this response refers to

  • timestamp (float) – Message timestamp