Skip to content

Commit

Permalink
led: DT8: fix a copy/paste error in SetDT8ColourValueTc
Browse files Browse the repository at this point in the history
Fixes: b706666 Expand DT8 support with tests and sequences
  • Loading branch information
jktjkt committed Apr 1, 2023
1 parent 60bea1b commit 297841e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dali/gear/sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def SetDT8ColourValueTc(
tc_mired: int,
) -> Generator[command.Command, Optional[command.Response], None]:
"""
A generator sequence set query the Colour Temperature of a DT8 control
A generator sequence to set the Colour Temperature of a DT8 control
gear. Note that this sequence assumes that the address being targeted
supports DT8 Tc control, it will not check this before sending commands.
Expand Down

0 comments on commit 297841e

Please sign in to comment.