I have a device that has a temperature sensor. I was able to configure a custom poller, but the output value contains both text and an integer, for example, "SYS_TEMP; +24.00 C".
How would I construct a trigger condition that would fire when the numerical part of that output exceeds a certain threshold?
Is there a way to embed a string or regex inside a "contains" condition?
Thanks for any help.