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
Like in Azure IoT Hub, users have to manage Device model in the portal.
In AWS IoT Core, you can create a "Thing Type" to define the characteristics of a group of similar devices. This allows you to manage and interact with your devices in a more streamlined way. To create a Thing Type, go to the AWS IoT Core console and select "Thing Types" from the left-hand menu.
Once you have created a Thing Type, you can define its schema. The schema is a set of rules that define the format and structure of the device's data. You can use JSON to define the schema, and it should include all the attributes you defined in step 1.
Acceptance criteria
User can create do CRUD on device models
User can specify manually properties on device model that are represented in the Thing Type Schema
Feature: #1784
Description
Like in Azure IoT Hub, users have to manage Device model in the portal.
In AWS IoT Core, you can create a "Thing Type" to define the characteristics of a group of similar devices. This allows you to manage and interact with your devices in a more streamlined way. To create a Thing Type, go to the AWS IoT Core console and select "Thing Types" from the left-hand menu.
Once you have created a Thing Type, you can define its schema. The schema is a set of rules that define the format and structure of the device's data. You can use JSON to define the schema, and it should include all the attributes you defined in step 1.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: