tsCLD_PP_EnergyPhasesSchedulePayload
This structure contains the payload of an Energy Phases Schedule Response, of an Energy Phases Schedule State Response or of an Energy Phases Schedule State Notification.
typedef struct
{
zuint8 u8PowerProfileId;
zuint8 u8NumOfScheduledPhases;
tsCLD_PP_EnergyPhaseDelay
*psEnergyPhaseDelay;
}tsCLD_PP_EnergyPhasesSchedulePayload;
where:
u8PowerProfileIdis the identifier of the power profile being reportedu8NumOfScheduledPhasesis the number of energy phases within the power profile schedulepsEnergyPhaseDelayis a pointer to an array containing timing information on the scheduled energy phases, where each array element corresponds to one energy phase of the schedule (see Section 21.10.12)
Parent topic:Structures