diff --git a/Serialize/ASN1.cs b/Serialize/ASN1.cs index fc11573..7a29eae 100644 --- a/Serialize/ASN1.cs +++ b/Serialize/ASN1.cs @@ -2021,7 +2021,7 @@ public static int bacapp_decode_context_application_data(BacnetAddress address, value.Value = v; return tagLen; } - if (propertyId == BacnetPropertyIds.PROP_EVENT_TIME_STAMPS) + if (propertyId == BacnetPropertyIds.PROP_EVENT_TIME_STAMPS || propertyId == BacnetPropertyIds.PROP_TIME_OF_DEVICE_RESTART) { decode_tag_number_and_value(buffer, offset + len, out tagNumber, out lenValueType); len++; // skip Tag