Concatenating two capabilities in a single device input list?

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.

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”.

2 Likes

No. The way HE works you’d create two inputs, one for each type.