Bugfix/bactext enumeration updates 2024 (#1020)

* Extended some BACnet enumerations from 135-2024 protocol-revision 25-30.  

* Changed usage of _FIRST and _LAST to _MIN and _MAX in some enumerations to be consistent.

* Added object type and services supported BACnetBitString sizes for protocol revision 25-30

*Added new BACnetPropertyIdentifier, BACnetEngineeringUnits, BACnetEventState, BACnetRestartReason, BACnetLifeSafetyMode, BACnetLifeSafetyOperation, BACnetLifeSafetyState, BACnet_Services_Supported, BACnetLightingOperation, BACnetBinaryLightingPV, BACnetNetworkPortCommand, BACnetAuthenticationDecision, BACnetAuthorizationPosture, BACnetFaultType, BACnetPriorityFilter, BACnetResultFlags, and BACnetSuccessFilter enumerations.

* Added BACnet text for BACnetLifeSafetyMode, BACnetLifeSafetyOperation, BACnetRestartReason, BACnetNetworkType, BACnetNetworkNumberQuality, BACnetNetworkPortCommand, BACnetAuthenticationDecision, BACnetAuthorizationPosture, BACnetFaultType, BACnetPriorityFilter, BACnetSuccessFilter, and BACnetResultFlags.
This commit is contained in:
Steve Karg
2025-06-17 14:36:57 -05:00
committed by GitHub
parent c2c987f11a
commit b0a97c6f75
14 changed files with 720 additions and 109 deletions
+14
View File
@@ -91,6 +91,20 @@ The git repositories are hosted at the following sites:
### Added
* Added object type and services supported BACnetBitString sizes for
protocol revision 25-30. (#1020)
* Added new BACnet text for BACnetLifeSafetyMode, BACnetLifeSafetyOperation,
BACnetRestartReason, BACnetNetworkType, BACnetNetworkNumberQuality,
BACnetNetworkPortCommand, BACnetAuthenticationDecision,
BACnetAuthorizationPosture, BACnetFaultType, BACnetPriorityFilter,
BACnetSuccessFilter, and BACnetResultFlags. (#1020)
* Added new BACnetPropertyIdentifier, BACnetEngineeringUnits, BACnetEventState,
BACnetRestartReason, BACnetLifeSafetyMode, BACnetLifeSafetyOperation,
BACnetLifeSafetyState, BACnet_Services_Supported, BACnetLightingOperation,
BACnetBinaryLightingPV, BACnetNetworkPortCommand,
BACnetAuthenticationDecision, BACnetAuthorizationPosture, BACnetFaultType,
BACnetPriorityFilter, BACnetResultFlags, and BACnetSuccessFilter
enumerations. (#1020)
* Added the option to specify a target destination for
apps/server-discover. (#958)
* Added Program object task state transitions from request and callbacks. (#960)