Fix + expand BACnetDoorStatus enum. (#36)
This commit is contained in:
committed by
Steve Karg
parent
25f386bca7
commit
09a7d3876f
@@ -1953,8 +1953,13 @@ typedef enum {
|
||||
DOOR_STATUS_CLOSED = 0,
|
||||
DOOR_STATUS_OPENED = 1,
|
||||
DOOR_STATUS_UNKNOWN = 2,
|
||||
DOOR_STATUS_DOOR_FAULT = 4,
|
||||
DOOR_STATUS_UNUSED = 5
|
||||
DOOR_STATUS_DOOR_FAULT = 3,
|
||||
DOOR_STATUS_UNUSED = 4,
|
||||
DOOR_STATUS_NONE = 5,
|
||||
DOOR_STATUS_CLOSING = 6,
|
||||
DOOR_STATUS_OPENING = 7,
|
||||
DOOR_STATUS_SAFETY_LOCKED = 8,
|
||||
DOOR_STATUS_LIMITED_OPENED = 9
|
||||
} BACNET_DOOR_STATUS;
|
||||
|
||||
/* Door Value */
|
||||
|
||||
Reference in New Issue
Block a user