Fix dump_devinfo for unauthenticated#593
Merged
rytilahti merged 1 commit intopython-kasa:masterfrom Dec 29, 2023
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #593 +/- ##
==========================================
- Coverage 85.01% 84.94% -0.07%
==========================================
Files 38 38
Lines 3389 3387 -2
Branches 851 851
==========================================
- Hits 2881 2877 -4
- Misses 422 424 +2
Partials 86 86 ☔ View full report in Codecov by Sentry. |
rytilahti
approved these changes
Dec 29, 2023
Member
rytilahti
left a comment
There was a problem hiding this comment.
LGTM, I'll take give it a test on a test device and merge after we get the deviceinfo PR in!
740233f to
8b021e0
Compare
Member
|
Tested to work on both tapo devices I have, legacy fixture support seems to have regressed unnoticed (DiscoveryResult expects 20002-style response which 9999 doesn't have), too: As that is not relevant to the PR at hand, let's merge this. Thanks @sdb9696! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #591
Will convert from draft once rebased on top of #569