Hide / show gauges

It seems to me a little bit wrong that for hiding and displaying one sensor two whole actions are used, this piles the project! And complicates the debugging process.
My version !
I suggest adding the value “Otherwise” to the conditions, which will perform the action if the main condition is not met!
For example:

If (x == y)
{a-event}
Otherwise
{b- event}
Or is it already implemented?

I do not understand the column “Reset Condition”. can explain that point?

After trigger has been triggered, it can be triggered again after reset condition is true.