Skip to content

Commit

Permalink
Revert "Add undocumented radius field"
Browse files Browse the repository at this point in the history
This reverts commit 95e83bb.
  • Loading branch information
puddly committed Apr 12, 2024
1 parent 95e83bb commit 827cd2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bellows/types/struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class EmberApsFrame(EzspStruct):
groupId: basic.uint16_t
# The sequence number.
sequence: basic.uint8_t
radius: basic.uint8_t = StructField(optional=True)


class EmberBindingTableEntry(EzspStruct):
Expand Down
1 change: 0 additions & 1 deletion bellows/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ def _handle_frame(
data=zigpy.types.SerializableBytes(message),
lqi=lqi,
rssi=rssi,
radius=aps_frame.radius,
)
)

Expand Down

0 comments on commit 827cd2b

Please sign in to comment.