I have added this rule but does not seem to work. Is there a way to debug these rules to see output?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuotesnmp = CreateSNMPTransport($node);
oid = SNMPGetValue(snmp,".1.2.840.10036.3.1.2.1.3.10"); // Device name
if (oid == "PowerBeam AC 500")
return true;