Hi Dev team,
I am working on a Thingy91 device, and I am sending data out through MQTT.
I need a functionality to send some commands to do assigned tasks from the MQTT server back to the LTE device.
Are there any nRF or Zephyr API that supports this functionality to send commands from any server to the LTE Device?
If not, I was thinking to use the MQTT subscribe to receive commands and perform actions based on that.
What would be a feasible approach to implement the command functionality ?
Regards,
Adeel.