Hello
I am using the TI Zigbee Stack and a CC2530F256 in a Home Automation project. I have programmed the device as a dimmer. I can send level commands to the device via an HAI ZIM (Zigbee Interface Module which is the coordinator) and see the proper data being send using the Ubiqua Protocol Analyzer. The dimmer returns a "Level Control: Default Response" with a status of [0x00] Success.
However, HAI has informed me that as a dimmer, I should return the level value. I don't know how to do this with the TI stack. Is this something that is enabled with a #define or is this something I must code myself. Any help would be appreciated!