X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/986e711c18a3960baa5dda8b9919372e6a387909..73cd08c855a77bc0df90d6e94f6d75d42d6f5e5e:/tyshell diff --git a/tyshell b/tyshell index 70ad6df..b535f2b 100755 --- a/tyshell +++ b/tyshell @@ -86,6 +86,7 @@ commands = alias({ 'who': CmdEntry(whocmd, 'Shows the list of people, who are allowed to control this system'), 'fallback_mode_on': CmdEntry(prompt_sure(sendcmd(tuerSock, 'fallback_mode_on'),'WARNING: This action will be reported to the admins. Use this only in case of Sphinx hardware failure when you need to ignore erroneous sensor input!'), 'Sets the system in a state where it is less dependent on sensoric input. Use it only when sensors are broken.'), 'fallback_mode_off': CmdEntry(prompt_sure(sendcmd(tuerSock, 'fallback_mode_off'),'WARNING: This action will be reported to the admins. Use this only if you have fixed the sensors of the Sphinx or activated fallback mode by accident!'), 'Resets the system to the default state. Use this when you have just repaired the sensors of the Sphinx.'), + 'status': CmdEntry(sendcmd(tuerSock, 'status'), 'Shows internal state and sensor information.'), },{ # aliases 'open': 'unlock',