Fix + expand BACnetDoorStatus enum. (#36)

This commit is contained in:
Geert Linders
2020-01-23 00:05:46 +01:00
committed by Steve Karg
parent 25f386bca7
commit 09a7d3876f
+7 -2
View File
@@ -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 */