autoconnect property

bool autoconnect

True if this device is allowed to automatically connect.

Implementation

bool get autoconnect =>
    _object.getBooleanProperty(_deviceInterfaceName, 'Autoconnect') ?? false;