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 Time.Moment or Null

The low temperature in Celsius

Since:

API Level 3.2.0

Returns:

var lowTemperature as Lang.Number 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 Sep 25, 2023 12:31:47 PM