diff --git a/bellows/ezsp/v7/types/named.py b/bellows/ezsp/v7/types/named.py index 5f24bd6f..b443e2e9 100644 --- a/bellows/ezsp/v7/types/named.py +++ b/bellows/ezsp/v7/types/named.py @@ -565,9 +565,6 @@ class EmberCounterType(basic.enum8): COUNTER_PTA_LO_PRI_TX_ABORTED = 38 # The number of aborted high priority packet traffic arbitration transmissions. COUNTER_PTA_HI_PRI_TX_ABORTED = 39 - # The number of times an address conflict has caused node_id change, and an address - # conflict error is sent - COUNTER_ADDRESS_CONFLICT_SENT = 40 class EmberJoinMethod(basic.enum8):