Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.52 KB

iot-accelerators-remote-monitoring-device-schema.md

File metadata and controls

50 lines (36 loc) · 2.52 KB
title description author manager ms.author ms.service services ms.date ms.topic
Device schema in remote monitoring solution - Azure | Microsoft Docs
This article describes the JSON schema that defines a simulated device in the remote monitoring solution.
dominicbetts
timlt
dobett
iot-accelerators
iot-accelerators
01/29/2018
conceptual

Understand the device model schema

You can use simulated devices in the Remote Monitoring solution to test its behavior. When you deploy the Remote Monitoring solution, a collection of simulated devices is provisioned automatically. You can customize the existing simulated devices or create your own.

This article describes the device model schema that specifies the capabilities and behavior of a simulated device. The device model is stored in a JSON file.

The following articles are related to the current article:

In this article, you learn how to:

[!div class="checklist"]

  • Use a JSON file to define a simulated device model
  • Specify the properties the simulated device
  • Specify the telemetry the simulated device sends
  • Specify the cloud-to-device methods the device responds to

[!INCLUDE iot-accelerators-device-schema]

Next steps

This article described how to create your own custom simulated device model. This article showed you how to:

[!div class="checklist"]

  • Use a JSON file to define a simulated device model
  • Specify the properties the simulated device
  • Specify the telemetry the simulated device sends
  • Specify the cloud-to-device methods the device responds to

Now that you've learned about the JSON schema, the suggested next step is to learn how to implement the behavior of your simulated device.

For more developer information about the Remote Monitoring solution, see: