Hi all

I'm working on a driver for my own auxiliary device. It is connected via I2C. Sometimes there are connection issues and I would like to disconnect after detection. The connection button of the aux device in the INDI Client should switch to disconnect and I would like to set IPS_ALERT. I couldn't find any examples. Is there a method I can use for this? Since ConnectionS in the DefaultDevice is a private member I can't manipulate it in my extended driver class.

Thank you!

Read More...