ThermostatTrait.GetWeeklyScheduleCommand.Request

class ThermostatTrait.GetWeeklyScheduleCommand.Request


The request payload for the GetWeeklySchedule command.

Summary

Public constructors

Creates a request payload for the GetWeeklySchedule command.

Public properties

ThermostatTrait.ScheduleDayOfWeekBitmap

The number of days the client would like to return the set point values for.

ThermostatTrait.ScheduleModeBitmap

Indicates the mode the client would like to return the set point values for.

Public constructors

Request

Request(
    daysToReturn: ThermostatTrait.ScheduleDayOfWeekBitmap = ScheduleDayOfWeekBitmap(),
    modeToReturn: ThermostatTrait.ScheduleModeBitmap = ScheduleModeBitmap()
)

Creates a request payload for the GetWeeklySchedule command.

Public properties

daysToReturn

val daysToReturnThermostatTrait.ScheduleDayOfWeekBitmap

The number of days the client would like to return the set point values for. It can be any combination of single days or the entire week.

modeToReturn

val modeToReturnThermostatTrait.ScheduleModeBitmap

Indicates the mode the client would like to return the set point values for. It can be any combination of modes.