Skip to content

Commit

Permalink
Random P
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidy committed Feb 13, 2022
1 parent ae0db0d commit 19d9de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywizlight/bulb.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def _set_hs_color(self, values: Tuple[float, float]) -> None:
rgb, cw = hs2rgbcw(values)
_rgb_in_range_or_raise(rgb)
# Set the RGB values
params = self.pilot_paramsP
params = self.pilot_params
params.update({key: rgb[idx] for idx, key in enumerate(RGB_ORDER)})
if cw is not None:
# Use the existing set_warm_white function to set the CW values
Expand Down

0 comments on commit 19d9de8

Please sign in to comment.