Field | Type | Required | Description |
---|---|---|---|
blockOptions.method.args.item blockOptions.method.args.expression |
item expression |
+ | Id of item or expression which value need to use for checking. |
blockOptions.method.args.deviceGroup | string | – | Value source will be used as an operand for checking. References a device group by its ID. The parameter is required. |
blockOptions.method.args.itemGroup | string | – | Value source will be used as an operand for checking.. References an item group by its ID. The parameter is required. |
blockOptions.method.args.startValue | int/float | + | First value of the range. |
blockOptions.method.args.endValue | int/float | + | Last value of the range. |
blockOptions.method.args.comparator | string | – | Type of comparator. Possible values: , . Default value: . |
blockOptions.method.args.startValue.scale | string | – | Scale value for startValue. |
blockOptions.method.args.endValue.scale | string | – | Scale value for endValue. |