Bugfix/ucov-timestamp-handler-and-notification (#1030)
* Added the ability for apps/ucov to send property specific application tagged data using -1 argument for tag. * Added known property decoding in UnconfirmedCOVNotification handler.
This commit is contained in:
+2
-2
@@ -264,8 +264,8 @@ int cov_notify_decode_service_request(
|
||||
/* the first value includes a pointer to the next value, etc */
|
||||
value = data->listOfValues;
|
||||
while (value != NULL) {
|
||||
value_len = bacapp_property_value_decode(
|
||||
&apdu[len], apdu_size - len, value);
|
||||
value_len = bacapp_object_property_value_decode(
|
||||
&apdu[len], apdu_size - len, value, decoded_type);
|
||||
if (value_len == BACNET_STATUS_ERROR) {
|
||||
return BACNET_STATUS_ERROR;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user