Skip to content

Commit 439617f

Browse files
committed
Update how-to-send-additional-data.md
1 parent f959521 commit 439617f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-dps/how-to-send-additional-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sometimes DPS needs more data from devices to properly provision them to the rig
1616
This feature can be used as an enhancement for [custom allocation](https://docs.microsoft.com/azure/iot-dps/how-to-use-custom-allocation-policies). For instance, you want to allocate your devices based on the device model without human intervention. In this case, you will use [custom allocation](https://docs.microsoft.com/azure/iot-dps/how-to-use-custom-allocation-policies). You can configure the device to report the model information as part of the [register device call](https://docs.microsoft.com/rest/api/iot-dps/runtimeregistration/registerdevice). DPS will pass the device’s information into to the custom allocation webhook. And your function can decide which IoT Hub this device will go to when it receives device model information. Similarly, if the webhook wishes to return some data to the device, it will pass the data back as a string in the webhook response.
1717

1818
## Device sends data to DPS
19-
When your device is sending a [register device call](https://docs.microsoft.com/en-us/rest/api/iot-dps/runtimeregistration/registerdevice) to DPS. The register call can be enhanced to take other fields in the body. The body looks like the following:
19+
When your device is sending a [register device call](https://docs.microsoft.com/rest/api/iot-dps/runtimeregistration/registerdevice) to DPS. The register call can be enhanced to take other fields in the body. The body looks like the following:
2020
```
2121
{
2222
“registrationId”: “mydevice”,
@@ -50,7 +50,7 @@ If the custom allocation policy webhook wishes to return some data to the device
5050
```
5151

5252
## SDK support
53-
This feature is available in C, C#, JAVA and Node.js [client SDKs](https://docs.microsoft.com/en-us/azure/iot-dps/).
53+
This feature is available in C, C#, JAVA and Node.js [client SDKs](https://docs.microsoft.com/azure/iot-dps/).
5454

5555
## Next steps
5656
* Develop using the [Azure IoT SDK]( https://github.com/Azure/azure-iot-sdks) for Azure IoT Hub and Azure IoT Hub Device Provisioning Service

0 commit comments

Comments
 (0)