Hello,
Let's say I'm scanning my network for devices by making SNMP queries that results in this response:
FIRMWARE_VERX where X is an integer.
I want to create two actions as a result:
Is that a macro, a regex or something else?

Let's say I'm scanning my network for devices by making SNMP queries that results in this response:
FIRMWARE_VERX where X is an integer.
I want to create two actions as a result:
- Action 1 would fire if X >= 7
- Action 2 would fire if X < 7
Is that a macro, a regex or something else?