Skip to content

Commit b1788b6

Browse files
committed
Change [Any] to Any
1 parent c0d02a7 commit b1788b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In the following screenshot, the conditions check when the temperature is greate
3434

3535
You can reference a cloud property from the device template in the **Value** field for a condition. The cloud property and telemetry value must have similar types. For example, if **Temperature** is a double, then only cloud properties of type double show as options in the **Value** drop-down.
3636

37-
If you choose an event type telemetry value, the **Value** drop-down includes the option **[Any]**. The **[Any]** option means the rule fires when your application receives an event of that type, whatever the payload.
37+
If you choose an event type telemetry value, the **Value** drop-down includes the option **Any**. The **Any** option means the rule fires when your application receives an event of that type, whatever the payload.
3838

3939
## Use aggregate windowing
4040

0 commit comments

Comments
 (0)