X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/4f929e668c842100aaaf31008c4624c75b280a1b..e99d4446af1d2f2419c4de4fe3874f17b0873a48:/tyshell diff --git a/tyshell b/tyshell index 2280926..1ffccfe 100755 --- a/tyshell +++ b/tyshell @@ -47,8 +47,8 @@ def exitcmd(c): commands = { 'exit': exitcmd, 'help': helpcmd, - 'open': sendcmd(tuerSock, 'open'), - 'close': sendcmd(tuerSock, 'close'), + 'open': sendcmd(tuerSock, 'unlock'), + 'unlock': sendcmd(tuerSock, 'unlock'), 'buzz': sendcmd(tuerSock, 'buzz'), }