switch off, again
authorrealraum <realraum@realraum.at>
Mon, 27 Sep 2010 21:23:26 +0000 (21:23 +0000)
committerrealraum <realraum@realraum.at>
Mon, 27 Sep 2010 21:23:26 +0000 (21:23 +0000)
switch-power.py

index 2af257c..b3dbfab 100755 (executable)
@@ -210,6 +210,11 @@ def eventNobodyHere():
   for id in present_ids.split(" "):
     time.sleep(0.2)
     switchPower(id,False)
+  present_ids.reverse()
+  time.sleep(4)
+  for id in present_ids.split(" "):
+    time.sleep(0.3)
+    switchPower(id,False)
 
 ##def eventPanic():
 ##  logging.info("eventPanic(): switching around: "+uwscfg.slug_ids_panic)