Hello
I am developing an application based on the "ble_thread_dyn_mtd_coap_cli" example.
To create a Thread resource, I see that the "otCoapAddResource()" function is called.
My question is: is it possible to create child resources with this function?
For example, I would like to create a resource hierarchy like this:
LED
- LED1
- LED2
- LED3
So is it possible to create a tree like this so that I can send a request to the resource "/led/led2" to turn on only led2?
Thank you