Skip to content

Commit

Permalink
add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Dec 24, 2024
1 parent eade42b commit fbca538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/benlink/internal/protocol/phone_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class SetPhoneStatusBody(Bitfield):
is_linked: bool
_pad: t.Literal[0] = bf_lit_int(1, default=0)
is_channel_bonded_upper: t.List[bool] = bf_list(bf_bool(), 16)
_pad2: t.Literal[0] = bf_lit_int(14, default=0)


class SetPhoneStatusReplyBody(Bitfield):
Expand Down

0 comments on commit fbca538

Please sign in to comment.