Class: Toybox.Weather.HourlyForecast
- Inherits:
-
Toybox.Lang.Object
Overview
Represents the forecast for a given hour
Instance Member Summary collapse
-
condition as Weather.Condition or Null
The weather condition.
-
forecastTime as Time.Moment or Null
The time the forecast is valid in UTC time.
-
precipitationChance as Lang.Number or Null
The chance of precipitation [0-100%].
-
relativeHumidity as Lang.Number or Null
The relative humidity [0-100%].
-
temperature as Lang.Numeric or Null
The current temperature in Celsius.
-
windBearing as Lang.Number or Null
The wind bearing in degrees.
-
windSpeed as Lang.Float or Null
The current wind speed in meters per second.
Instance Attribute Details
var condition as Weather.Condition or Null
The weather condition
var forecastTime as Time.Moment or Null
The time the forecast is valid in UTC time
var precipitationChance as Lang.Number or Null
The chance of precipitation [0-100%]
var relativeHumidity as Lang.Number or Null
The relative humidity [0-100%]
var temperature as Lang.Numeric or Null
The current temperature in Celsius
var windBearing as Lang.Number or Null
The wind bearing in degrees. North = 0, East = 90, South = 180, West = 270
var windSpeed as Lang.Float or Null
The current wind speed in meters per second