diff --git a/bellows/types/struct.py b/bellows/types/struct.py index 3b153cea..e2559933 100644 --- a/bellows/types/struct.py +++ b/bellows/types/struct.py @@ -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): diff --git a/bellows/zigbee/application.py b/bellows/zigbee/application.py index 167671a3..5b757bf0 100644 --- a/bellows/zigbee/application.py +++ b/bellows/zigbee/application.py @@ -673,7 +673,6 @@ def _handle_frame( data=zigpy.types.SerializableBytes(message), lqi=lqi, rssi=rssi, - radius=aps_frame.radius, ) )