-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[samsungtv] Fix IllegalStateException
on sourceName command
#16787
Conversation
Signed-off-by: Nick Waterton <n.waterton@outlook.com>
@NickWaterton - thanks! This is the result of my first test:
I'll try to have a closer look later. |
IllegalStateException
on sourceName command
I did another test, and it seems to be working. Maybe I enabled HDMI-CEC on the TV since I was last using the
I tried to get back to the 4.1 binding, and it has similar behavior. The previous test where I changed source to "HDMI1/DVI" and received "Command execution failed, result='NOTOK_NotConnected'" also behaves like this in the previous version. This is probably because the HDMI device is off, so the "HDMI1/DVI" input is not available on-screen either. Instead I can select the corresponding "HDMI-CEC" device on-screen, which will then turn on the device. This cannot be done by the binding because there are two HDMI-CEC sources. However, this works like in the previous binding, and I wouldn't know how to distinguish them from one another. |
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.
LGTM
Signed-off-by: Nick Waterton <n.waterton@outlook.com> Signed-off-by: Paul Smedley <paul@smedley.id.au>
Signed-off-by: Nick Waterton <n.waterton@outlook.com> Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Nick Waterton <n.waterton@outlook.com>
Signed-off-by: Nick Waterton <n.waterton@outlook.com>
Title
This PR fixes #16783
additional testing preferred