Const
Readonly
commands: { Readonly
pauseAllows a client to temporarily pause an operation and reduce the ESAs energy demand.
Readonly
resumeAllows a client to cancel the PauseRequest command and enable earlier resumption of operation.
Readonly
events: { Readonly
paused: Event<void, any>This event shall be generated when the ESA enters the Paused state. There is no data for this event.
Readonly
resumed: Event<TypeFromFields<{ This event shall be generated when the ESA leaves the Paused state and resumes operation.
A DeviceEnergyManagementCluster supports these elements if it supports feature Pausable.