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 |
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:
- Implement the device model behavior describes the JavaScript files you use to implement the behavior of a simulated device.
- Create a new simulated device puts it all together and shows you how to deploy a new simulated device type to your solution.
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]
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: