DeviceEnergyManagementTrait.StartTimeAdjustRequestCommand.Request

class DeviceEnergyManagementTrait.StartTimeAdjustRequestCommand.Request


The request payload for the StartTimeAdjustRequest command.

Summary

Public constructors

Request(
    requestedStartTime: UInt,
    cause: DeviceEnergyManagementTrait.AdjustmentCauseEnum
)

Creates a request payload for the StartTimeAdjustRequest command.

Public properties

DeviceEnergyManagementTrait.AdjustmentCauseEnum

The cause of the request from the EMS.

UInt

The start time, in UTC, that the EMS requests the ESA to change its forecast sequence to.

Public constructors

Request

Request(
    requestedStartTime: UInt,
    cause: DeviceEnergyManagementTrait.AdjustmentCauseEnum = AdjustmentCauseEnum.LocalOptimization
)

Creates a request payload for the StartTimeAdjustRequest command.

Public properties

cause

val causeDeviceEnergyManagementTrait.AdjustmentCauseEnum

The cause of the request from the EMS.

requestedStartTime

val requestedStartTimeUInt

The start time, in UTC, that the EMS requests the ESA to change its forecast sequence to. This value must be in the future.