-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add support for more commands #323
base: main
Are you sure you want to change the base?
Conversation
c0515b6
to
dd2097a
Compare
Commands added: - Dimmer Control - Channel Level Control - Audio Delay Control - Dirac Filter Control - Eco Mode Control - Audyssey LFC Control - HDMI Output Control - Status Display - Surround Mode Next/Previous
12217e4
to
66586a4
Compare
@ol-iver what should I do about the problems with |
I'll remove support for python 3.7. It is EOL anyway. |
Damnit, I missed your comment and now I pushed the changes. Do you want me to revert it? |
b1a19cc
to
43fe7c3
Compare
43fe7c3
to
01f8b79
Compare
If anyone had any doubts, the number of commits to fix linting should tell you that I'm not a Python developer 😅 |
Please give it a try 👍 |
Done. Just realized that I could create literals in the const file to not have to duplicate the definitions, that would also work for the channel enum, but I'm not sure about that one as the channel names are a bit hard to understand the acronyms, that's the reason I chose to use enums for those two types, |
Okay, I converted everything to literals, still not sure about the channels though. |
@ol-iver okay, I think I'm done with this one now 😅 |
Commands added: