-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for H70C4
& H70C5
#80
feat: add support for H70C4
& H70C5
#80
Conversation
Support new Govee Christmas String Lights 2 H70C4(20m) & H70C5 (30m) See Galorhallen#62
To be able to run the `example/main.py` CLI
"H70C4": create_with_capabilities(True, True, True, 10, True), | ||
"H70C5": create_with_capabilities(True, True, True, 10, True), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 Verified with the app that my lights H70C5
has ten segments.
Not sure for the H70C4
since I don't have it.
I don't know if we could take the info from somewhere, at least on the website seems not mentioned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
first of all, thanks for the PR
In this case I would leave the H70C4 with the segments control disabled (segments count to 0).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋
Done in 48089a7 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @matiqos, thanks for the check!
@Galorhallen so previous commit dropped 😅
Since we don't know exactly the segments of this strip See Galorhallen#80 (comment)
48089a7
to
9ba8cc4
Compare
Support new Govee Christmas String Lights 2 H70C4 (20m) & H70C5 (30m)
Resolves #62
Second bonus commit to add
prompt_toolkit
to dev dependencies to be able to run the CLI