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
This AWS IoT SiteWise Service basic scenario demonstrates how to interact with the AWS IoT SiteWise service using an AWS SDK. The scenario covers various operations such as creating an Asset Model, creating assets, sending data to assets, and retrieving data.
4
3
5
-
This AWS IoT SiteWise Service basic scenario demonstrates how to interact with the AWS IoT SiteWise service using an AWS SDK. The scenario covers various operations such as creating a Asset Model, creating assets, sending data to assets, retrieving data, and so on.
6
-
7
-
Here are the top five service operations this scenario covers.
4
+
## Key Operations
8
5
9
6
1.**Create an AWS SiteWise Asset Model**:
10
-
-Description: This step creates an AWS SiteWise Asset Model by invoking the `createAssetModel` method.
7
+
- This step creates an AWS SiteWise Asset Model by invoking the `createAssetModel` method.
11
8
12
9
2.**Create an AWS IoT SiteWise Asset**:
13
-
- Description: This operation creates an AWS SiteWise asset.
14
-
10
+
- This operation creates an AWS SiteWise asset.
15
11
16
12
3.**Retrieve the property ID values**:
17
-
- Description: To send data to an asset, we need to get the property ID values for the
18
-
the model properties. This scenario uses temperature and humidity properties.
19
-
13
+
- To send data to an asset, we need to get the property ID values for the model properties. This scenario uses temperature and humidity properties.
20
14
21
15
4.**Send data to an AWS IoT SiteWise Asset**:
22
-
-Description: This operation sends data to an IoT SiteWise Asset.
16
+
- This operation sends data to an IoT SiteWise Asset.
23
17
24
18
5.**Retrieve the value of the IoT SiteWise Asset property**:
25
-
-Description: This operation gets data from the asset.
19
+
- This operation gets data from the asset.
26
20
27
-
Note: These steps are not the complete program, but summarizes the 5 high-level steps. See the Eng Spec for a complete listing of operations.
28
-
29
-
### Resources
30
-
31
-
This Basics scenario requires an IAM role that has permissions to work with AWS IoT
32
-
SiteWise service. The scenario creates this resource using a CloudFormation template.
21
+
## Resources
33
22
23
+
This Basics scenario requires an IAM role that has permissions to work with the AWS IoT SiteWise service. The scenario creates this resource using a CloudFormation template.
34
24
35
25
## Implementations
36
26
@@ -40,10 +30,8 @@ This scenario example will be implemented in the following languages:
0 commit comments