Struct that describes a load control event.

This is used in the load control event callback and within the demand response load control cluster code.

Public Attribute Documentation#

eventId#

uint32_t EmberAfLoadControlEvent::eventId

Definition at line 568 of file ./app/framework/include/af-types.h

destinationEndpoint#

uint8_t EmberAfLoadControlEvent::destinationEndpoint

Definition at line 578 of file ./app/framework/include/af-types.h

deviceClass#

uint16_t EmberAfLoadControlEvent::deviceClass

Definition at line 579 of file ./app/framework/include/af-types.h

utilityEnrollmentGroup#

uint8_t EmberAfLoadControlEvent::utilityEnrollmentGroup

Definition at line 580 of file ./app/framework/include/af-types.h

startTime#

uint32_t EmberAfLoadControlEvent::startTime

Start time in seconds


Definition at line 584 of file ./app/framework/include/af-types.h

duration#

uint16_t EmberAfLoadControlEvent::duration

Duration in minutes


Definition at line 588 of file ./app/framework/include/af-types.h

criticalityLevel#

uint8_t EmberAfLoadControlEvent::criticalityLevel

Definition at line 589 of file ./app/framework/include/af-types.h

coolingTempOffset#

uint8_t EmberAfLoadControlEvent::coolingTempOffset

Definition at line 590 of file ./app/framework/include/af-types.h

heatingTempOffset#

uint8_t EmberAfLoadControlEvent::heatingTempOffset

Definition at line 591 of file ./app/framework/include/af-types.h

coolingTempSetPoint#

int16_t EmberAfLoadControlEvent::coolingTempSetPoint

Definition at line 592 of file ./app/framework/include/af-types.h

heatingTempSetPoint#

int16_t EmberAfLoadControlEvent::heatingTempSetPoint

Definition at line 593 of file ./app/framework/include/af-types.h

avgLoadPercentage#

int8_t EmberAfLoadControlEvent::avgLoadPercentage

Definition at line 594 of file ./app/framework/include/af-types.h

dutyCycle#

uint8_t EmberAfLoadControlEvent::dutyCycle

Definition at line 595 of file ./app/framework/include/af-types.h

eventControl#

uint8_t EmberAfLoadControlEvent::eventControl

Definition at line 596 of file ./app/framework/include/af-types.h

startRand#

uint32_t EmberAfLoadControlEvent::startRand

Definition at line 597 of file ./app/framework/include/af-types.h

durationRand#

uint32_t EmberAfLoadControlEvent::durationRand

Definition at line 598 of file ./app/framework/include/af-types.h

optionControl#

uint8_t EmberAfLoadControlEvent::optionControl

Definition at line 599 of file ./app/framework/include/af-types.h