Is there a way to define a device array and specify the exact order of the elements?
I’m trying to create two devices arrays such that elements pair up for later use. I want one array to have the front and back door sensors, and the other array to have the front and back landscape light switches.
The problem is the UI for selecting devices and adding them to the variables adds them in alphabetical order, and the names of my devices sort differently:
device doors = Front Door and Sliding Door
device lights = Lights - Back Yard and Lights - Front Yard
I don’t want to have to resort to renaming the devices so they alphabetize the right way.
Thanks!