Skip to content
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

Support for Lian-Li Uni #636

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Serphentas
Copy link
Collaborator

Describe what the changes are meant to address.

If the implementation is not trivial, please also include a short overview.

Fixes: #629
Closes: #629
Related: n/a


Checklist:

New CLI flag?

  • Adjust the completion scripts in extra/completions/

New device?

  • Regenerate extra/linux/71-liquidctl.rules (instructions in the file header)
  • Add entry to the README's supported device list with applicable notes (at least e) and git MRLV

New driver?

  • Document the protocol in docs/developer/protocol/

@jonasmalacofilho jonasmalacofilho marked this pull request as draft November 19, 2023 06:01
self._set_rgb_sync()

def set_fixed_speed(self, channel, duty, **kwargs):
if channel not in range(1, 7):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

channel here is fan1, fan2 etc. from the command, in lowercase. You need to parse the actual channel number.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I just made a change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Lian-Li Uni Fan SL-INFINITY fan hub
2 participants