X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/986e711c18a3960baa5dda8b9919372e6a387909..8fa0d3c2b93ded551a61f48e2c8701e5f2370b76:/tysock.py diff --git a/tysock.py b/tysock.py index 2a5e193..b987567 100644 --- a/tysock.py +++ b/tysock.py @@ -30,6 +30,7 @@ class TySocket(): b'lock': StateMachine.CMD_LOCK, b'fallback_mode_on': StateMachine.CMD_FALLBACK_ON, b'fallback_mode_off': StateMachine.CMD_FALLBACK_OFF, + b'status': StateMachine.CMD_STATUS, } def __init__(self, sm):