EnergyEvseTrait.SetTargetsCommand.Request

class EnergyEvseTrait.SetTargetsCommand.Request


The request payload for the SetTargets command.

Summary

Public constructors

Request(
    chargingTargetSchedules: List<EnergyEvseTrait.ChargingTargetScheduleStruct>
)

Creates a request payload for the SetTargets command.

Public properties

List<EnergyEvseTrait.ChargingTargetScheduleStruct>

A list of up to seven sets of daily charging targets and their associated days of the week.

Public constructors

Request

Request(
    chargingTargetSchedules: List<EnergyEvseTrait.ChargingTargetScheduleStruct> = emptyList()
)

Creates a request payload for the SetTargets command.

Public properties

chargingTargetSchedules

val chargingTargetSchedulesList<EnergyEvseTrait.ChargingTargetScheduleStruct>

A list of up to seven sets of daily charging targets and their associated days of the week. Each day of the week can be included in only a single chargingTargetSchedule in this field.