Hello Community,
I am working on the CC1352P ZNP device with the ZNP Host Framework Application & Zigbee Linux Gateway 3.0 Application.
I would like to know about the endpoint definition standards.
As the TI mentioned the following endpoints in gateway_config.tlg.
//************ Endpoint definitions *****************//
// Application endpoints IDs may be in the range 1-254, except:
// endpoint IDs 0 is reserved by the system (ZDO)
// endpoint ID 14 is reserved as well (OtaMgr)
// endpoint ID 244 is reserved for green power
// the same endpointdef may be used by more than one endpoint
// endpoint { ID, EndpointDef, AttrDef }
endpoint { 0x02, CombinedInterfaceEpDef, CombinedInterfaceAttrList }
endpoint { GreenPowerEndpoint, GPProxyBasicEpDef, GPProxyBasicAttrList }
I would like to know the following things...
- Is it compulsory to use the same endpoint as mentioned by the TI?
- If Yes, What conflicts may generate if we modify these endpoints?
- What are the Zigbee Alliance standards for the endpoint definition?
Regards,
Shiv Patil.