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.

OTA endpoint

When adding OTA to an application, the OTA runs on a different endpoint from application endpoint?

I ask this because is zcl_ota.c file the init registers as OTA_Ep:

void zclOTA_Init ( uint8 task_id )
{
  zclOTA_TaskID = task_id;

  // Register for the cluster endpoint
  afRegister ( &zclOTA_Ep );

...