TlvPauseRequest: ObjectSchema<{
    cause: FieldType<DeviceEnergyManagement.AdjustmentCause>;
    duration: FieldType<number>;
}> = ...

Input to the DeviceEnergyManagement pauseRequest command

Type declaration

  • cause: FieldType<DeviceEnergyManagement.AdjustmentCause>

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

    MatterSpecification.v13.Cluster § 9.2.9.4.2

  • duration: FieldType<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

MatterSpecification.v13.Cluster § 9.2.9.4