Azure IoT Central
- Get connected: Azure IoT Central connects your IoT devices to the cloud faster than any other platform. Find new devices matched to your solution in the Azure Certified for IoT device catalog.
- Stay connected: We understand how hard it is to keep devices connected and healthy. Centralized management helps you reconfigure and update them.
- Transform: Our connectors and extensibility APIs bridge the gap between your business applications and IoT—providing a direct connection between IoT data and your decision makers.
-
support objects in JSON payload
Nested objects and arrays.
Use case: When the device acts as a protocol translator for another network, example BLE and the payloads are identical but from a different address.
Here is a simplified example:
"ble": [
{
"000B576FC3C7": {
"v": "4",
"T": 30,
"H": 24
},
"000B576FAAAA": {
"v": "4",
"T": 23,
"H": 24
},
}
],34 votesHello all,
We have added support for the complex objects with the latest preview update of Azure IoT Central. We also have array support on the roadmap and will share more details as they become available.
Please note that these features are in preview and we are listening to the feedback to further refine them.
You can read more about the new capabilities in the device template here: https://docs.microsoft.com/en-us/azure/iot-central/core/tutorial-define-iot-device-type-pnp?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json#prerequisites
Thanks
Ankit
- Don't see your idea?