Added post-write notifications for channel, timer, and loop objects. (#1204)

This commit is contained in:
Steve Karg
2026-01-20 13:13:45 -06:00
committed by GitHub
parent 5802bd0ecc
commit 89cf25c2b2
10 changed files with 367 additions and 13 deletions
+1
View File
@@ -32,6 +32,7 @@ The git repositories are hosted at the following sites:
### Added
* Added post-write notifications for channel, timer, and loop objects. (#1204)
* Added device WriteProperty callbacks for Timer object in example device
objects implementations. (#1203)
* Added file path name checking for AtomicReadFile and AtomicWriteFile