Would it be possible to control a led every time a action is performed ?
For instance when i click a button to toggle my light I would like to flash a led green so that I get visual feedback.
When I turn of the light I would like to see a red led flash.
The same applies to a rule set. So whenever a rule is triggered I would like to get notified visually.
Would this be possible by making a rule that says.
when $switch to on then toggle led green
when $switch to off then toggle led red
I hope I explained my self good enough to understand