Skip to content

Commit 243188f

Browse files
author
brentru
committed
adjust light numbers and decrease default brightness
1 parent a81f9cb commit 243188f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

  • PyPortal_Philips_Hue_Controller

PyPortal_Philips_Hue_Controller/code.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,11 @@
132132
button_group.append(b.group)
133133

134134
# Hue Light/Group Identifiers
135-
hue_lights={'lamp': 4, 'livingroom': 4}
136-
135+
hue_lights={'lamp': 1, 'livingroom': 2}
137136
hue_selector = hue_lights['lamp']
138137

139-
140-
# Default to 50% brightness
141-
current_brightness = 50
138+
# Default to 25% brightness
139+
current_brightness = 25
142140

143141
while True:
144142
touch = ts.touch_point

0 commit comments

Comments
 (0)