This website works better with JavaScript.
Home
Explore
Help
Sign In
redplanet
/
ir-remote-timer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
time
master
Andreas Demmelbauer
4 years ago
parent
4a544b8698
commit
0b4a2bf7d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ir-remote-timer.py
+ 1
- 1
ir-remote-timer.py
View File
@@ -22,7 +22,7 @@ def turnAllProjectorsOff():
schedule.every().day.at("21:00").do(turnAllProjectorsOn)
schedule.every().day.at("6:00").do(turnAllProjectorsOff)
schedule.every().day.at("
0
6:00").do(turnAllProjectorsOff)
while True:
Write
Preview
Loading…
Cancel
Save