We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ee747 commit 6e5b1aeCopy full SHA for 6e5b1ae
dmxController.py
@@ -57,11 +57,11 @@ def off():
57
last_state = None
58
last_state_type = None
59
times = [
60
- [(700, 800), (1510, 2130)], # Monday
61
- [(700, 800), (1550, 2130)], # Tuesday
62
- [(700, 800), (1550, 2130)], # Wednesday
63
- [(700, 800), (1550, 2130)], # Thursday
64
- [(700, 800), (1510, 2200)], # Friday
+ [(700, 750), (1500, 2130)], # Monday
+ [(700, 750), (1600, 2130)], # Tuesday
+ [(700, 750), (1600, 2130)], # Wednesday
+ [(700, 750), (1600, 2130)], # Thursday
+ [(700, 750), (1330, 2200)], # Friday
65
[(900, 2200)], # Saturday
66
[(900, 2130)], # Sunday
67
]
@@ -87,7 +87,7 @@ def callback():
87
off()
88
last_state = 0
89
90
- if time >= 2100 or time <= 700:
+ if time >= 2100 or time <= 715:
91
if last_state_type != 1:
92
dimmer()
93
last_state_type = 1
0 commit comments