Fixed the loop object empty reference property by initializing to self. When configured for self, the manipulated property value will update the controlled variable value for simulation. (#1158)

* Fixed the loop object empty reference property by initializing to self.   When configured for self, the manipulated property value will update the controlled variable value for simulation.

* Changed min/max output and update-interval defaults.
This commit is contained in:
Steve Karg
2025-11-21 15:45:14 -06:00
committed by GitHub
parent 94b267d67e
commit a508e11624
2 changed files with 46 additions and 17 deletions
+5
View File
@@ -31,6 +31,11 @@ The git repositories are hosted at the following sites:
### Fixed
* Fixed the ports/linux BACnet/IP cache netmask for accurate subnet
prefix calculation implementation which had always returned 0. (#1155)
* Fixed the loop object empty reference property by initializing to self.
When configured for self, the manipulated property value will update
the controlled variable value for simulation.(#1158)
* Fixed unit test stack corruption from using stack based message text
characterstring pointer in multiple functions and setting the value
in the global event and test event data structures. (#1154)