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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user