Hello,
I might just be missing something simple here, but is there a way to concatenate two device capabilities into a single input list?
E.g. I want to have devices that have capability.switch as well as capability.outlet enumerated in a single selection list.
capability.switch
capability.outlet
Thanks!
You could try the “Actuator” capability, as both the switch and outlet drivers should also implement actuator. However, I’d be surprised if every “outlet” driver didn’t also implement “switch”.
No. The way HE works you’d create two inputs, one for each type.