-
Notifications
You must be signed in to change notification settings - Fork 42
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
cec.EVENT_KEYPRESS not working after updating to 0.2.7 #33
Comments
Sorry for late reply. Could you be more specific? I just tried your code and it works fine. |
I just tried this on my Raspberry Pi 4 I'm also getting no events with 2.7. I also tried with EVENT_ALL, but I don't receive anyting, but power_on and standby are working. Any idea what could be the problem? Edit: I found keys that are working, but I'm looking for an event when the device enters standby or is powered on externally. Is this already possible? |
@TheNetStriker Yes, for example my TV broadcasts |
I just tested this with the following code:
But I don't get any events. Is there any way to debug this? |
There are only two arguments to the callback, you should use |
Thanks for the quick help. I managed to the the power events with this code:
|
Hi,
In previous cec 0.2.6, the following code was working fine. But it is not working now after updating to 0.2.7.
What changes should I do to make it work again ?
Thanks.
The text was updated successfully, but these errors were encountered: