Added fixes for Alarms and Events. Thank you Sebastien!
This commit is contained in:
@@ -418,7 +418,8 @@ typedef enum {
|
||||
STATUS_DOWNLOAD_REQUIRED = 2,
|
||||
STATUS_DOWNLOAD_IN_PROGRESS = 3,
|
||||
STATUS_NON_OPERATIONAL = 4,
|
||||
MAX_DEVICE_STATUS = 5
|
||||
STATUS_BACKUP_IN_PROGRESS = 5,
|
||||
MAX_DEVICE_STATUS = 6
|
||||
} BACNET_DEVICE_STATUS;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user