-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make TLVs use maps internally. (#15)
This preserves the order of keys when serializing, which is required by certain devices.
- Loading branch information
1 parent
0517d1a
commit d711f46
Showing
4 changed files
with
269 additions
and
237 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
d711f46
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.
Oh wow, was this why the hue bridge wouldn't pair?
d711f46
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.
Yep. Hue is apparently super picky. The Python issue below was identical to ours.
jlusiardi/homekit_python#35