Skip to content

Commit

Permalink
feat: set segment to 0 for H70C4
Browse files Browse the repository at this point in the history
Since we don't know exactly the segments of this strip

See #80 (comment)
  • Loading branch information
ramundomario committed Dec 6, 2024
1 parent 9ba8cc4 commit 48089a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govee_local_api/light_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def create_with_capabilities(
"H7033": BASIC_CAPABILITIES,
"H70C1": BASIC_CAPABILITIES,
"H70C2": BASIC_CAPABILITIES,
"H70C4": create_with_capabilities(True, True, True, 10, True),
"H70C4": create_with_capabilities(True, True, True, 0, True),
"H70C5": create_with_capabilities(True, True, True, 10, True),
"H7020": BASIC_CAPABILITIES,
"H7037": BASIC_CAPABILITIES,
Expand Down

0 comments on commit 48089a7

Please sign in to comment.