Hi Dev Team,
I am building an application wherein I need to send commands from the Cloud to a Thingy91 device. I tried out the cloud_client sample and I was able to send a JSON string from the terminal of the Nrfcloud to my device and it was received through the CLOUD_EVT_DATA_RECEIVED: event.
I wanted to know how I could parse this data (use this data) that I have sent (or) store this data that I am sending from the Cloud in a variable or array that I could use.
I basically need the data that I send through the Cloud to enable a different feature of my code. So my intention is to be able to access the data that I am sending from the cloud.
I did not find any relevant samples to sending commands from Cloud to the device, so needed a bit of help in understanding how to parse the data.
Regards,
Adeel.