feature: add segment support for H61E6 "Govee COB LED Strip Light Pro" #84
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I added segment support for H61E6 "Govee COB LED Strip Light Pro":
https://eu.govee.com/en-en/products/govee-cob-strip-light-pro?variant=48557080051896
According to Govee app, it has 15 segments:

I also tested it sucessfully with the example\main.py file. Segment 1 changes the beginning, segment 15 changes the end. Works as expetcted.
In the app under "Graffit" it is possible to select 60 different segments. I don't know how this is related (I marked every 2nd segment as red):

Hint: This is my first Pull Request at Github :-)
I spent some time to find out, the example\main.py doesn't work under Windows (error) or WSL2 (no device found). Only under Ubuntu booted from USB-stick it was working. Perhaps this information can be added somewhere?