Hi all,
I’d like to have access to a device shadow/twin where I can efficiently obtain the current state of a device without needing to go back to the deployed hardware.
This should be straight forward with Azure’s device twin function, if someone could give me guidance on how to update the twin values. Afaict, Azure IoT integration sends data to the event stream for telemetry, which is a little more detailed than I need at this stage.
Hi, could it be that the Particle-Azure integration sets the twin in Azure?
If so, you could set it up and then query the twin from inside Azure. You only need the IoT hub, and I guess you wouldn't need to configure any stream analytics to make this work.
I never did this so I cannot say much more...
Gustavo.