Clause 21, enumerations for BACnetNetworkPortCommand conflict with final assigned values in multiple addenda. (#1124)

This commit is contained in:
Steve Karg
2025-10-29 15:05:58 -05:00
committed by GitHub
parent f278ccf37d
commit 895d9b3e21
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -112,6 +112,8 @@ The git repositories are hosted at the following sites:
### Changed
* Changed enumerations for BACnetNetworkPortCommand where there was a conflict
with final assigned values in multiple addenda. (#1124)
* Changed CharacterString_Value_Out_Of_Service_Set() function to remove
confusion about an assignment inside an if-statement. (#1113)
* Changed device object unit test to use common read-write property test.