When I go through the SDk provided by the stack supplier, there are some definitions confuse me. I am not sure if those are standards or proprietary.
By configuring the endpoint information, it requests an device ID. In this case, it sets ZCL_DEVICE_ONOFF_SWIRCH 0x0000. What I am trying now is related to IAS cluster. Is device ID defined in the spec ? where can I find the document about it ?
To configure the endpoint information, it includes the clientInCluster, clientOutCluster, and serverInCluster, serverOutCluster. I dont find any clue how to fill this variable so far. Please provide an example if you have one.
Thanks