Add PROP_TIMER_RUNNING to writable properties and implement Timer_Running_Set functionality (#1245)

This commit is contained in:
Steve Karg
2026-02-26 11:26:42 -06:00
committed by GitHub
parent a70ce07507
commit 24587dfc27
3 changed files with 13 additions and 0 deletions
+2
View File
@@ -52,6 +52,8 @@ The git repositories are hosted at the following sites:
### Added
* Added PROP_TIMER_RUNNING to writable properties and implement
Timer_Running_Set functionality. (#1245)
* Added BACNET_STACK_DEPRECATED_DISABLE guards around all of the deprecated
decoding functions to ensure they are not used except intentionally for
legacy code bases. (#1244)