diff --git a/__init__.py b/__init__.py index 155192b..8b7f844 100644 --- a/__init__.py +++ b/__init__.py @@ -198,6 +198,9 @@ class struct_json_protocol(object): def is_connected(self): return self.__comm_inst__.is_connected() + def reconnect(self): + return self.__comm_inst__.reconnect() + def __authentification_state_reset__(self): logger.info("%s Resetting authentification state to AUTH_STATE_UNKNOWN_CLIENT", self.LOG_PREFIX) self.__authentification_state__ = self.AUTH_STATE_UNKNOWN_CLIENT