-
-
Notifications
You must be signed in to change notification settings - Fork 12
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 basic support for the Logitech Litra Beam LX #294
Conversation
This pull request adds basic support for the Logitech Litra Beam LX, a new Litra device from Logitech. The code is inspired by [@lnovelli](https://github.com/lnovelli/litra-lx)'s fork of this project, where @lnovelli has already kindly worked out the new device's details and how it works 💜 For now, this just supports our existing functionality (managing the device's on/off state, brightness and temperature), and not the Litra Beam LX's coloured RGB zone. Fixes #288.
@jbsparrow Would you be willing to give this a try for me? 🙏🏻 All you need to do is clone this repo and install the dependencies with
Once we've run through that quickly and things seem to be working, I'd love to merge and release this 🥳 |
@lnovelli You'd also be welcome to try the steps above, if you have a chance 🙏🏻 |
I'm so sorry I wasn't able to get back to you earlier. I just gave it a try and it works perfect! Would it be possible to add support for the RGB backlight at some point? I was taking a look at the code but unfortunately I really don't have any experience with node so I wasn't able to figure out. |
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.
Code looks good and all features work perfect. I think it's good to go!
Thank you ❤️
Yep! I definitely want to come back to this, but I wanted to do a simple implementation first. |
🎉 This PR is included in version 4.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
This pull request adds basic support for the Logitech Litra Beam LX, a new Litra device from Logitech, which has product ID `0xc903`.
This pull request adds basic support for the Logitech Litra Beam LX, a new Litra device from Logitech.
The code is inspired by @lnovelli's fork of this project, where @lnovelli has already kindly worked out the new device's details and how it works 💜
For now, this just supports our existing functionality (managing the device's on/off state, brightness and temperature), and not the Litra Beam LX's coloured RGB zone.
Fixes #288.