Greetings Everyone.
I was working with a Zigbee network, these are the devices, I currently working with.
MCU: MC13234
Devices:
ZR
ZED
I was trying to send a OnOff command with a ZED device to the ZR to set a led light ON, OFF or TOGGLE using the ZCL. But It did't work out.
I could send over the air from one device to another (ZED to ZR) without any trouble. The Problem stater when I'm trying to use ZCL.
It get the message and them send a command to beeappupdated, but nothing happend.
I don't know what to do at this moment.
Screenshot from beeapp ZED:
This is the method I'm currently use:


Note: the ClusterId is set up by ASL_ZclOnOffReq().
Screenshot from beeapp ZR:


Screenshot from BeeAppDataIndication ZR:


I repeat myself. IT SEND A COMMAND TO BEEAPPUPDATED event variable BUT IT DID NOT WORK.