-
Notifications
You must be signed in to change notification settings - Fork 23
Add getRecordings() to update function #30
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
Conversation
|
Are you fine with this changes, especially with the test? |
|
V1 does not have this API, so you must make it conditional. |
|
Just one thing before I start reverting the changes for v1 and make it conditional. Line 57 in data/v1.py for the test indicates the recordings feature like in v6: Is this mock-data wrong then? |
|
Unclear. At least we don't know how the recording api would look on a v1 series tv. It could be that that section is fully wrong and that TV actually is some higher API version, but the reports we got for it was wrong. |
|
I see. I limited the feature to API level 6 now, as I can verify it working with my TV. |
|
Hi, any chance to get this merged? |
|
May I ask for a second review? |
elupus
left a comment
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.
Looks good. I think you might need to fix the event function too for this to work when when a user is using eventing to update. But we can look at that later.
|
You mean "notifyChange"? |
While using the library in HA I just realized I forgot to add getRecordings() to the update function.
Sorry about that.