I want to add soem endpoints to the Control bridge Router ( 3 endpoints to control on/off lights for example).
What I want to acheive:
Use JN-AN-1247-Zigbee-3-0-IoT-Control-Bridge AppNote as a Router with three ON_OFF Loghts connected
Endpoint 1 will be as it is , EP 4,5 and 6 will be lights with clusters ( scenes , groups, on off and identify) implemented on each
What I Have done so far:
Added the three Endpoints to the zpscfg file.
Modified the ZclOptions.h to include the ON/OFF server cluster and reflect the endpoint counts.
Modified the tsCLD_ZllDeviceTable sDeviceTable to refelct the 3 new endpoints.
Call eZLO_RegisterOnOffLightEndPoint for the 3 new endpoints.
Problem:
So after all the above , the endpoints are implemented and I can send ON/OFF commands and get the Attribute Read responses but with One issue. If the source endpoint is not same as the destination endpoint Router Zigate wont recieve anything.
I want to add soem endpoints to the Control bridge Router ( 3 endpoints to control on/off lights for example). What I want to acheive:
What I Have done so far:
Problem: So after all the above , the endpoints are implemented and I can send ON/OFF commands and get the Attribute Read responses but with One issue. If the source endpoint is not same as the destination endpoint Router Zigate wont recieve anything.