Class: Toybox.Weather.DailyForecast

Overview

Represents the forecast for a given day.

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 highTemperature as Lang.Numeric or Null

The high temperature in Celsius

Since:

API Level 3.2.0

Returns:

var lowTemperature as Lang.Numeric or Null

The low temperature in Celsius

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:


Generated Apr 17, 2024 9:40:39 AM