Add option to subscribe to single property COV (#283)

This commit is contained in:
Ondřej Hruška
2022-05-26 15:51:29 +02:00
committed by GitHub
parent 0dec80fae7
commit 08a12769bd
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -45,6 +45,7 @@ typedef struct BACnet_Subscribe_COV_Data {
bool cancellationRequest; /* true if this is a cancellation request */
bool issueConfirmedNotifications; /* optional */
uint32_t lifetime; /* seconds, optional */
bool covSubscribeToProperty; /* true to use per-property subscription */
BACNET_PROPERTY_REFERENCE monitoredProperty;
bool covIncrementPresent; /* true if present */
float covIncrement; /* optional */