Skip to content

Commit

Permalink
Remove counter not used in EZSP v7 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored May 2, 2024
1 parent b008ccf commit f1e9128
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bellows/ezsp/v7/types/named.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f1e9128

Please sign in to comment.