Hi Flespi,
I'm bringing data from a tracking unit into flespi and sending it to AWS. At the moment I'm sending to a MQTT endpoint but wish to send it rather to an AWS IOT device shadow endpoint. For this ,the JSON sent from flespi to the device shadow needs to be encapsulated in the following JSON
{
"state": {
"reported": {
}
}
I couldn't see how to do this, even with plugins. Please could you advise.
Thanks
Andy