This repository was archived by the owner on Jul 9, 2024. It is now read-only.
Azure Device Update for IoT Hub support #622
coderbyheart
started this conversation in
Ideas
Replies: 3 comments
-
The simulator now implements a model, which is technically nothing more than:
This then allows the Azure IoT Explorer to show the data in a UI: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Finally managed to create a FOTA job. The device receives this Twin update: {
"azureDeviceUpdateAgent": {
"__t": "c",
"service": {
"action": 0,
"updateManifest": "<same as the updatemanifest.json as string>",
"updateManifestSignature": "eyJhbGc ... // see https://docs.microsoft.com/en-us/azure/iot-hub-device-update/device-update-security",
"fileUrls": {
"00000": "Public HTTP (non-S) URL to file: http://fota--devtrackeradu.b.nlu.dl.adu.microsoft.com/northeurope/FOTA--devtrackeradu/c6f6xxxx/update.hex"
}
}
},
"$version": 2
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Device Update for IoT Hub is in public preview: https://techcommunity.microsoft.com/t5/internet-of-things/streamline-device-management-with-device-update-for-iot-hub-now/ba-p/2167663
Beta Was this translation helpful? Give feedback.
All reactions