Skip to content

Commit d3db01d

Browse files
committed
updated link, validated
1 parent 4253b13 commit d3db01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/digital-twins/concepts-device-ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can customize your device's message format and payload to fit your solution'
6666
|---|---|---|---|
6767
| **DigitalTwins-Telemetry** | 1.0 | Yes | A constant value that identifies a message to the system. |
6868
| **DigitalTwins-SensorHardwareId** | `string(72)` | Yes | A unique identifier of the sensor that sends the **Message**. This value must match an object's **HardwareId** property for the system to process it. For example, `00FF0643BE88-CO2`. |
69-
| **CreationTimeUtc** | `string` | No | An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatted date string that identifies the sampling time of the payload. For example, `2018-09-20T07:35:00.8587882-07:00`. |
69+
| **CreationTimeUtc** | `string` | No | An [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) formatted date string that identifies the sampling time of the payload. For example, `2018-09-20T07:35:00.8587882-07:00`. |
7070
| **CorrelationId** | `string` | No | A UUID that's used to trace events across the system. For example, `cec16751-ab27-405d-8fe6-c68e1412ce1f`.
7171

7272
### Send your message to Digital Twins

0 commit comments

Comments
 (0)