TimeTrait.ScheduledTimeEvent

interface TimeTrait.ScheduledTimeEvent

Known direct subclasses
Time.ScheduledTimeEvent

An event which is sent at a pre-scheduled time.


An event which is sent at a pre-scheduled time. A structure address is required and must be added in the Google Home app.

Summary

Public properties

LocalTime?

A point in time expressed in hours, minutes, seconds, and nanoseconds.

ByteArray?
List<DayOfWeek>

A list of days of the week.

TimeTrait.SolarTimeStruct?

The time of a daily solar event such as sunrise, noon, and sunset.

Public properties

clockTime

val clockTimeLocalTime?

A point in time expressed in hours, minutes, seconds, and nanoseconds.

data

val dataByteArray?

daysOfWeek

val daysOfWeekList<DayOfWeek>

A list of days of the week.

solarTime

val solarTimeTimeTrait.SolarTimeStruct?

The time of a daily solar event such as sunrise, noon, and sunset.