Added end-of-blink callback for warn-off and warn-relinquish lighting commands (#1214)

* Added Blink.Callback and Blink.Priority to support end-of-blink actions for WARN_OFF/WARN_RELINQUISH. The Blink.Callback is invoked when a blink sequence ends or when a new command interrupts a WARN_OFF/WARN_RELINQUISH in progress.

* Added Lighting Output (LO) WARN_OFF/WARN_RELINQUISH post-egress priority array handling using the Blink.Callback
This commit is contained in:
Steve Karg
2026-01-29 16:03:55 -06:00
committed by GitHub
parent 503472fdb5
commit 59218819c1
5 changed files with 216 additions and 64 deletions
+3
View File
@@ -120,6 +120,9 @@ The git repositories are hosted at the following sites:
### Fixed
* Fixed lighting output object lighting-commands for warn-off and
warn-relinquish when an update at the specified priority slot
shall occur after an egress time delay. (#1214)
* Fixed lighting output object lighting-commands for warn-off and
warn-relinquish when blink-warn notification shall not occur. (#1212)
* Fixed timer object task to initiate a write-request at expiration. (#1212)