Skip to content

Counter Condition

Increments a counter by one every time this condition is evaluated.

For the following example, it will trigger once every 5 times. Be careful when using with and, nand, or or nor as these have performance optimizations that may skip increasing the counter in some cases.

Properties

NameTypeDefault
ResetsAtInt32N/A
ValueValueRangeN/A

Usage

json
{
    "type": "counter",
    "resets_at": "5"
}