-
Notifications
You must be signed in to change notification settings - Fork 11
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
Show current colors, effect, speed, and wave_dir in --list_devices #51
Comments
You mean this error?
Seems like it only occurs when calling |
can you let me know what the output of for these is on your hardware?
|
Do you think this looks better with or without the commas?
|
I'd leave the commas. |
The output of this is
I am on the following versions:
|
razer-cli.zip Sorry the patch file has a size of 60959 (60K)
|
With your 'Razer BlackWidow X Chroma Tournament Edition' it is interesting that hasattr fails even though the property exist and has valid data looks like you use green and blue colors on it |
Managed to reduce some redundant code and fixed a oversight that could produce a bug if a device actually supported such a thing (multicolor only worked in the generic zone) |
I've added everything to #52. Since you added so much help text, we might as well just ship "real" man pages as well. Those are written in groff, and can apparently be bundled with a Python package. pypa/packaging-problems#72 Not a must-have, but a suggestion if you wanna try that out. |
These features are in the daily build of openrazer
https://github.com/openrazer/openrazer/blob/master/pylib/openrazer/client/fx.py#L72-L109
While in the process of making this work i found something strange:
This causes a error, aside from using
try
do you know any other solution?hasattr(device,'brightness')
So far this is what I have for output:
Seems strange my mouse has 3 colors in memory and I can't use breath_triple
The text was updated successfully, but these errors were encountered: