I think the trick you need is to use a virtual contact switch.
I wrote a custom switch that ties open/closed contact to on/off which works perfect for me.
Sharing with the community - to solve a need I had for a virtual switch that displayed ON when actually off , and Off when On.
Why? everyone described multiple methods for reversed switch - Global Variables, connectors and switches to switches. This came about because I had some Apps that had the option to be controlled with an On Off switch but - I hated that when the switch was ON, the app was off and viceversa. This virtual switch can be used to reflect the true on/off state of apps.
As Iā¦