Im working on the zigbee smart energy profile to implement smart plug device.
I checked the sample code given for the simple metering router , in that they are reporting the simple metering attributes very 5 secs.
The current summation format is represented in the following manner
uint8 simpleMeterCurrentSummationDelivered[] = { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 };
How to update the current summation delivered for very power reading if it is represented in an array format.
What the array elements representing here? Power Readings or total summation value.?