Hi,
I'm using the nRF SDK for Mesh v2.1.1 with the Interactive PyACI Python console. I have been able to run the Interactive mesh provisioning and configuration example.
What I would like to do now is to create a subscription for the SimpleOnOffClient implemented in Python, i.e., when the server updates its status (e.g. triggered by another simple on off client connected to it) I would like to see an update in the interactive console. Is this possible? If so, how do I add the subscription. If not, what would need to be changed to make this work?
Thanks!