Class: Toybox.Weather.HourlyForecast

Overview

Represents the forecast for a given hour

Since:

API Level 3.2.0

Instance Member Summary collapse

Instance Attribute Details

var condition as Weather.Condition or Null

The weather condition

Since:

API Level 3.2.0

Returns:

var forecastTime as Time.Moment or Null

The time the forecast is valid in UTC time

Since:

API Level 3.2.0

Returns:

var precipitationChance as Lang.Number or Null

The chance of precipitation [0-100%]

Since:

API Level 3.2.0

Returns:

var relativeHumidity as Lang.Number or Null

The relative humidity [0-100%]

Since:

API Level 3.2.0

Returns:

var temperature as Lang.Numeric or Null

The current temperature in Celsius

Since:

API Level 3.2.0

Returns:

var windBearing as Lang.Number or Null

The wind bearing in degrees. North = 0, East = 90, South = 180, West = 270

Since:

API Level 3.2.0

Returns:

var windSpeed as Lang.Float or Null

The current wind speed in meters per second

Since:

API Level 3.2.0

Returns:


Generated Apr 17, 2024 9:40:39 AM