def handle_cmd_unlock_event(self, callback):
callback("299 redundant: Space seems to be already open. Still processing your request tough.")
logger.info("StateMachine: Received UNLOCK command in %s. This should not be necessary." % self.__class__.__name__)
self.actor().act(Actor.CMD_UNLOCK)
def handle_cmd_unlock_event(self, callback):
callback("299 redundant: Space seems to be already open. Still processing your request tough.")
logger.info("StateMachine: Received UNLOCK command in %s. This should not be necessary." % self.__class__.__name__)
self.actor().act(Actor.CMD_UNLOCK)