Skip to content

Commit

Permalink
Add missing meshcop TLV records (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k authored Nov 29, 2024
1 parent 3d8dd39 commit 2491aa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aiohomekit/meshcop.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ class Meshcop(TLVStruct):
energy_list: bytes = tlv_entry(57)
discoveryrequest: bytes = tlv_entry(128)
discoveryresponse: bytes = tlv_entry(129)

# Seen in a dataset imported through iOS companion app
wakeup_channel: bytes = tlv_entry(74)
discovery_request: bytes = tlv_entry(128)
discovery_response: bytes = tlv_entry(129)
joiner_advertisement: bytes = tlv_entry(241)

0 comments on commit 2491aa0

Please sign in to comment.