Can anybody please let me know how to get confirmation from the ZED for the following command sent from Coordinator?
status = zclGeneral_SendOnOff_CmdOff(SAMPLEHCUNIT_ENDPOINT, &zclHCUnit_DstThermostatAddr, false, 0 );
I am getting the status as 0 even the concerned ZED is switched off after the ZED joined the network first time with the ZC.
When it joined first time also I am getting the status as 0 as return value of the above function call.
Thanks