X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=update-web-status.py;h=e1e24126eb068e6da95cf45d5a765569b7423388;hb=9b57ad36fa772a94f8f38321a88f2b1df1818a51;hp=78e3d71e33a5de4b072a9ed68e230cc9c5da8a23;hpb=1a4cfcb948037754b908d0be876fdee02dca2eec;p=svn42.git diff --git a/update-web-status.py b/update-web-status.py index 78e3d71..e1e2412 100755 --- a/update-web-status.py +++ b/update-web-status.py @@ -194,6 +194,16 @@ if len(sys.argv) > 1: else: uwscfg = UWSConfig() +if len(sys.argv) > 2: + if sys.argv[2] == "open": + displayOpen() + elif sys.argv[2] == "closed": + displayClosed() + elif sys.argv[2] == "panic": + displayPanic() + print "Satus submitted to Web, now exiting..." + sys.exit(0) + #socket.setdefaulttimeout(10.0) #affects all new Socket Connections (urllib as well) RE_PRESENCE = re.compile(r'Presence: (yes|no)(?:, (opened|closed), (.+))?') RE_BUTTON = re.compile(r'PanicButton|button\d?')