Hi All,
I am using a couple of particle photons to a IOT Platform called thingworx. The connectivity is established and that is being exchanged through webhooks.
Now, my code basically puts the photon into sleep and it only wakes up when there is a motion on a connected accelerometer.
I need to push periodic code updates to the photon but I cannot do so when it is sleeping.
“Can I trigger an OTA code update using my particle code when it wakes up and a specific flag is enabled on the IOT software side?”