Skip to content

Commit 71d0736

Browse files
committed
Updated rules doc to have [Any] update and Ckoud properties update
1 parent 252c712 commit 71d0736

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/iot-central/core/howto-configure-rules.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ In the following screenshot, the conditions check when the temperature is greate
3232

3333
![Conditions](media/howto-configure-rules/conditions.png)
3434

35+
## Use value field advanced
36+
37+
Cloud properties that have been added to the device template can be referenced as a value. The evaluation between a telemetry and a cloud property only works as long as they are of a similar type. For example, if Temperature is of data type double, then cloud properties of type double will be shown as options.
38+
39+
If the telemetry selected is of type event, in the drop-down of the value section will be the option **[Any]**. It means that the rule will fire upon receiving any payload of that event type, regardless of the value carried in the payload.
40+
3541
## Use aggregate windowing
3642

3743
Rules evaluate aggregate time windows as tumbling windows. In the screenshot below, the time window is five minutes. Every five minutes, the rule evaluates on the last five minutes of data. The data is only evaluated once in the window to which it corresponds.

0 commit comments

Comments
 (0)