### Related area Zigebee ### Hardware specification ESP32C6 ### Is your feature request related to a problem? Current Zigbee library examples focus on one-to-one communication. In real use cases, like mine, we often connect multiple end devices (e.g. 5) to a single coordinator. No endpoint/device information is displayed when receiving data (e.g. temperature). It is difficult to identify which device sent the data. The existing temperature (I tried to modify 2 devices connected; the second one took a long time) example does not show how to scale to multiple devices. ### Describe the solution you'd like Suggested improvements: Show the sender's endpoint or device address when receiving data. Add an example of multiple devices sending data to one coordinator. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ ### I have checked existing list of Feature requests and the Contribution Guide - [x] I confirm I have checked existing list of Feature requests and Contribution Guide.