Added Audit Log and Time Value objects to basic device. (#1128)

* Added ListElement service callback for storing data.  

* Added Audit Log and Time Value objects to basic device.

* Added Audit Log object to Makefile and CMake builds.
This commit is contained in:
Steve Karg
2025-11-06 14:10:07 -06:00
committed by GitHub
parent 2acde643fd
commit 4e52f26823
9 changed files with 132 additions and 17 deletions
+2
View File
@@ -28,6 +28,8 @@ The git repositories are hosted at the following sites:
### Added
* Added Audit Log and Time Value objects to basic device and builds. (#1128)
* Added ListElement service callback for storing data. (#1128)
* Added a basic timer object type example. (#1123)
* Added BACnetLIST utility for handling WriteProperty to a list. (#1123)
* Added Device_Object_Functions() API to return basic object API table