Added device WriteProperty callbacks for Timer object in example device objects implementations. (#1203)

This commit is contained in:
Steve Karg
2026-01-15 10:15:22 -06:00
committed by GitHub
parent 8aabe883e9
commit 21daea9eb4
3 changed files with 20 additions and 9 deletions
+3 -1
View File
@@ -12,7 +12,7 @@ The git repositories are hosted at the following sites:
* https://bacnet.sourceforge.net/
* https://github.com/bacnet-stack/bacnet-stack/
## [Unreleased] - 2026-01-05
## [Unreleased] - 2026-01-15
### Security
@@ -32,6 +32,8 @@ The git repositories are hosted at the following sites:
### Added
* Added device WriteProperty callbacks for Timer object in example device
objects implementations. (#1203)
* Added file path name checking for AtomicReadFile and AtomicWriteFile
example applications. Prohibits use of relative and absolute file paths
when BACNET_FILE_PATH_RESTRICTED is defined non-zero. (#1197)