[Release] Radio Button Controller Device

This is a simple little driver that creates and controls radio button switches. I use it to select a scene for my scene controllers, so only one switch is on at a time to select and represent the current scene on the dashboard. It can also be used as a radio button controller with visual push feedback on dashboards.

I posted this in the lounge as what I did over the weekend, but I thought it might be better cross posted to this category with a proper title, should anyone be looking for something like this. It can be used with any app, including Rule Machine or Webcore.

Code is linked in the original post:

Added a couple things.

  1. Command to turn on one of the switches in the group by label
  2. An option to use the parent device as a child device to an app. It will call the parent method radioSwitchActive(label) when the active switch changes, if the useAsAppChild preference is set to true.