MicroPython group devices

Hello All,

I am reading about groups. How in the ZigBee standard a group is a collection of nodes into a single addressable entity. Scanning the numerous digi documents there is mention of the groups, but no mention of them being controllable via MicroPython. Can we control and group devices using MicroPython? If so are there any examples out there?

SinCities,

The closest I can find would be at http://cms.digi.com/resources/documentation/digidocs/90002219/#reference/r_function_transmit.htm%3FTocPath%3DXBee%2520module|XBee%2520MicroPython%2520module%2520on%2520the%2520XBee%25203%2520RF%25C2%25A0Modules|_____4

You see, you have to use Zigbee device objects or what is known as ZDO commands to create a address table of devices you want to send data to and to use that table.

https://www.digi.com/resources/documentation/digidocs/90001539/#reference/r_zb_zdo_transmissions.htm?Highlight=ZDo

https://www.digi.com/resources/documentation/digidocs/90001539/#concepts/c_zb_binding_trans.htm%3FTocPath%3DTransmission%252C%2520addressing%252C%2520and%2520routing|_____3

https://www.digi.com/resources/documentation/digidocs/90001539/#concepts/c_zb_multicast_trans.htm%3FTocPath%3DTransmission%252C%2520addressing%252C%2520and%2520routing|Multicast%2520transmissions|_____0