Class: Toybox.Weather.HourlyForecast
- Inherits:
-
Toybox.Lang.Object
Overview
Represents the forecast for a given hour
Instance Member Summary collapse
-
cloudCover as Lang.Number or Null
The cloud cover [0-100%].
-
condition as Weather.Condition or Null
The weather condition.
-
dewPoint as Lang.Float or Null
The dew point in Celsius.
-
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.
-
uvIndex as Lang.Float or Null
The UV index [0-10].
-
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 cloudCover as Lang.Number or Null
The cloud cover [0-100%]
var condition as Weather.Condition or Null
The weather condition
var dewPoint as Lang.Float or Null
The dew point in Celsius
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 uvIndex as Lang.Float or Null
The UV index [0-10]
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