Let's say I have the Power Configuration cluster and set the alarms for High and Low voltage. Then, I need to somehow connect these events to the alarms cluster. How to do it?
I've already enabled ZCL_ALARMS, and found a function AddAlarm, which looks like it adds an alarm to a list. But then, what is done with it? Shouldn't it be sent out to somewhere? Or does the other device have to explicitly poll for alarms?
It's quite confusing, couldn't find any clarification in the documentations, anybody knows?