You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each message or snapshot record represents one or more changes to a device template since the last exported message. Information sent in each message or record includes:
300
+
Each message or snapshot record represents one or more changes to a published device template since the last exported message. Information sent in each message or record includes:
299
301
300
302
-`id` of the device template which matches the `instanceOf` of the devices stream above
301
-
- `name` of the device template
302
-
- `version` of the device template
303
+
-`displayName` of the device template
303
304
- The device `capabilityModel` including its `interfaces`, and the telemetry, properties, and commands definitions
304
305
-`cloudProperties` definitions
305
306
- Overrides and initial values, inline with the `capabilityModel`
@@ -548,22 +549,22 @@ This is an example snapshot containing devices and properties data in Blob Stora
548
549
## Data format change notice
549
550
550
551
> [!Note]
551
-
> The telemetry stream data format is unaffected by this change. Only the Devices and device templates streams of data are affected.
552
+
> The telemetry stream data format is unaffected by this change. Only the devices and device templates streams of data are affected.
552
553
553
554
If you have an existing data export in your preview application with the *Devices* and *Device templates* streams turned on, you will need to update your export by **30 June 2020**. This applies to exports to Azure Blob Storage, Azure Event Hubs, and Azure Service Bus.
554
555
555
-
Starting 3 February 2020, all new exports in applications with Devices and Device templates enabled will have the data format described above. All exports created prior to this will remain on the old data format until 30 June 2020, after which time these exports will automatically be migrated to the new data format. The new data format matches the [device](https://docs.microsoft.com/rest/api/iotcentral/devices/get), [device component properties](https://docs.microsoft.com/rest/api/iotcentral/devices/getcomponentproperties), and [device template](https://docs.microsoft.com/rest/api/iotcentral/devicetemplates/get) objects in the IoT Central public API.
556
+
Starting 3 February 2020, all new exports in applications with Devices and Device templates enabled will have the data format described above. All exports created prior to this will remain on the old data format until 30 June 2020, after which time these exports will automatically be migrated to the new data format. The new data format matches the [devices](https://docs.microsoft.com/rest/api/iotcentral/devices/get), [device properties](https://docs.microsoft.com/rest/api/iotcentral/devices/getproperties), [device cloud property]([device cloud properties](https://docs.microsoft.com/rest/api/iotcentral/devices/getcloudproperties)and [device templates](https://docs.microsoft.com/rest/api/iotcentral/devicetemplates/get) objects in the IoT Central public API.
556
557
557
558
For **Devices**, notable differences between the old data format and the new data format include:
558
559
-`@id` for device is removed, `deviceId` is renamed to `id`
559
560
-`provisioned` flag is added to describe the provisioning status of the device
560
561
-`approved` flag is added to describe the approval state of the device
561
-
-`properties`match the component properties of the API
562
+
-`properties`including device and cloud properties, matches entities in the public API
562
563
563
564
For **Device templates**, notable differences between the old data format and the new data format include:
564
565
565
566
-`@id` for device template is renamed to `id`
566
-
-`@type` is renamed to `types`, and is now an array
567
+
-`@type`for the device template is renamed to `types`, and is now an array
567
568
568
569
### Devices (format deprecated as of 3 February 2020)
0 commit comments