hello, I think I found a bug. I am trying to run a pair of rules in rule machine. one is to set an LED on a button based the status of another rule if it is active(running) or paused. i turned on logging for events, triggers, and actions. if I pause the monitored rule, no logs are generated, and my LED status rule is never triggered to change my LED color. however, if the rule is paused and changed to running, a log is generated stated the rule is running. then my rule will trigger, updating my LED.
I'm using the trigger (Rule Paused) , select which rule I want to monitor, then the drop down gives me no selection, paused, and running. running appears to work but paused seems to do nothing.
if I have anyone's attention, is it possible to add this (Rule Paused) to the button controllers app? it would be neat to be able to push a button and an "if statement" could evaluate the status of the rule, then based on that perform its action. then I might not need to create two rules.
another request would be if i could select changed rather than only having the two options running or paused.