Holds a weather element's / sensor's high and low (and the time they were measured) of the current day.

Hierarchy

  • DailyHighAndLow

Properties

Properties

high: null | number

The high of the current day

highTime: null | Date

The time the high of the current day was measured in the "hh:mm" format (e.g. "11:17")

low: null | number

The low of the current day

lowTime: null | Date

The time the low of the current day was measured in the "hh:mm" format (e.g. "11:17")

Generated using TypeDoc