Input to the DeviceEnergyManagement pauseRequest command

MatterSpecification.v13.Cluster § 9.2.9.4

interface PauseRequest {
    cause: DeviceEnergyManagement.AdjustmentCause;
    duration: number;
}

Hierarchy (view full)

Properties

Properties

This field shall indicate the cause of the request from the EMS.

MatterSpecification.v13.Cluster § 9.2.9.4.2

duration: number

This field shall indicate the duration that the ESA shall be paused for. This value shall be between the MinPauseDuration and MaxPauseDuration indicated in the ActiveSlotNumber index in the Slots list in the Forecast.

MatterSpecification.v13.Cluster § 9.2.9.4.1