Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jongio/4fd1a5d78beb24e1b2db3b729cad039d to your computer and use it in GitHub Desktop.

Select an option

Save jongio/4fd1a5d78beb24e1b2db3b729cad039d to your computer and use it in GitHub Desktop.
Azure IoT Hub Device Twin Properties JSON
{
"deviceId": "{{deviceId}}",
"properties": {
"desired": {
"deviceName": "{{deviceName}}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment