mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
router entry status definition is correct
This commit is contained in:
parent
b5a9c5defc
commit
9072c65c0b
|
@ -1667,8 +1667,6 @@ class IPMode(Enumerated):
|
|||
}
|
||||
|
||||
class RouterEntryStatus(Enumerated):
|
||||
# This was defined directly in the RouterEntry Sequence in the standard, but I moved it up here because
|
||||
# I didn't see anywhere else you defined something that way.
|
||||
enumerations = \
|
||||
{ 'available':0
|
||||
, 'busy':1
|
||||
|
|
Loading…
Reference in New Issue
Block a user