Hi
board: nrf52832 DK
sdk: nrf connect sdk v2.6.1
I have successfully integrated the provisioner and light switch client together. Now I can control the light switch server on/off and read the status.
I now want to add the light switch server to a specific group in this integration program, and control the on/off action of this group.
According to the mesh mobile app, I need to first set the light switch server subscribe to the specified group ID,
and then use the light switch client to publush the specified group ID to control the group
I would like to ask if there is any example of Mesh Group control in NRF Connect SDK