X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/3313462175e847d3c0c5075e1ecc589f1d264ca7..4bca211aea7e724156b2efd21cca7b56fe92df8c:/statemachine.py diff --git a/statemachine.py b/statemachine.py index 01cf83f..9e50327 100644 --- a/statemachine.py +++ b/statemachine.py @@ -201,7 +201,7 @@ class StateMachine(): if pins.door_locked: return StateMachine.StateZu(self.state_machine) def handle_cmd_unlock_event(self,callback): - callback("409 conflict: The server is currently trying to lock the door. Try again later.") + callback("409 conflict: The sphinx is currently trying to lock the door. Try again later.") def could_not_close(self): logger.critical("StateMachine: Couldn't close door after %d tries. Going back to StateAboutToOpen." % CLOSE_REPEAT_NUMBER) return StateMachine.StateAboutToOpen(self.state_machine)