Class: Toybox.Weather.DailyForecast
- Inherits:
-
Toybox.Lang.Object
Overview
Represents the forecast for a given day.
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.
-
highTemperature as Lang.Numeric or Null
The high temperature in Celsius.
-
lowTemperature as Lang.Numeric or Null
The low temperature in Celsius.
-
precipitationChance as Lang.Number or Null
The chance of precipitation [0-100%].
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 highTemperature as Lang.Numeric or Null
The high temperature in Celsius
var lowTemperature as Lang.Numeric or Null
The low temperature in Celsius
var precipitationChance as Lang.Number or Null
The chance of precipitation [0-100%]