Files
smash/rules.cfg
2024-06-09 13:21:34 +02:00

11 lines
213 B
INI

# list of alarm rules
# they follow the form: PVNAME COMPARISON VALUE
# comments via # are allowed
MTEST:COUNTER1 > 0.5 # test
MTEST:COUNTER2 < 0.5
MTEST:ASTRING1 != "a string"
MTEST:ASTRING2 == something else