This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2530: Notifications on WRITE cmd

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Hi guys,

are you aware of any official way, how application can be notified on WRITE command in Z-Stack 1.2?

I can see in older discussions, it is possible to catch the command in zcl.c in zclProcessInWriteCmd but I'm wondering if it is possible to be notified without hacking the core components?

I'm wondering why there is no event or something that would notify application. Otherwise I need to periodically check and compare the values of my attributes to detect any change/update...

Is that how it was supposed to be used?

Thank you.