Use BACNET_ENGINEERING_UNITS for basic object API for units properties (#1104)

Co-authored-by: Ed <edward@connect-ex.com>
Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
BACnetEd
2025-11-18 04:17:22 +00:00
committed by GitHub
parent e9dd910b55
commit 003073b71e
17 changed files with 93 additions and 62 deletions
+2
View File
@@ -23,6 +23,8 @@ The git repositories are hosted at the following sites:
### Changed
* Changed basic object API for units properties to use BACNET_ENGINEERING_UNITS
datatype. (#1104)
* Changed all the property list values into int32_t to support the larger
BACnet property enumerations when an int is 8-bit or 16-bit in size. (#1145)