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
Copy file name to clipboardExpand all lines: articles/iot-central/retail/tutorial-in-store-analytics-create-app.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.date: 12/20/2021
15
15
16
16
For many retailers, environmental conditions within their stores are a key differentiator from their competitors. Retailers want to maintain pleasant conditions within their stores for the benefit of their customers.
17
17
18
-
You can use the IoT Central in-store analytics condition monitoring application template to build an end-to-end solution. The application template lets you digitally connect to and monitor a retail store environment using of different kinds of sensor devices. These sensor devices generate telemetry that you can convert into business insights to help the retailer reduce operating costs and create a great experience for their customers.
18
+
You can use the IoT Central in-store analytics condition monitoring application template to build an end-to-end solution. The application template lets you digitally connect to and monitor a retail store environment using different kinds of sensor devices. These sensor devices generate telemetry that you can convert into business insights to help the retailer reduce operating costs and create a great experience for their customers.
19
19
20
20
Use the application template to:
21
21
@@ -31,11 +31,11 @@ Use the IoT Central *in-store analytics* application template and the guidance i
31
31
32
32
:::image type="content" source="media/tutorial-in-store-analytics-create-app/store-analytics-architecture-frame.png" alt-text="Azure IoT Central Store Analytics.":::
33
33
34
-
- Set of IoT sensors sending telemetry data to a gateway device.
35
-
- Gateway devices sending telemetry and aggregated insights to IoT Central.
36
-
- Continuous data export to the desired Azure service for manipulation.
37
-
- Data can be structured in the desired format and sent to a storage service.
38
-
- Business applications can query data and generate insights that power retail operations.
34
+
1. Set of IoT sensors sending telemetry data to a gateway device.
35
+
1. Gateway devices sending telemetry and aggregated insights to IoT Central.
36
+
1. Continuous data export to the desired Azure service for manipulation.
37
+
1. Data can be structured in the desired format and sent to a storage service.
38
+
1. Business applications can query data and generate insights that power retail operations.
1. Use the **Select image** button to choose an image to upload as the application image. This image appears on the application tile in the **My Apps** page of the IoT Central application manager.
134
134
@@ -140,7 +140,7 @@ To update the application image:
140
140
141
141
### Create device templates
142
142
143
-
You can create device templates that enable you and the application operators to configure and manage devices. You create a template by building a custom one, by importing an existing template file, or by importing a template from the Azure IoT device catalog. After you create and customize a device template, use it to connect real devices to your application. Optionally, use a device template to generate simulated devices for testing.
143
+
You can create device templates that enable you and the application operators to configure and manage devices. You can create a template by building a custom one, by importing an existing template file, or by importing a template from the Azure IoT device catalog. After you create and customize a device template, use it to connect real devices to your application. Optionally, use a device template to generate simulated devices for testing.
144
144
145
145
The **In-store analytics - checkout** application template has device templates for several devices. There are device templates for two of the three devices you use in the application. The RuuviTag device template isn't included in the **In-store analytics - checkout** application template. In this section, you add a device template for RuuviTag sensors to your application.
146
146
@@ -152,7 +152,7 @@ To add a RuuviTag device template to your application:
152
152
153
153
1. Find and select the **RuuviTag Multisensor** device template in the Azure IoT device catalog.
154
154
155
-
1. Select **Next: Customize**.
155
+
1. Select **Next: Review**.
156
156
157
157
:::image type="content" source="media/tutorial-in-store-analytics-create-app/ruuvitag-device-template.png" alt-text="Screenshot that highlights the Next: Customize button.":::
158
158
@@ -184,17 +184,17 @@ To customize the built-in interfaces of the RuuviTag device template:
184
184
185
185
1. Select **Customize** in the RuuviTag device template menu.
186
186
187
-
1. Scroll in the list of capabilities and find the `humidity` telemetry type. It's the row item with the editable **Display name** value of *humidity*.
187
+
1. Scroll in the list of capabilities and find the `RelativeHumidity` telemetry type. It's the row item with the editable **Display name** value of *RelativeHumidity*.
188
188
189
-
In the following steps, you customize the `humidity` telemetry type for the RuuviTag sensors. Optionally, customize some of the other telemetry types.
189
+
In the following steps, you customize the `RelativeHumidity` telemetry type for the RuuviTag sensors. Optionally, customize some of the other telemetry types.
190
190
191
-
For the `humidity` telemetry type, make the following changes:
191
+
For the `RelativeHumidity` telemetry type, make the following changes:
192
192
193
193
1. Select the **Expand** control to expand the schema details for the row.
194
194
195
-
1. Update the **Display Name** value from *humidity* to a custom value such as *Relative humidity*.
195
+
1. Update the **Display Name** value from *RelativeHumidity* to a custom value such as *Humidity*.
196
196
197
-
1. Change the **Semantic Type** option from *None* to *Humidity*. Optionally, set schema values for the humidity telemetry type in the expanded schema view. Schema settings allow you to create detailed validation requirements for the data that your sensors track. For example, you could set minimum and maximum operating range values for a given interface.
197
+
1. Change the **Semantic Type** option from *Relative humidity* to *Humidity*. Optionally, set schema values for the humidity telemetry type in the expanded schema view. Schema settings allow you to create detailed validation requirements for the data that your sensors track. For example, you could set minimum and maximum operating range values for a given interface.
198
198
199
199
1. Select **Save** to save your changes.
200
200
@@ -258,9 +258,9 @@ To create a rule:
258
258
259
259
1. Enter *Humidity level* as the name of the rule.
260
260
261
-
1. Choose the RuuviTag device template in **Scopes**. The rule you define will apply to all sensors based on that template. Optionally, you could create a filter that would apply the rule only to a defined subset of the sensors.
261
+
1. Choose the RuuviTag device template in **Target devices**. The rule you define will apply to all sensors based on that template. Optionally, you could create a filter that would apply the rule only to a defined subset of the sensors.
262
262
263
-
1. Choose `Relative humidity` as the **Telemetry**. It's the device capability that you customized in a previous step.
263
+
1. Choose `Humidity` as the **Telemetry**. It's the device capability that you customized in a previous step.
0 commit comments