As I have read from the Azure documentation Azure twin is a like a replication of actual hardware device. For my project I want to clarify following questions.
- Does the actual device need driver to be installed to connect with Azure IOT hub ? How does the device synchronization happens ?
- Consider actual device some kind of sensor ( ex : Temperature sensor ). I want to take temperature reading from twin device. Can the Azure twin give me temperature reading (or sensor value) when actual device get updated ?
- Does Azure twin has support for Java ?