Hello everyone,
I want to realize attribute reporting on light/switch demo application. I have successfully implement SendLevelAttributeReport() function, when I debug it, it sends back SUCCESS. I want to send this report to coordinator. On coordinator side I have implemented zclSampleRemoteController_ProcessInReportCmd( pInMsg )
function but my application never calls that function, When I put breakpoint in zclSampleRemoteController_ProcessIncomingMsg function, case ZCL_CMD_REPORT never happens. Does anyone know why this happens?