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