Hi bherbruck
You could specify the devices it is able to connect to.
Find the MXIDs of the devices connected to the offline switch, then you can connect to them with:
device_info = depthai.DeviceInfo("14442C108144F1D000") # MXID
with depthai.Device(pipeline, device_info) as device:
.
.
Hope this helps,
Jaka