projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe3cd2
)
switch off, again
author
realraum
<realraum@realraum.at>
Mon, 27 Sep 2010 21:23:26 +0000
(21:23 +0000)
committer
realraum
<realraum@realraum.at>
Mon, 27 Sep 2010 21:23:26 +0000
(21:23 +0000)
switch-power.py
patch
|
blob
|
history
diff --git
a/switch-power.py
b/switch-power.py
index
2af257c
..
b3dbfab
100755
(executable)
--- a/
switch-power.py
+++ b/
switch-power.py
@@
-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)