This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a change to branch feat/code-gen-1.9
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from a6e9648750 feat: Updated the Python build to work with the latest
updates.
add ce47a7d3c0 feat(plc4go): support for constants and state field
No new revisions were added by this update.
Summary of changes:
.../apache/plc4x/language/go/GoLanguageOutput.java | 5 +
.../templates/go/complex-type-template.go.ftlh | 87 +-----
.../templates/go/constants-template.go.ftlh} | 48 +--
.../bacnetip/ApplicationLayerMessageCodec.go | 2 -
plc4go/internal/bacnetip/Discoverer.go | 16 +-
plc4go/internal/bacnetip/Reader.go | 5 +-
.../internal/bacnetip/bacgopes/apdu/apdu_APDU.go | 9 -
.../apdu/apdu_ConfirmedPrivateTransferRequest.go | 2 +-
.../bacgopes/apdu/apdu_ConfirmedRequestPDU.go | 1 -
.../bacgopes/apdu/apdu_ConfirmedRequestSequence.go | 2 +-
.../bacnetip/bacgopes/apdu/apdu_ErrorPDU.go | 1 -
.../bacnetip/bacgopes/apdu/apdu_IAmRequest.go | 9 +-
.../bacgopes/apdu/apdu_UnconfirmedRequestPDU.go | 2 +-
.../apdu/apdu_UnconfirmedRequestSequence.go | 2 +-
.../bacnetip/bacgopes/apdu/apdu_WhoIsRequest.go | 2 -
.../appservice_ApplicationServiceAccessPoint.go | 2 +-
.../bacgopes/appservice/appservice_ClientSSM.go | 10 +-
.../bacnetip/bacgopes/appservice/appservice_SSM.go | 2 -
.../bacgopes/appservice/appservice_ServerSSM.go | 10 +-
.../bvll/bvll_DistributeBroadcastToNetwork.go | 2 +-
.../bacnetip/bacgopes/bvll/bvll_ForwardedNPDU.go | 2 +-
.../bacgopes/bvll/bvll_OriginalBroadcastNPDU.go | 2 +-
.../bacgopes/bvll/bvll_OriginalUnicastNPDU.go | 2 +-
.../bvll/bvll_ReadBroadcastDistributionTableAck.go | 2 +-
.../bvll/bvll_ReadForeignDeviceTableAck.go | 2 +-
.../bvll/bvll_WriteBroadcastDistributionTable.go | 2 +-
.../netservice_NetworkServiceAccessPoint.go | 2 +-
.../npdu/npdu_DisconnectConnectionToNetwork.go | 2 +-
.../npdu/npdu_EstablishConnectionToNetwork.go | 2 +-
.../bacgopes/npdu/npdu_IAmRouterToNetwork.go | 2 +-
.../bacgopes/npdu/npdu_ICouldBeRouterToNetwork.go | 2 +-
.../bacgopes/npdu/npdu_InitializeRoutingTable.go | 2 +-
.../npdu/npdu_InitializeRoutingTableAck.go | 2 +-
.../internal/bacnetip/bacgopes/npdu/npdu_NPCI.go | 2 +-
.../bacnetip/bacgopes/npdu/npdu_NetworkNumberIs.go | 2 +-
.../bacgopes/npdu/npdu_RejectMessageToNetwork.go | 2 +-
.../bacgopes/npdu/npdu_RouterAvailableToNetwork.go | 2 +-
.../bacgopes/npdu/npdu_RouterBusyToNetwork.go | 2 +-
.../bacgopes/npdu/npdu_WhatIsNetworkNumber.go | 2 +-
.../bacgopes/npdu/npdu_WhoIsRouterToNetwork.go | 2 +-
plc4go/internal/cbus/CBusMessageMapper.go | 60 ++--
plc4go/internal/cbus/CBusMessageMapper_test.go | 325 ++++++---------------
plc4go/internal/cbus/Connection.go | 18 +-
plc4go/internal/cbus/Connection_test.go | 8 +-
plc4go/internal/cbus/MessageCodec_test.go | 48 +--
plc4go/internal/cbus/Reader_test.go | 36 +--
plc4go/internal/cbus/Subscriber_test.go | 55 +---
plc4go/internal/cbus/Util_test.go | 40 +--
plc4go/internal/eip/Connection.go | 6 +-
plc4go/internal/eip/Reader.go | 6 +-
plc4go/internal/eip/Writer.go | 3 +-
.../knxnetip/ConnectionInternalOperations.go | 43 +--
plc4go/internal/modbus/Connection.go | 2 +-
plc4go/internal/modbus/Reader.go | 2 +-
plc4go/internal/modbus/Writer.go | 2 +-
plc4go/internal/opcua/EncryptionHandler.go | 2 +-
plc4go/internal/opcua/MessageCodec.go | 2 +-
plc4go/internal/opcua/Reader.go | 2 +-
plc4go/internal/opcua/SecureChannel.go | 53 +---
plc4go/internal/opcua/Subscriber.go | 3 +-
plc4go/internal/opcua/SubscriptionHandle.go | 3 -
plc4go/internal/opcua/Writer.go | 2 -
plc4go/internal/s7/Connection.go | 12 +-
plc4go/internal/s7/Reader.go | 1 -
plc4go/internal/s7/Writer.go | 3 +-
plc4go/internal/s7/s7Io_test.go | 19 +-
.../readwrite/model/CIPEncapsulationPacket.go | 2 +-
.../model/CIPEncapsulationReadResponse.go | 23 +-
...mandResponseMessageProtectedTypedLogicalRead.go | 4 +-
.../abeth/readwrite/model/DF1RequestCommand.go | 2 +-
.../abeth/readwrite/model/DF1RequestMessage.go | 2 +-
.../abeth/readwrite/model/DF1ResponseMessage.go | 29 +-
.../ads/discovery/readwrite/ParserHelper.go | 2 -
.../ads/discovery/readwrite/XmlParserHelper.go | 2 -
.../ads/discovery/readwrite/model/AdsDiscovery.go | 2 +-
.../discovery/readwrite/model/AdsDiscoveryBlock.go | 2 +-
.../ads/discovery/readwrite/model/AmsNetId.go | 2 +-
.../ads/discovery/readwrite/model/AmsString.go | 2 +-
.../ads/discovery/readwrite/model/Constants.go | 5 +-
plc4go/protocols/ads/readwrite/ParserHelper.go | 2 -
plc4go/protocols/ads/readwrite/XmlParserHelper.go | 2 -
.../ads/readwrite/model/AdsDataTypeArrayInfo.go | 2 +-
.../readwrite/model/AdsDataTypeTableChildEntry.go | 2 +-
.../ads/readwrite/model/AdsDataTypeTableEntry.go | 2 +-
.../ads/readwrite/model/AdsMultiRequestItem.go | 2 +-
.../ads/readwrite/model/AdsNotificationSample.go | 2 +-
.../ads/readwrite/model/AdsStampHeader.go | 2 +-
.../ads/readwrite/model/AdsSymbolTableEntry.go | 2 +-
.../protocols/ads/readwrite/model/AdsTableSizes.go | 2 +-
plc4go/protocols/ads/readwrite/model/AmsNetId.go | 2 +-
plc4go/protocols/ads/readwrite/model/AmsPacket.go | 2 +-
.../readwrite/model/AmsSerialAcknowledgeFrame.go | 2 +-
.../ads/readwrite/model/AmsSerialFrame.go | 2 +-
.../ads/readwrite/model/AmsSerialResetFrame.go | 2 +-
.../protocols/ads/readwrite/model/AmsTCPPacket.go | 2 +-
.../protocols/ads/readwrite/model/Constants.go | 5 +-
.../protocols/bacnetip/readwrite/ParserHelper.go | 2 -
.../bacnetip/readwrite/XmlParserHelper.go | 2 -
plc4go/protocols/bacnetip/readwrite/model/APDU.go | 29 +-
.../bacnetip/readwrite/model/APDUAbort.go | 4 +-
.../bacnetip/readwrite/model/APDUComplexAck.go | 4 +-
.../readwrite/model/APDUConfirmedRequest.go | 4 +-
.../bacnetip/readwrite/model/APDUError.go | 4 +-
.../bacnetip/readwrite/model/APDUReject.go | 4 +-
.../bacnetip/readwrite/model/APDUSegmentAck.go | 4 +-
.../bacnetip/readwrite/model/APDUSimpleAck.go | 4 +-
.../readwrite/model/APDUUnconfirmedRequest.go | 4 +-
.../bacnetip/readwrite/model/APDUUnknown.go | 4 +-
.../readwrite/model/BACnetAbortReasonTagged.go | 49 ++--
...ACnetAccessAuthenticationFactorDisableTagged.go | 38 +--
.../BACnetAccessCredentialDisableReasonTagged.go | 38 +--
.../model/BACnetAccessCredentialDisableTagged.go | 38 +--
.../readwrite/model/BACnetAccessEventTagged.go | 38 +--
.../model/BACnetAccessPassbackModeTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetAccessRule.go | 2 +-
.../BACnetAccessRuleLocationSpecifierTagged.go | 38 +--
.../BACnetAccessRuleTimeRangeSpecifierTagged.go | 38 +--
.../readwrite/model/BACnetAccessThreatLevel.go | 2 +-
.../readwrite/model/BACnetAccessUserTypeTagged.go | 38 +--
.../model/BACnetAccessZoneOccupancyStateTagged.go | 38 +--
.../readwrite/model/BACnetAccumulatorRecord.go | 2 +-
...CnetAccumulatorRecordAccumulatorStatusTagged.go | 38 +--
.../readwrite/model/BACnetActionCommand.go | 2 +-
.../bacnetip/readwrite/model/BACnetActionList.go | 2 +-
.../bacnetip/readwrite/model/BACnetActionTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetAddress.go | 2 +-
.../readwrite/model/BACnetAddressBinding.go | 2 +-
.../readwrite/model/BACnetAddressEnclosed.go | 27 +-
.../readwrite/model/BACnetApplicationTag.go | 2 +-
.../readwrite/model/BACnetAssignedAccessRights.go | 2 +-
.../readwrite/model/BACnetAssignedLandingCalls.go | 2 +-
.../BACnetAssignedLandingCallsLandingCallsList.go | 27 +-
...netAssignedLandingCallsLandingCallsListEntry.go | 2 +-
.../readwrite/model/BACnetAuthenticationFactor.go | 2 +-
.../model/BACnetAuthenticationFactorEnclosed.go | 27 +-
.../model/BACnetAuthenticationFactorFormat.go | 2 +-
.../model/BACnetAuthenticationFactorTypeTagged.go | 38 +--
.../readwrite/model/BACnetAuthenticationPolicy.go | 2 +-
.../model/BACnetAuthenticationPolicyList.go | 27 +-
.../model/BACnetAuthenticationPolicyListEntry.go | 2 +-
.../model/BACnetAuthenticationStatusTagged.go | 38 +--
.../model/BACnetAuthorizationExemptionTagged.go | 38 +--
.../model/BACnetAuthorizationModeTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetBDTEntry.go | 2 +-
.../readwrite/model/BACnetBackupStateTagged.go | 38 +--
.../model/BACnetBinaryLightingPVTagged.go | 38 +--
.../readwrite/model/BACnetBinaryPVTagged.go | 38 +--
.../model/BACnetCOVMultipleSubscription.go | 2 +-
...bscriptionListOfCovSubscriptionSpecification.go | 27 +-
...ptionListOfCovSubscriptionSpecificationEntry.go | 2 +-
...riptionSpecificationEntryListOfCovReferences.go | 27 +-
...onSpecificationEntryListOfCovReferencesEntry.go | 2 +-
.../readwrite/model/BACnetCOVSubscription.go | 2 +-
.../readwrite/model/BACnetCalendarEntry.go | 2 +-
.../readwrite/model/BACnetCalendarEntryEnclosed.go | 27 +-
.../bacnetip/readwrite/model/BACnetChannelValue.go | 2 +-
.../bacnetip/readwrite/model/BACnetClientCOV.go | 2 +-
.../bacnetip/readwrite/model/BACnetClosingTag.go | 27 +-
.../model/BACnetConfirmedServiceRequest.go | 44 +--
...ACnetConfirmedServiceRequestAcknowledgeAlarm.go | 2 +-
.../BACnetConfirmedServiceRequestAddListElement.go | 2 +-
.../BACnetConfirmedServiceRequestAtomicReadFile.go | 2 +-
...edServiceRequestAtomicReadFileStreamOrRecord.go | 2 +-
...BACnetConfirmedServiceRequestAtomicWriteFile.go | 2 +-
.../BACnetConfirmedServiceRequestAuthenticate.go | 23 +-
...firmedServiceRequestConfirmedCOVNotification.go | 2 +-
...rviceRequestConfirmedCOVNotificationMultiple.go | 2 +-
...rmedServiceRequestConfirmedEventNotification.go | 2 +-
...firmedServiceRequestConfirmedPrivateTransfer.go | 2 +-
...tConfirmedServiceRequestConfirmedTextMessage.go | 2 +-
...rviceRequestConfirmedTextMessageMessageClass.go | 29 +-
...estConfirmedTextMessageMessageClassCharacter.go | 4 +-
...questConfirmedTextMessageMessageClassNumeric.go | 4 +-
...estConfirmedTextMessageMessagePriorityTagged.go | 38 +--
.../BACnetConfirmedServiceRequestCreateObject.go | 2 +-
...medServiceRequestCreateObjectObjectSpecifier.go | 27 +-
.../BACnetConfirmedServiceRequestDeleteObject.go | 2 +-
...rmedServiceRequestDeviceCommunicationControl.go | 2 +-
...eviceCommunicationControlEnableDisableTagged.go | 38 +--
...tConfirmedServiceRequestGetEnrollmentSummary.go | 2 +-
...EnrollmentSummaryAcknowledgementFilterTagged.go | 38 +--
...stGetEnrollmentSummaryEventStateFilterTagged.go | 38 +--
...iceRequestGetEnrollmentSummaryPriorityFilter.go | 27 +-
...etConfirmedServiceRequestGetEventInformation.go | 2 +-
...etConfirmedServiceRequestLifeSafetyOperation.go | 2 +-
.../BACnetConfirmedServiceRequestReadProperty.go | 2 +-
...nfirmedServiceRequestReadPropertyConditional.go | 23 +-
...tConfirmedServiceRequestReadPropertyMultiple.go | 23 +-
.../BACnetConfirmedServiceRequestReadRange.go | 2 +-
.../BACnetConfirmedServiceRequestReadRangeRange.go | 2 +-
...netConfirmedServiceRequestReinitializeDevice.go | 2 +-
...ializeDeviceReinitializedStateOfDeviceTagged.go | 38 +--
...CnetConfirmedServiceRequestRemoveListElement.go | 2 +-
.../BACnetConfirmedServiceRequestRequestKey.go | 23 +-
.../BACnetConfirmedServiceRequestSubscribeCOV.go | 2 +-
...tConfirmedServiceRequestSubscribeCOVProperty.go | 2 +-
...edServiceRequestSubscribeCOVPropertyMultiple.go | 2 +-
...yMultipleListOfCovSubscriptionSpecifications.go | 2 +-
...tipleListOfCovSubscriptionSpecificationsList.go | 27 +-
...ListOfCovSubscriptionSpecificationsReference.go | 2 +-
.../model/BACnetConfirmedServiceRequestUnknown.go | 23 +-
.../model/BACnetConfirmedServiceRequestVTClose.go | 23 +-
.../model/BACnetConfirmedServiceRequestVTData.go | 2 +-
.../model/BACnetConfirmedServiceRequestVTOpen.go | 2 +-
.../BACnetConfirmedServiceRequestWriteProperty.go | 2 +-
...ConfirmedServiceRequestWritePropertyMultiple.go | 23 +-
.../readwrite/model/BACnetConstructedData.go | 42 +--
.../model/BACnetConstructedDataAPDULength.go | 4 +-
.../BACnetConstructedDataAPDUSegmentTimeout.go | 4 +-
.../model/BACnetConstructedDataAPDUTimeout.go | 4 +-
.../model/BACnetConstructedDataAbsenteeLimit.go | 4 +-
.../model/BACnetConstructedDataAcceptedModes.go | 4 +-
.../BACnetConstructedDataAccessAlarmEvents.go | 4 +-
.../BACnetConstructedDataAccessCredentialAll.go | 4 +-
.../BACnetConstructedDataAccessDoorAlarmValues.go | 4 +-
.../model/BACnetConstructedDataAccessDoorAll.go | 4 +-
.../BACnetConstructedDataAccessDoorFaultValues.go | 4 +-
.../BACnetConstructedDataAccessDoorPresentValue.go | 4 +-
...etConstructedDataAccessDoorRelinquishDefault.go | 4 +-
.../model/BACnetConstructedDataAccessDoors.go | 4 +-
.../model/BACnetConstructedDataAccessEvent.go | 4 +-
...nstructedDataAccessEventAuthenticationFactor.go | 4 +-
.../BACnetConstructedDataAccessEventCredential.go | 4 +-
.../model/BACnetConstructedDataAccessEventTag.go | 4 +-
.../model/BACnetConstructedDataAccessEventTime.go | 4 +-
.../model/BACnetConstructedDataAccessPointAll.go | 4 +-
.../model/BACnetConstructedDataAccessRightsAll.go | 4 +-
...BACnetConstructedDataAccessTransactionEvents.go | 4 +-
.../model/BACnetConstructedDataAccessUserAll.go | 4 +-
.../BACnetConstructedDataAccessZoneAdjustValue.go | 4 +-
.../BACnetConstructedDataAccessZoneAlarmValues.go | 4 +-
.../model/BACnetConstructedDataAccessZoneAll.go | 4 +-
.../model/BACnetConstructedDataAccompaniment.go | 4 +-
.../BACnetConstructedDataAccompanimentTime.go | 4 +-
.../model/BACnetConstructedDataAccumulatorAll.go | 4 +-
...CnetConstructedDataAccumulatorFaultHighLimit.go | 4 +-
...ACnetConstructedDataAccumulatorFaultLowLimit.go | 4 +-
.../BACnetConstructedDataAccumulatorHighLimit.go | 4 +-
.../BACnetConstructedDataAccumulatorLowLimit.go | 4 +-
...BACnetConstructedDataAccumulatorMaxPresValue.go | 4 +-
...BACnetConstructedDataAccumulatorMinPresValue.go | 4 +-
.../model/BACnetConstructedDataAckRequired.go | 4 +-
.../model/BACnetConstructedDataAckedTransitions.go | 4 +-
.../readwrite/model/BACnetConstructedDataAction.go | 4 +-
.../model/BACnetConstructedDataActionText.go | 4 +-
.../model/BACnetConstructedDataActivationTime.go | 4 +-
...netConstructedDataActiveAuthenticationPolicy.go | 4 +-
...onstructedDataActiveCOVMultipleSubscriptions.go | 4 +-
.../BACnetConstructedDataActiveCOVSubscriptions.go | 4 +-
.../model/BACnetConstructedDataActiveText.go | 4 +-
.../model/BACnetConstructedDataActiveVTSessions.go | 4 +-
.../model/BACnetConstructedDataActualShedLevel.go | 4 +-
.../model/BACnetConstructedDataAdjustValue.go | 4 +-
.../model/BACnetConstructedDataAlarmValue.go | 4 +-
.../model/BACnetConstructedDataAlarmValues.go | 4 +-
.../BACnetConstructedDataAlertEnrollmentAll.go | 4 +-
...etConstructedDataAlertEnrollmentPresentValue.go | 4 +-
.../model/BACnetConstructedDataAlignIntervals.go | 4 +-
.../BACnetConstructedDataAllWritesSuccessful.go | 4 +-
.../BACnetConstructedDataAllowGroupDelayInhibit.go | 4 +-
.../model/BACnetConstructedDataAnalogInputAll.go | 4 +-
...CnetConstructedDataAnalogInputFaultHighLimit.go | 4 +-
...ACnetConstructedDataAnalogInputFaultLowLimit.go | 4 +-
...CnetConstructedDataAnalogInputInterfaceValue.go | 4 +-
...BACnetConstructedDataAnalogInputMaxPresValue.go | 4 +-
...BACnetConstructedDataAnalogInputPresentValue.go | 4 +-
.../model/BACnetConstructedDataAnalogOutputAll.go | 4 +-
...netConstructedDataAnalogOutputInterfaceValue.go | 4 +-
...ACnetConstructedDataAnalogOutputMaxPresValue.go | 4 +-
...ACnetConstructedDataAnalogOutputPresentValue.go | 4 +-
...ConstructedDataAnalogOutputRelinquishDefault.go | 4 +-
.../model/BACnetConstructedDataAnalogValueAll.go | 4 +-
...CnetConstructedDataAnalogValueFaultHighLimit.go | 4 +-
...ACnetConstructedDataAnalogValueFaultLowLimit.go | 4 +-
...BACnetConstructedDataAnalogValueMaxPresValue.go | 4 +-
...BACnetConstructedDataAnalogValuePresentValue.go | 4 +-
...tConstructedDataAnalogValueRelinquishDefault.go | 4 +-
...netConstructedDataApplicationSoftwareVersion.go | 4 +-
.../model/BACnetConstructedDataArchive.go | 4 +-
.../BACnetConstructedDataAssignedAccessRights.go | 4 +-
.../BACnetConstructedDataAssignedLandingCalls.go | 4 +-
.../model/BACnetConstructedDataAttemptedSamples.go | 4 +-
.../BACnetConstructedDataAuthenticationFactors.go | 4 +-
...ACnetConstructedDataAuthenticationPolicyList.go | 4 +-
...CnetConstructedDataAuthenticationPolicyNames.go | 4 +-
.../BACnetConstructedDataAuthenticationStatus.go | 4 +-
...BACnetConstructedDataAuthorizationExemptions.go | 4 +-
.../BACnetConstructedDataAuthorizationMode.go | 4 +-
.../BACnetConstructedDataAutoSlaveDiscovery.go | 4 +-
.../model/BACnetConstructedDataAverageValue.go | 4 +-
.../model/BACnetConstructedDataAveragingAll.go | 4 +-
.../BACnetConstructedDataBACnetIPGlobalAddress.go | 4 +-
.../model/BACnetConstructedDataBACnetIPMode.go | 4 +-
...ACnetConstructedDataBACnetIPMulticastAddress.go | 4 +-
.../BACnetConstructedDataBACnetIPNATTraversal.go | 4 +-
.../model/BACnetConstructedDataBACnetIPUDPPort.go | 4 +-
.../model/BACnetConstructedDataBACnetIPv6Mode.go | 4 +-
...netConstructedDataBACnetIPv6MulticastAddress.go | 4 +-
.../BACnetConstructedDataBACnetIPv6UDPPort.go | 4 +-
...CnetConstructedDataBBMDAcceptFDRegistrations.go | 4 +-
...onstructedDataBBMDBroadcastDistributionTable.go | 4 +-
.../BACnetConstructedDataBBMDForeignDeviceTable.go | 4 +-
.../BACnetConstructedDataBackupAndRestoreState.go | 4 +-
.../BACnetConstructedDataBackupFailureTimeout.go | 4 +-
.../BACnetConstructedDataBackupPreparationTime.go | 4 +-
...ACnetConstructedDataBaseDeviceSecurityPolicy.go | 4 +-
.../model/BACnetConstructedDataBelongsTo.go | 4 +-
.../readwrite/model/BACnetConstructedDataBias.go | 4 +-
.../model/BACnetConstructedDataBinaryInputAll.go | 4 +-
...CnetConstructedDataBinaryInputInterfaceValue.go | 4 +-
...BACnetConstructedDataBinaryInputPresentValue.go | 4 +-
...BACnetConstructedDataBinaryLightingOutputAll.go | 4 +-
...tructedDataBinaryLightingOutputFeedbackValue.go | 4 +-
...structedDataBinaryLightingOutputPresentValue.go | 4 +-
...tedDataBinaryLightingOutputRelinquishDefault.go | 4 +-
.../model/BACnetConstructedDataBinaryOutputAll.go | 4 +-
...CnetConstructedDataBinaryOutputFeedbackValue.go | 4 +-
...netConstructedDataBinaryOutputInterfaceValue.go | 4 +-
...ACnetConstructedDataBinaryOutputPresentValue.go | 4 +-
...ConstructedDataBinaryOutputRelinquishDefault.go | 4 +-
.../model/BACnetConstructedDataBinaryValueAll.go | 4 +-
...BACnetConstructedDataBinaryValuePresentValue.go | 4 +-
...tConstructedDataBinaryValueRelinquishDefault.go | 4 +-
.../model/BACnetConstructedDataBitMask.go | 4 +-
...CnetConstructedDataBitStringValueAlarmValues.go | 4 +-
...netConstructedDataBitStringValuePresentValue.go | 4 +-
...nstructedDataBitStringValueRelinquishDefault.go | 4 +-
.../model/BACnetConstructedDataBitText.go | 4 +-
.../BACnetConstructedDataBitstringValueAll.go | 4 +-
.../model/BACnetConstructedDataBlinkWarnEnable.go | 4 +-
.../model/BACnetConstructedDataBufferSize.go | 4 +-
.../model/BACnetConstructedDataCOVIncrement.go | 4 +-
.../model/BACnetConstructedDataCOVPeriod.go | 4 +-
...CnetConstructedDataCOVResubscriptionInterval.go | 4 +-
.../model/BACnetConstructedDataCOVUPeriod.go | 4 +-
.../model/BACnetConstructedDataCOVURecipients.go | 4 +-
.../model/BACnetConstructedDataCalendarAll.go | 4 +-
.../BACnetConstructedDataCalendarPresentValue.go | 4 +-
.../BACnetConstructedDataCarAssignedDirection.go | 4 +-
.../model/BACnetConstructedDataCarDoorCommand.go | 4 +-
.../model/BACnetConstructedDataCarDoorStatus.go | 4 +-
.../model/BACnetConstructedDataCarDoorText.go | 4 +-
.../model/BACnetConstructedDataCarDoorZone.go | 4 +-
.../model/BACnetConstructedDataCarDriveStatus.go | 4 +-
.../model/BACnetConstructedDataCarLoad.go | 4 +-
.../model/BACnetConstructedDataCarLoadUnits.go | 4 +-
.../model/BACnetConstructedDataCarMode.go | 4 +-
.../BACnetConstructedDataCarMovingDirection.go | 4 +-
.../model/BACnetConstructedDataCarPosition.go | 4 +-
.../BACnetConstructedDataChangeOfStateCount.go | 4 +-
.../BACnetConstructedDataChangeOfStateTime.go | 4 +-
.../model/BACnetConstructedDataChangesPending.go | 4 +-
.../model/BACnetConstructedDataChannelAll.go | 4 +-
...tedDataChannelListOfObjectPropertyReferences.go | 4 +-
.../model/BACnetConstructedDataChannelNumber.go | 4 +-
.../BACnetConstructedDataChannelPresentValue.go | 4 +-
...nstructedDataCharacterStringValueAlarmValues.go | 4 +-
...nstructedDataCharacterStringValueFaultValues.go | 4 +-
...structedDataCharacterStringValuePresentValue.go | 4 +-
...tedDataCharacterStringValueRelinquishDefault.go | 4 +-
...BACnetConstructedDataCharacterstringValueAll.go | 4 +-
.../BACnetConstructedDataClientCOVIncrement.go | 4 +-
.../model/BACnetConstructedDataCommand.go | 4 +-
.../model/BACnetConstructedDataCommandAction.go | 4 +-
.../model/BACnetConstructedDataCommandAll.go | 4 +-
.../model/BACnetConstructedDataCommandTimeArray.go | 4 +-
.../BACnetConstructedDataConfigurationFiles.go | 4 +-
.../model/BACnetConstructedDataControlGroups.go | 4 +-
...etConstructedDataControlledVariableReference.go | 4 +-
...BACnetConstructedDataControlledVariableUnits.go | 4 +-
...BACnetConstructedDataControlledVariableValue.go | 4 +-
.../readwrite/model/BACnetConstructedDataCount.go | 4 +-
.../BACnetConstructedDataCountBeforeChange.go | 4 +-
.../model/BACnetConstructedDataCountChangeTime.go | 4 +-
.../BACnetConstructedDataCredentialDataInputAll.go | 4 +-
...nstructedDataCredentialDataInputPresentValue.go | 4 +-
...ConstructedDataCredentialDataInputUpdateTime.go | 4 +-
.../BACnetConstructedDataCredentialDisable.go | 4 +-
.../model/BACnetConstructedDataCredentialStatus.go | 4 +-
.../model/BACnetConstructedDataCredentials.go | 4 +-
.../BACnetConstructedDataCredentialsInZone.go | 4 +-
.../BACnetConstructedDataCurrentCommandPriority.go | 4 +-
.../model/BACnetConstructedDataDatabaseRevision.go | 4 +-
.../model/BACnetConstructedDataDateList.go | 4 +-
...tConstructedDataDatePatternValuePresentValue.go | 4 +-
...tructedDataDatePatternValueRelinquishDefault.go | 4 +-
...structedDataDateTimePatternValuePresentValue.go | 4 +-
...tedDataDateTimePatternValueRelinquishDefault.go | 4 +-
...CnetConstructedDataDateTimeValuePresentValue.go | 4 +-
...onstructedDataDateTimeValueRelinquishDefault.go | 4 +-
.../model/BACnetConstructedDataDateValueAll.go | 4 +-
.../BACnetConstructedDataDateValuePresentValue.go | 4 +-
...netConstructedDataDateValueRelinquishDefault.go | 4 +-
.../BACnetConstructedDataDatepatternValueAll.go | 4 +-
.../model/BACnetConstructedDataDatetimeValueAll.go | 4 +-
...BACnetConstructedDataDatetimepatternValueAll.go | 4 +-
.../BACnetConstructedDataDaylightSavingsStatus.go | 4 +-
.../model/BACnetConstructedDataDaysRemaining.go | 4 +-
.../model/BACnetConstructedDataDeadband.go | 4 +-
.../model/BACnetConstructedDataDefaultFadeTime.go | 4 +-
.../model/BACnetConstructedDataDefaultRampRate.go | 4 +-
.../BACnetConstructedDataDefaultStepIncrement.go | 4 +-
...onstructedDataDefaultSubordinateRelationship.go | 4 +-
.../model/BACnetConstructedDataDefaultTimeout.go | 4 +-
...BACnetConstructedDataDeployedProfileLocation.go | 4 +-
.../BACnetConstructedDataDerivativeConstant.go | 4 +-
...BACnetConstructedDataDerivativeConstantUnits.go | 4 +-
.../model/BACnetConstructedDataDescription.go | 4 +-
.../BACnetConstructedDataDescriptionOfHalt.go | 4 +-
.../BACnetConstructedDataDeviceAddressBinding.go | 4 +-
.../model/BACnetConstructedDataDeviceAll.go | 4 +-
.../BACnetConstructedDataDeviceMaxInfoFrames.go | 4 +-
.../model/BACnetConstructedDataDeviceMaxMaster.go | 4 +-
.../model/BACnetConstructedDataDeviceType.go | 4 +-
.../model/BACnetConstructedDataDirectReading.go | 4 +-
...BACnetConstructedDataDistributionKeyRevision.go | 4 +-
.../model/BACnetConstructedDataDoNotHide.go | 4 +-
.../model/BACnetConstructedDataDoorAlarmState.go | 4 +-
.../BACnetConstructedDataDoorExtendedPulseTime.go | 4 +-
.../model/BACnetConstructedDataDoorMembers.go | 4 +-
.../BACnetConstructedDataDoorOpenTooLongTime.go | 4 +-
.../model/BACnetConstructedDataDoorPulseTime.go | 4 +-
.../model/BACnetConstructedDataDoorStatus.go | 4 +-
.../BACnetConstructedDataDoorUnlockDelayTime.go | 4 +-
.../model/BACnetConstructedDataDutyWindow.go | 4 +-
.../model/BACnetConstructedDataEffectivePeriod.go | 4 +-
.../model/BACnetConstructedDataEgressActive.go | 4 +-
.../model/BACnetConstructedDataEgressTime.go | 4 +-
.../BACnetConstructedDataElapsedActiveTime.go | 4 +-
.../model/BACnetConstructedDataElement.go | 49 +---
.../model/BACnetConstructedDataElevatorGroup.go | 4 +-
.../model/BACnetConstructedDataElevatorGroupAll.go | 4 +-
...CnetConstructedDataElevatorGroupGroupMembers.go | 4 +-
.../readwrite/model/BACnetConstructedDataEnable.go | 4 +-
.../model/BACnetConstructedDataEnergyMeter.go | 4 +-
.../model/BACnetConstructedDataEnergyMeterRef.go | 4 +-
.../model/BACnetConstructedDataEntryPoints.go | 4 +-
.../model/BACnetConstructedDataErrorLimit.go | 4 +-
.../model/BACnetConstructedDataEscalatorAll.go | 4 +-
.../BACnetConstructedDataEscalatorFaultSignals.go | 4 +-
.../model/BACnetConstructedDataEscalatorMode.go | 4 +-
.../BACnetConstructedDataEventAlgorithmInhibit.go | 4 +-
...ACnetConstructedDataEventAlgorithmInhibitRef.go | 4 +-
.../BACnetConstructedDataEventDetectionEnable.go | 4 +-
.../model/BACnetConstructedDataEventEnable.go | 4 +-
.../BACnetConstructedDataEventEnrollmentAll.go | 4 +-
.../model/BACnetConstructedDataEventLogAll.go | 4 +-
.../BACnetConstructedDataEventLogLogBuffer.go | 4 +-
.../BACnetConstructedDataEventMessageTexts.go | 4 +-
...BACnetConstructedDataEventMessageTextsConfig.go | 4 +-
.../model/BACnetConstructedDataEventParameters.go | 4 +-
.../model/BACnetConstructedDataEventState.go | 4 +-
.../model/BACnetConstructedDataEventTimeStamps.go | 4 +-
.../model/BACnetConstructedDataEventType.go | 4 +-
.../BACnetConstructedDataExceptionSchedule.go | 4 +-
.../model/BACnetConstructedDataExecutionDelay.go | 4 +-
.../model/BACnetConstructedDataExitPoints.go | 4 +-
.../BACnetConstructedDataExpectedShedLevel.go | 4 +-
.../model/BACnetConstructedDataExpirationTime.go | 4 +-
.../BACnetConstructedDataExtendedTimeEnable.go | 4 +-
.../model/BACnetConstructedDataFDBBMDAddress.go | 4 +-
.../BACnetConstructedDataFDSubscriptionLifetime.go | 4 +-
.../BACnetConstructedDataFailedAttemptEvents.go | 4 +-
.../model/BACnetConstructedDataFailedAttempts.go | 4 +-
.../BACnetConstructedDataFailedAttemptsTime.go | 4 +-
.../model/BACnetConstructedDataFaultHighLimit.go | 4 +-
.../model/BACnetConstructedDataFaultLowLimit.go | 4 +-
.../model/BACnetConstructedDataFaultParameters.go | 4 +-
.../model/BACnetConstructedDataFaultSignals.go | 4 +-
.../model/BACnetConstructedDataFaultType.go | 4 +-
.../model/BACnetConstructedDataFaultValues.go | 4 +-
.../model/BACnetConstructedDataFileAccessMethod.go | 4 +-
.../model/BACnetConstructedDataFileAll.go | 4 +-
.../model/BACnetConstructedDataFileRecordCount.go | 4 +-
.../model/BACnetConstructedDataFileSize.go | 4 +-
.../model/BACnetConstructedDataFileType.go | 4 +-
.../model/BACnetConstructedDataFirmwareRevision.go | 4 +-
.../model/BACnetConstructedDataFloorText.go | 4 +-
.../model/BACnetConstructedDataFullDutyBaseline.go | 4 +-
.../model/BACnetConstructedDataGlobalGroupAll.go | 4 +-
...BACnetConstructedDataGlobalGroupGroupMembers.go | 4 +-
...BACnetConstructedDataGlobalGroupPresentValue.go | 4 +-
.../model/BACnetConstructedDataGlobalIdentifier.go | 4 +-
.../model/BACnetConstructedDataGroupAll.go | 4 +-
.../model/BACnetConstructedDataGroupID.go | 4 +-
.../model/BACnetConstructedDataGroupMemberNames.go | 4 +-
.../model/BACnetConstructedDataGroupMembers.go | 4 +-
.../model/BACnetConstructedDataGroupMode.go | 4 +-
.../BACnetConstructedDataGroupPresentValue.go | 4 +-
.../model/BACnetConstructedDataHighLimit.go | 4 +-
.../model/BACnetConstructedDataHigherDeck.go | 4 +-
.../model/BACnetConstructedDataIPAddress.go | 4 +-
.../model/BACnetConstructedDataIPDHCPEnable.go | 4 +-
.../model/BACnetConstructedDataIPDHCPLeaseTime.go | 4 +-
...ACnetConstructedDataIPDHCPLeaseTimeRemaining.go | 4 +-
.../model/BACnetConstructedDataIPDHCPServer.go | 4 +-
.../model/BACnetConstructedDataIPDNSServer.go | 4 +-
.../model/BACnetConstructedDataIPDefaultGateway.go | 4 +-
.../model/BACnetConstructedDataIPSubnetMask.go | 4 +-
.../model/BACnetConstructedDataIPv6Address.go | 4 +-
...ACnetConstructedDataIPv6AutoAddressingEnable.go | 4 +-
.../BACnetConstructedDataIPv6DHCPLeaseTime.go | 4 +-
...netConstructedDataIPv6DHCPLeaseTimeRemaining.go | 4 +-
.../model/BACnetConstructedDataIPv6DHCPServer.go | 4 +-
.../model/BACnetConstructedDataIPv6DNSServer.go | 4 +-
.../BACnetConstructedDataIPv6DefaultGateway.go | 4 +-
.../model/BACnetConstructedDataIPv6PrefixLength.go | 4 +-
.../model/BACnetConstructedDataIPv6ZoneIndex.go | 4 +-
.../model/BACnetConstructedDataInProcess.go | 4 +-
.../model/BACnetConstructedDataInProgress.go | 4 +-
.../model/BACnetConstructedDataInactiveText.go | 4 +-
.../model/BACnetConstructedDataInitialTimeout.go | 4 +-
.../model/BACnetConstructedDataInputReference.go | 4 +-
.../model/BACnetConstructedDataInstallationID.go | 4 +-
.../model/BACnetConstructedDataInstanceOf.go | 4 +-
.../BACnetConstructedDataInstantaneousPower.go | 4 +-
.../model/BACnetConstructedDataIntegerValueAll.go | 4 +-
...ACnetConstructedDataIntegerValueCOVIncrement.go | 4 +-
.../BACnetConstructedDataIntegerValueDeadband.go | 4 +-
...netConstructedDataIntegerValueFaultHighLimit.go | 4 +-
...CnetConstructedDataIntegerValueFaultLowLimit.go | 4 +-
.../BACnetConstructedDataIntegerValueHighLimit.go | 4 +-
.../BACnetConstructedDataIntegerValueLowLimit.go | 4 +-
...ACnetConstructedDataIntegerValueMaxPresValue.go | 4 +-
...ACnetConstructedDataIntegerValueMinPresValue.go | 4 +-
...ACnetConstructedDataIntegerValuePresentValue.go | 4 +-
...ConstructedDataIntegerValueRelinquishDefault.go | 4 +-
.../BACnetConstructedDataIntegerValueResolution.go | 4 +-
.../model/BACnetConstructedDataIntegralConstant.go | 4 +-
.../BACnetConstructedDataIntegralConstantUnits.go | 4 +-
.../model/BACnetConstructedDataIntervalOffset.go | 4 +-
.../readwrite/model/BACnetConstructedDataIsUTC.go | 4 +-
.../model/BACnetConstructedDataKeySets.go | 4 +-
.../BACnetConstructedDataLandingCallControl.go | 4 +-
.../model/BACnetConstructedDataLandingCalls.go | 4 +-
.../BACnetConstructedDataLandingDoorStatus.go | 4 +-
.../BACnetConstructedDataLargeAnalogValueAll.go | 4 +-
...tConstructedDataLargeAnalogValueCOVIncrement.go | 4 +-
...ACnetConstructedDataLargeAnalogValueDeadband.go | 4 +-
...onstructedDataLargeAnalogValueFaultHighLimit.go | 4 +-
...ConstructedDataLargeAnalogValueFaultLowLimit.go | 4 +-
...CnetConstructedDataLargeAnalogValueHighLimit.go | 4 +-
...ACnetConstructedDataLargeAnalogValueLowLimit.go | 4 +-
...tConstructedDataLargeAnalogValueMaxPresValue.go | 4 +-
...tConstructedDataLargeAnalogValueMinPresValue.go | 4 +-
...tConstructedDataLargeAnalogValuePresentValue.go | 4 +-
...tructedDataLargeAnalogValueRelinquishDefault.go | 4 +-
...netConstructedDataLargeAnalogValueResolution.go | 4 +-
.../model/BACnetConstructedDataLastAccessEvent.go | 4 +-
.../model/BACnetConstructedDataLastAccessPoint.go | 4 +-
.../model/BACnetConstructedDataLastCommandTime.go | 4 +-
.../BACnetConstructedDataLastCredentialAdded.go | 4 +-
...BACnetConstructedDataLastCredentialAddedTime.go | 4 +-
.../BACnetConstructedDataLastCredentialRemoved.go | 4 +-
...CnetConstructedDataLastCredentialRemovedTime.go | 4 +-
.../model/BACnetConstructedDataLastKeyServer.go | 4 +-
.../model/BACnetConstructedDataLastNotifyRecord.go | 4 +-
.../model/BACnetConstructedDataLastPriority.go | 4 +-
.../BACnetConstructedDataLastRestartReason.go | 4 +-
.../model/BACnetConstructedDataLastRestoreTime.go | 4 +-
.../model/BACnetConstructedDataLastStateChange.go | 4 +-
.../model/BACnetConstructedDataLastUseTime.go | 4 +-
.../BACnetConstructedDataLifeSafetyAlarmValues.go | 4 +-
...netConstructedDataLifeSafetyPointAlarmValues.go | 4 +-
.../BACnetConstructedDataLifeSafetyPointAll.go | 4 +-
...netConstructedDataLifeSafetyPointFaultValues.go | 4 +-
...etConstructedDataLifeSafetyPointPresentValue.go | 4 +-
...CnetConstructedDataLifeSafetyZoneAlarmValues.go | 4 +-
.../BACnetConstructedDataLifeSafetyZoneAll.go | 4 +-
...CnetConstructedDataLifeSafetyZoneFaultValues.go | 4 +-
...tructedDataLifeSafetyZoneMaintenanceRequired.go | 4 +-
...netConstructedDataLifeSafetyZonePresentValue.go | 4 +-
.../model/BACnetConstructedDataLiftAll.go | 4 +-
.../model/BACnetConstructedDataLiftFaultSignals.go | 4 +-
.../model/BACnetConstructedDataLightingCommand.go | 4 +-
...onstructedDataLightingCommandDefaultPriority.go | 4 +-
.../BACnetConstructedDataLightingOutputAll.go | 4 +-
...etConstructedDataLightingOutputFeedbackValue.go | 4 +-
...netConstructedDataLightingOutputPresentValue.go | 4 +-
...nstructedDataLightingOutputRelinquishDefault.go | 4 +-
...etConstructedDataLightingOutputTrackingValue.go | 4 +-
.../model/BACnetConstructedDataLimitEnable.go | 4 +-
...BACnetConstructedDataLimitMonitoringInterval.go | 4 +-
.../model/BACnetConstructedDataLinkSpeed.go | 4 +-
.../BACnetConstructedDataLinkSpeedAutonegotiate.go | 4 +-
.../model/BACnetConstructedDataLinkSpeeds.go | 4 +-
.../BACnetConstructedDataListOfGroupMembers.go | 4 +-
...onstructedDataListOfObjectPropertyReferences.go | 4 +-
.../model/BACnetConstructedDataLoadControlAll.go | 4 +-
...BACnetConstructedDataLoadControlPresentValue.go | 4 +-
.../model/BACnetConstructedDataLocalDate.go | 4 +-
.../BACnetConstructedDataLocalForwardingOnly.go | 4 +-
.../model/BACnetConstructedDataLocalTime.go | 4 +-
.../model/BACnetConstructedDataLocation.go | 4 +-
.../model/BACnetConstructedDataLockStatus.go | 4 +-
.../model/BACnetConstructedDataLockout.go | 4 +-
.../BACnetConstructedDataLockoutRelinquishTime.go | 4 +-
.../model/BACnetConstructedDataLogBuffer.go | 4 +-
...BACnetConstructedDataLogDeviceObjectProperty.go | 4 +-
.../model/BACnetConstructedDataLogInterval.go | 4 +-
.../model/BACnetConstructedDataLoggingObject.go | 4 +-
.../model/BACnetConstructedDataLoggingRecord.go | 4 +-
.../model/BACnetConstructedDataLoggingType.go | 4 +-
.../model/BACnetConstructedDataLoopAction.go | 4 +-
.../model/BACnetConstructedDataLoopAll.go | 4 +-
.../model/BACnetConstructedDataLoopPresentValue.go | 4 +-
.../model/BACnetConstructedDataLowDiffLimit.go | 4 +-
.../model/BACnetConstructedDataLowLimit.go | 4 +-
.../model/BACnetConstructedDataLowerDeck.go | 4 +-
.../model/BACnetConstructedDataMACAddress.go | 4 +-
.../model/BACnetConstructedDataMachineRoomID.go | 4 +-
.../BACnetConstructedDataMaintenanceRequired.go | 4 +-
.../model/BACnetConstructedDataMakingCarCall.go | 4 +-
...tConstructedDataManipulatedVariableReference.go | 4 +-
...CnetConstructedDataManualSlaveAddressBinding.go | 4 +-
.../BACnetConstructedDataMaskedAlarmValues.go | 4 +-
.../BACnetConstructedDataMaxAPDULengthAccepted.go | 4 +-
.../model/BACnetConstructedDataMaxActualValue.go | 4 +-
.../BACnetConstructedDataMaxFailedAttempts.go | 4 +-
.../model/BACnetConstructedDataMaxInfoFrames.go | 4 +-
.../model/BACnetConstructedDataMaxMaster.go | 4 +-
.../model/BACnetConstructedDataMaxPresValue.go | 4 +-
.../BACnetConstructedDataMaxSegmentsAccepted.go | 4 +-
.../model/BACnetConstructedDataMaximumOutput.go | 4 +-
.../model/BACnetConstructedDataMaximumValue.go | 4 +-
.../BACnetConstructedDataMaximumValueTimestamp.go | 4 +-
.../model/BACnetConstructedDataMemberOf.go | 4 +-
.../BACnetConstructedDataMemberStatusFlags.go | 4 +-
.../model/BACnetConstructedDataMembers.go | 4 +-
.../model/BACnetConstructedDataMinActualValue.go | 4 +-
.../model/BACnetConstructedDataMinPresValue.go | 4 +-
.../model/BACnetConstructedDataMinimumOffTime.go | 4 +-
.../model/BACnetConstructedDataMinimumOnTime.go | 4 +-
.../model/BACnetConstructedDataMinimumOutput.go | 4 +-
.../model/BACnetConstructedDataMinimumValue.go | 4 +-
.../BACnetConstructedDataMinimumValueTimestamp.go | 4 +-
.../readwrite/model/BACnetConstructedDataMode.go | 4 +-
.../model/BACnetConstructedDataModelName.go | 4 +-
.../model/BACnetConstructedDataModificationDate.go | 4 +-
...netConstructedDataMultiStateInputAlarmValues.go | 4 +-
.../BACnetConstructedDataMultiStateInputAll.go | 4 +-
...netConstructedDataMultiStateInputFaultValues.go | 4 +-
...ConstructedDataMultiStateInputInterfaceValue.go | 4 +-
.../BACnetConstructedDataMultiStateOutputAll.go | 4 +-
...ConstructedDataMultiStateOutputFeedbackValue.go | 4 +-
...onstructedDataMultiStateOutputInterfaceValue.go | 4 +-
...tructedDataMultiStateOutputRelinquishDefault.go | 4 +-
...netConstructedDataMultiStateValueAlarmValues.go | 4 +-
.../BACnetConstructedDataMultiStateValueAll.go | 4 +-
...netConstructedDataMultiStateValueFaultValues.go | 4 +-
...structedDataMultiStateValueRelinquishDefault.go | 4 +-
.../model/BACnetConstructedDataMusterPoint.go | 4 +-
.../BACnetConstructedDataNegativeAccessRules.go | 4 +-
...ConstructedDataNetworkAccessSecurityPolicies.go | 4 +-
.../BACnetConstructedDataNetworkInterfaceName.go | 4 +-
.../model/BACnetConstructedDataNetworkNumber.go | 4 +-
.../BACnetConstructedDataNetworkNumberQuality.go | 4 +-
.../model/BACnetConstructedDataNetworkPortAll.go | 4 +-
...ACnetConstructedDataNetworkPortMaxInfoFrames.go | 4 +-
.../BACnetConstructedDataNetworkPortMaxMaster.go | 4 +-
.../BACnetConstructedDataNetworkSecurityAll.go | 4 +-
.../model/BACnetConstructedDataNetworkType.go | 4 +-
.../BACnetConstructedDataNextStoppingFloor.go | 4 +-
.../model/BACnetConstructedDataNodeSubtype.go | 4 +-
.../model/BACnetConstructedDataNodeType.go | 4 +-
.../BACnetConstructedDataNotificationClass.go | 4 +-
.../BACnetConstructedDataNotificationClassAll.go | 4 +-
...ACnetConstructedDataNotificationForwarderAll.go | 4 +-
.../BACnetConstructedDataNotificationThreshold.go | 4 +-
.../model/BACnetConstructedDataNotifyType.go | 4 +-
.../BACnetConstructedDataNumberOfAPDURetries.go | 4 +-
...onstructedDataNumberOfAuthenticationPolicies.go | 4 +-
.../model/BACnetConstructedDataNumberOfStates.go | 4 +-
.../model/BACnetConstructedDataObjectIdentifier.go | 4 +-
.../model/BACnetConstructedDataObjectList.go | 4 +-
.../model/BACnetConstructedDataObjectName.go | 4 +-
...BACnetConstructedDataObjectPropertyReference.go | 4 +-
.../model/BACnetConstructedDataObjectType.go | 4 +-
.../model/BACnetConstructedDataOccupancyCount.go | 4 +-
.../BACnetConstructedDataOccupancyCountAdjust.go | 4 +-
.../BACnetConstructedDataOccupancyCountEnable.go | 4 +-
.../BACnetConstructedDataOccupancyLowerLimit.go | 4 +-
...etConstructedDataOccupancyLowerLimitEnforced.go | 4 +-
.../model/BACnetConstructedDataOccupancyState.go | 4 +-
.../BACnetConstructedDataOccupancyUpperLimit.go | 4 +-
...etConstructedDataOccupancyUpperLimitEnforced.go | 4 +-
...tConstructedDataOctetStringValuePresentValue.go | 4 +-
...tructedDataOctetStringValueRelinquishDefault.go | 4 +-
.../BACnetConstructedDataOctetstringValueAll.go | 4 +-
.../BACnetConstructedDataOperationDirection.go | 4 +-
.../BACnetConstructedDataOperationExpected.go | 4 +-
.../model/BACnetConstructedDataOptional.go | 4 +-
.../model/BACnetConstructedDataOutOfService.go | 4 +-
.../model/BACnetConstructedDataOutputUnits.go | 4 +-
.../BACnetConstructedDataPacketReorderTime.go | 4 +-
.../model/BACnetConstructedDataPassbackMode.go | 4 +-
.../model/BACnetConstructedDataPassbackTimeout.go | 4 +-
.../model/BACnetConstructedDataPassengerAlarm.go | 4 +-
.../model/BACnetConstructedDataPolarity.go | 4 +-
.../model/BACnetConstructedDataPortFilter.go | 4 +-
.../BACnetConstructedDataPositiveAccessRules.go | 4 +-
...BACnetConstructedDataPositiveIntegerValueAll.go | 4 +-
...structedDataPositiveIntegerValueCOVIncrement.go | 4 +-
...tConstructedDataPositiveIntegerValueDeadband.go | 4 +-
...ructedDataPositiveIntegerValueFaultHighLimit.go | 4 +-
...tructedDataPositiveIntegerValueFaultLowLimit.go | 4 +-
...ConstructedDataPositiveIntegerValueHighLimit.go | 4 +-
...tConstructedDataPositiveIntegerValueLowLimit.go | 4 +-
...structedDataPositiveIntegerValueMaxPresValue.go | 4 +-
...structedDataPositiveIntegerValueMinPresValue.go | 4 +-
...tedDataPositiveIntegerValueRelinquishDefault.go | 4 +-
...onstructedDataPositiveIntegerValueResolution.go | 4 +-
.../readwrite/model/BACnetConstructedDataPower.go | 4 +-
.../model/BACnetConstructedDataPowerMode.go | 4 +-
.../model/BACnetConstructedDataPrescale.go | 4 +-
.../model/BACnetConstructedDataPresentValue.go | 4 +-
.../model/BACnetConstructedDataPriority.go | 4 +-
.../model/BACnetConstructedDataPriorityArray.go | 4 +-
.../BACnetConstructedDataPriorityForWriting.go | 4 +-
.../BACnetConstructedDataProcessIdentifier.go | 4 +-
...BACnetConstructedDataProcessIdentifierFilter.go | 4 +-
.../model/BACnetConstructedDataProfileLocation.go | 4 +-
.../model/BACnetConstructedDataProfileName.go | 4 +-
.../model/BACnetConstructedDataProgramAll.go | 4 +-
.../model/BACnetConstructedDataProgramChange.go | 4 +-
.../model/BACnetConstructedDataProgramLocation.go | 4 +-
.../model/BACnetConstructedDataProgramState.go | 4 +-
.../model/BACnetConstructedDataPropertyList.go | 4 +-
.../BACnetConstructedDataProportionalConstant.go | 4 +-
...CnetConstructedDataProportionalConstantUnits.go | 4 +-
.../model/BACnetConstructedDataProtocolLevel.go | 4 +-
...tConstructedDataProtocolObjectTypesSupported.go | 4 +-
.../model/BACnetConstructedDataProtocolRevision.go | 4 +-
...CnetConstructedDataProtocolServicesSupported.go | 4 +-
.../model/BACnetConstructedDataProtocolVersion.go | 4 +-
...CnetConstructedDataPulseConverterAdjustValue.go | 4 +-
.../BACnetConstructedDataPulseConverterAll.go | 4 +-
...netConstructedDataPulseConverterPresentValue.go | 4 +-
.../model/BACnetConstructedDataPulseRate.go | 4 +-
.../model/BACnetConstructedDataReadOnly.go | 4 +-
.../model/BACnetConstructedDataReasonForDisable.go | 4 +-
.../model/BACnetConstructedDataReasonForHalt.go | 4 +-
.../model/BACnetConstructedDataRecipientList.go | 4 +-
.../model/BACnetConstructedDataRecordCount.go | 4 +-
...ACnetConstructedDataRecordsSinceNotification.go | 4 +-
.../model/BACnetConstructedDataReferencePort.go | 4 +-
.../BACnetConstructedDataRegisteredCarCall.go | 4 +-
.../model/BACnetConstructedDataReliability.go | 4 +-
...tConstructedDataReliabilityEvaluationInhibit.go | 4 +-
.../BACnetConstructedDataRelinquishDefault.go | 4 +-
.../model/BACnetConstructedDataRepresents.go | 4 +-
.../BACnetConstructedDataRequestedShedLevel.go | 4 +-
...BACnetConstructedDataRequestedUpdateInterval.go | 4 +-
.../model/BACnetConstructedDataRequired.go | 4 +-
.../model/BACnetConstructedDataResolution.go | 4 +-
...ConstructedDataRestartNotificationRecipients.go | 4 +-
.../BACnetConstructedDataRestoreCompletionTime.go | 4 +-
.../BACnetConstructedDataRestorePreparationTime.go | 4 +-
.../model/BACnetConstructedDataRoutingTable.go | 4 +-
.../readwrite/model/BACnetConstructedDataScale.go | 4 +-
.../model/BACnetConstructedDataScaleFactor.go | 4 +-
.../model/BACnetConstructedDataScheduleAll.go | 4 +-
.../model/BACnetConstructedDataScheduleDefault.go | 4 +-
.../BACnetConstructedDataSchedulePresentValue.go | 4 +-
.../model/BACnetConstructedDataSecuredStatus.go | 4 +-
.../BACnetConstructedDataSecurityPDUTimeout.go | 4 +-
.../BACnetConstructedDataSecurityTimeWindow.go | 4 +-
.../BACnetConstructedDataSegmentationSupported.go | 4 +-
.../model/BACnetConstructedDataSerialNumber.go | 4 +-
.../model/BACnetConstructedDataSetpoint.go | 4 +-
.../BACnetConstructedDataSetpointReference.go | 4 +-
.../model/BACnetConstructedDataSetting.go | 4 +-
.../model/BACnetConstructedDataShedDuration.go | 4 +-
.../BACnetConstructedDataShedLevelDescriptions.go | 4 +-
.../model/BACnetConstructedDataShedLevels.go | 4 +-
.../model/BACnetConstructedDataSilenced.go | 4 +-
.../BACnetConstructedDataSlaveAddressBinding.go | 4 +-
.../model/BACnetConstructedDataSlaveProxyEnable.go | 4 +-
.../model/BACnetConstructedDataStartTime.go | 4 +-
.../BACnetConstructedDataStateChangeValues.go | 4 +-
.../model/BACnetConstructedDataStateDescription.go | 4 +-
.../model/BACnetConstructedDataStateText.go | 4 +-
.../model/BACnetConstructedDataStatusFlags.go | 4 +-
.../model/BACnetConstructedDataStopTime.go | 4 +-
.../model/BACnetConstructedDataStopWhenFull.go | 4 +-
.../model/BACnetConstructedDataStrikeCount.go | 4 +-
.../BACnetConstructedDataStructuredObjectList.go | 4 +-
.../BACnetConstructedDataStructuredViewAll.go | 4 +-
.../BACnetConstructedDataSubordinateAnnotations.go | 4 +-
.../model/BACnetConstructedDataSubordinateList.go | 4 +-
.../BACnetConstructedDataSubordinateNodeTypes.go | 4 +-
...ACnetConstructedDataSubordinateRelationships.go | 4 +-
.../model/BACnetConstructedDataSubordinateTags.go | 4 +-
.../BACnetConstructedDataSubscribedRecipients.go | 4 +-
.../BACnetConstructedDataSupportedFormatClasses.go | 4 +-
.../model/BACnetConstructedDataSupportedFormats.go | 4 +-
...etConstructedDataSupportedSecurityAlgorithms.go | 4 +-
.../model/BACnetConstructedDataSystemStatus.go | 4 +-
.../readwrite/model/BACnetConstructedDataTags.go | 4 +-
.../model/BACnetConstructedDataThreatAuthority.go | 4 +-
.../model/BACnetConstructedDataThreatLevel.go | 4 +-
.../model/BACnetConstructedDataTimeDelay.go | 4 +-
.../model/BACnetConstructedDataTimeDelayNormal.go | 4 +-
.../BACnetConstructedDataTimeOfActiveTimeReset.go | 4 +-
.../BACnetConstructedDataTimeOfDeviceRestart.go | 4 +-
.../BACnetConstructedDataTimeOfStateCountReset.go | 4 +-
.../BACnetConstructedDataTimeOfStrikeCountReset.go | 4 +-
...tConstructedDataTimePatternValuePresentValue.go | 4 +-
...tructedDataTimePatternValueRelinquishDefault.go | 4 +-
...etConstructedDataTimeSynchronizationInterval.go | 4 +-
...ConstructedDataTimeSynchronizationRecipients.go | 4 +-
.../model/BACnetConstructedDataTimeValueAll.go | 4 +-
.../BACnetConstructedDataTimeValuePresentValue.go | 4 +-
...netConstructedDataTimeValueRelinquishDefault.go | 4 +-
.../BACnetConstructedDataTimepatternValueAll.go | 4 +-
.../model/BACnetConstructedDataTimerAlarmValues.go | 4 +-
.../model/BACnetConstructedDataTimerAll.go | 4 +-
.../BACnetConstructedDataTimerMaxPresValue.go | 4 +-
.../BACnetConstructedDataTimerMinPresValue.go | 4 +-
.../model/BACnetConstructedDataTimerResolution.go | 4 +-
.../model/BACnetConstructedDataTimerRunning.go | 4 +-
.../model/BACnetConstructedDataTimerState.go | 4 +-
.../model/BACnetConstructedDataTotalRecordCount.go | 4 +-
.../model/BACnetConstructedDataTraceFlag.go | 4 +-
.../model/BACnetConstructedDataTrackingValue.go | 4 +-
...tConstructedDataTransactionNotificationClass.go | 4 +-
.../model/BACnetConstructedDataTransition.go | 4 +-
.../model/BACnetConstructedDataTrendLogAll.go | 4 +-
.../BACnetConstructedDataTrendLogLogBuffer.go | 4 +-
...nstructedDataTrendLogLogDeviceObjectProperty.go | 4 +-
.../BACnetConstructedDataTrendLogMultipleAll.go | 4 +-
...CnetConstructedDataTrendLogMultipleLogBuffer.go | 4 +-
...dDataTrendLogMultipleLogDeviceObjectProperty.go | 4 +-
.../model/BACnetConstructedDataTrigger.go | 4 +-
.../model/BACnetConstructedDataUTCOffset.go | 4 +-
...structedDataUTCTimeSynchronizationRecipients.go | 4 +-
.../readwrite/model/BACnetConstructedDataUnits.go | 4 +-
.../model/BACnetConstructedDataUnspecified.go | 4 +-
.../model/BACnetConstructedDataUpdateInterval.go | 4 +-
.../BACnetConstructedDataUpdateKeySetTimeout.go | 4 +-
.../model/BACnetConstructedDataUpdateTime.go | 4 +-
.../BACnetConstructedDataUserExternalIdentifier.go | 4 +-
...ACnetConstructedDataUserInformationReference.go | 4 +-
.../model/BACnetConstructedDataUserName.go | 4 +-
.../model/BACnetConstructedDataUserType.go | 4 +-
.../model/BACnetConstructedDataUsesRemaining.go | 4 +-
.../BACnetConstructedDataVTClassesSupported.go | 4 +-
.../model/BACnetConstructedDataValidSamples.go | 4 +-
.../BACnetConstructedDataValueBeforeChange.go | 4 +-
.../model/BACnetConstructedDataValueChangeTime.go | 4 +-
.../model/BACnetConstructedDataValueSet.go | 4 +-
.../model/BACnetConstructedDataValueSource.go | 4 +-
.../model/BACnetConstructedDataValueSourceArray.go | 4 +-
.../model/BACnetConstructedDataVarianceValue.go | 4 +-
.../model/BACnetConstructedDataVendorIdentifier.go | 4 +-
.../model/BACnetConstructedDataVendorName.go | 4 +-
.../model/BACnetConstructedDataVerificationTime.go | 4 +-
.../BACnetConstructedDataVirtualMACAddressTable.go | 4 +-
.../model/BACnetConstructedDataWeeklySchedule.go | 4 +-
.../model/BACnetConstructedDataWindowInterval.go | 4 +-
.../model/BACnetConstructedDataWindowSamples.go | 4 +-
.../model/BACnetConstructedDataWriteStatus.go | 4 +-
.../model/BACnetConstructedDataZoneFrom.go | 4 +-
.../model/BACnetConstructedDataZoneMembers.go | 4 +-
.../readwrite/model/BACnetConstructedDataZoneTo.go | 4 +-
.../bacnetip/readwrite/model/BACnetContextTag.go | 29 +-
.../readwrite/model/BACnetContextTagBitString.go | 4 +-
.../readwrite/model/BACnetContextTagBoolean.go | 4 +-
.../model/BACnetContextTagCharacterString.go | 4 +-
.../readwrite/model/BACnetContextTagDate.go | 4 +-
.../readwrite/model/BACnetContextTagDouble.go | 4 +-
.../readwrite/model/BACnetContextTagEnumerated.go | 4 +-
.../readwrite/model/BACnetContextTagNull.go | 4 +-
.../model/BACnetContextTagObjectIdentifier.go | 4 +-
.../readwrite/model/BACnetContextTagOctetString.go | 4 +-
.../readwrite/model/BACnetContextTagReal.go | 4 +-
.../model/BACnetContextTagSignedInteger.go | 4 +-
.../readwrite/model/BACnetContextTagTime.go | 4 +-
.../readwrite/model/BACnetContextTagUnknown.go | 25 +-
.../model/BACnetContextTagUnsignedInteger.go | 4 +-
.../model/BACnetCredentialAuthenticationFactor.go | 2 +-
.../readwrite/model/BACnetDailySchedule.go | 2 +-
.../bacnetip/readwrite/model/BACnetDateRange.go | 2 +-
.../readwrite/model/BACnetDateRangeEnclosed.go | 27 +-
.../bacnetip/readwrite/model/BACnetDateTime.go | 2 +-
.../readwrite/model/BACnetDateTimeEnclosed.go | 27 +-
.../readwrite/model/BACnetDaysOfWeekTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetDestination.go | 2 +-
.../model/BACnetDeviceObjectPropertyReference.go | 2 +-
.../BACnetDeviceObjectPropertyReferenceEnclosed.go | 27 +-
.../readwrite/model/BACnetDeviceObjectReference.go | 2 +-
.../model/BACnetDeviceObjectReferenceEnclosed.go | 27 +-
.../readwrite/model/BACnetDeviceStatusTagged.go | 38 +--
.../readwrite/model/BACnetDoorAlarmStateTagged.go | 38 +--
.../model/BACnetDoorSecuredStatusTagged.go | 38 +--
.../readwrite/model/BACnetDoorStatusTagged.go | 38 +--
.../readwrite/model/BACnetDoorValueTagged.go | 38 +--
.../model/BACnetEngineeringUnitsTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetError.go | 2 +-
.../readwrite/model/BACnetEscalatorFaultTagged.go | 38 +--
.../readwrite/model/BACnetEscalatorModeTagged.go | 38 +--
.../BACnetEscalatorOperationDirectionTagged.go | 38 +--
.../readwrite/model/BACnetEventLogRecord.go | 2 +-
.../model/BACnetEventLogRecordLogDatum.go | 29 +-
.../model/BACnetEventLogRecordLogDatumLogStatus.go | 4 +-
.../BACnetEventLogRecordLogDatumNotification.go | 4 +-
.../BACnetEventLogRecordLogDatumTimeChange.go | 4 +-
.../model/BACnetEventNotificationSubscription.go | 2 +-
.../readwrite/model/BACnetEventParameter.go | 2 +-
...tEventParameterAccessEventListOfAccessEvents.go | 27 +-
...ameterChangeOfBitstringListOfBitstringValues.go | 27 +-
...eterChangeOfCharacterStringListOfAlarmValues.go | 27 +-
...ParameterChangeOfLifeSavetyListOfAlarmValues.go | 27 +-
...hangeOfLifeSavetyListOfLifeSavetyAlarmValues.go | 27 +-
...ACnetEventParameterChangeOfStateListOfValues.go | 27 +-
.../BACnetEventParameterChangeOfTimerAlarmValue.go | 27 +-
...BACnetEventParameterChangeOfValueCivCriteria.go | 29 +-
...ventParameterChangeOfValueCivCriteriaBitmask.go | 4 +-
...fValueCivCriteriaReferencedPropertyIncrement.go | 4 +-
.../BACnetEventParameterExtendedParameters.go | 27 +-
.../readwrite/model/BACnetEventPriorities.go | 27 +-
.../readwrite/model/BACnetEventStateTagged.go | 38 +--
.../readwrite/model/BACnetEventSummariesList.go | 27 +-
.../bacnetip/readwrite/model/BACnetEventSummary.go | 2 +-
.../readwrite/model/BACnetEventTimestamps.go | 2 +-
.../model/BACnetEventTimestampsEnclosed.go | 27 +-
.../model/BACnetEventTransitionBitsTagged.go | 38 +--
.../readwrite/model/BACnetEventTypeTagged.go | 38 +--
.../readwrite/model/BACnetFaultParameter.go | 2 +-
...rameterFaultCharacterStringListOfFaultValues.go | 27 +-
.../BACnetFaultParameterFaultExtendedParameters.go | 27 +-
...etFaultParameterFaultExtendedParametersEntry.go | 2 +-
...ultParameterFaultLifeSafetyListOfFaultValues.go | 27 +-
...tFaultParameterFaultOutOfRangeMaxNormalValue.go | 29 +-
...ParameterFaultOutOfRangeMaxNormalValueDouble.go | 4 +-
...arameterFaultOutOfRangeMaxNormalValueInteger.go | 4 +-
...ltParameterFaultOutOfRangeMaxNormalValueReal.go | 4 +-
...rameterFaultOutOfRangeMaxNormalValueUnsigned.go | 4 +-
...tFaultParameterFaultOutOfRangeMinNormalValue.go | 29 +-
...ParameterFaultOutOfRangeMinNormalValueDouble.go | 4 +-
...arameterFaultOutOfRangeMinNormalValueInteger.go | 4 +-
...ltParameterFaultOutOfRangeMinNormalValueReal.go | 4 +-
...rameterFaultOutOfRangeMinNormalValueUnsigned.go | 4 +-
...netFaultParameterFaultStateListOfFaultValues.go | 27 +-
.../readwrite/model/BACnetFaultTypeTagged.go | 38 +--
.../model/BACnetFileAccessMethodTagged.go | 38 +--
.../readwrite/model/BACnetGroupChannelValue.go | 2 +-
.../readwrite/model/BACnetGroupChannelValueList.go | 27 +-
.../bacnetip/readwrite/model/BACnetHostAddress.go | 2 +-
.../readwrite/model/BACnetHostAddressEnclosed.go | 27 +-
.../bacnetip/readwrite/model/BACnetHostNPort.go | 2 +-
.../readwrite/model/BACnetHostNPortEnclosed.go | 27 +-
.../bacnetip/readwrite/model/BACnetIPModeTagged.go | 38 +--
.../readwrite/model/BACnetKeyIdentifier.go | 2 +-
.../readwrite/model/BACnetLandingCallStatus.go | 2 +-
.../model/BACnetLandingCallStatusCommand.go | 2 +-
.../readwrite/model/BACnetLandingDoorStatus.go | 2 +-
.../BACnetLandingDoorStatusLandingDoorsList.go | 27 +-
...BACnetLandingDoorStatusLandingDoorsListEntry.go | 2 +-
.../readwrite/model/BACnetLifeSafetyModeTagged.go | 38 +--
.../model/BACnetLifeSafetyOperationTagged.go | 38 +--
.../readwrite/model/BACnetLifeSafetyStateTagged.go | 38 +--
.../readwrite/model/BACnetLiftCarCallList.go | 2 +-
.../model/BACnetLiftCarCallListFloorList.go | 27 +-
.../model/BACnetLiftCarDirectionTagged.go | 38 +--
.../model/BACnetLiftCarDoorCommandTagged.go | 38 +--
.../model/BACnetLiftCarDriveStatusTagged.go | 38 +--
.../readwrite/model/BACnetLiftCarModeTagged.go | 38 +--
.../readwrite/model/BACnetLiftFaultTagged.go | 38 +--
.../readwrite/model/BACnetLiftGroupModeTagged.go | 38 +--
.../readwrite/model/BACnetLightingCommand.go | 2 +-
.../model/BACnetLightingCommandEnclosed.go | 27 +-
.../model/BACnetLightingInProgressTagged.go | 38 +--
.../model/BACnetLightingOperationTagged.go | 38 +--
.../model/BACnetLightingTransitionTagged.go | 38 +--
.../readwrite/model/BACnetLimitEnableTagged.go | 38 +--
.../readwrite/model/BACnetLockStatusTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetLogData.go | 29 +-
.../readwrite/model/BACnetLogDataLogData.go | 4 +-
.../readwrite/model/BACnetLogDataLogDataEntry.go | 2 +-
.../model/BACnetLogDataLogDataTimeChange.go | 4 +-
.../readwrite/model/BACnetLogDataLogStatus.go | 4 +-
.../readwrite/model/BACnetLogMultipleRecord.go | 2 +-
.../bacnetip/readwrite/model/BACnetLogRecord.go | 2 +-
.../readwrite/model/BACnetLogRecordLogDatum.go | 29 +-
.../model/BACnetLogRecordLogDatumAnyValue.go | 4 +-
.../model/BACnetLogRecordLogDatumBitStringValue.go | 4 +-
.../model/BACnetLogRecordLogDatumBooleanValue.go | 4 +-
.../BACnetLogRecordLogDatumEnumeratedValue.go | 4 +-
.../model/BACnetLogRecordLogDatumFailure.go | 4 +-
.../model/BACnetLogRecordLogDatumIntegerValue.go | 4 +-
.../model/BACnetLogRecordLogDatumLogStatus.go | 4 +-
.../model/BACnetLogRecordLogDatumNullValue.go | 4 +-
.../model/BACnetLogRecordLogDatumRealValue.go | 4 +-
.../model/BACnetLogRecordLogDatumTimeChange.go | 4 +-
.../model/BACnetLogRecordLogDatumUnsignedValue.go | 4 +-
.../readwrite/model/BACnetLogStatusTagged.go | 38 +--
.../readwrite/model/BACnetLoggingTypeTagged.go | 38 +--
.../readwrite/model/BACnetMaintenanceTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetNameValue.go | 2 +-
.../readwrite/model/BACnetNameValueCollection.go | 27 +-
.../model/BACnetNetworkNumberQualityTagged.go | 38 +--
.../model/BACnetNetworkPortCommandTagged.go | 38 +--
.../readwrite/model/BACnetNetworkSecurityPolicy.go | 2 +-
.../readwrite/model/BACnetNetworkTypeTagged.go | 38 +--
.../readwrite/model/BACnetNodeTypeTagged.go | 38 +--
.../model/BACnetNotificationParameters.go | 42 +--
.../BACnetNotificationParametersAccessEvent.go | 4 +-
.../BACnetNotificationParametersBufferReady.go | 4 +-
...ACnetNotificationParametersChangeOfBitString.go | 4 +-
...otificationParametersChangeOfCharacterString.go | 4 +-
...tNotificationParametersChangeOfDiscreteValue.go | 4 +-
...ationParametersChangeOfDiscreteValueNewValue.go | 29 +-
...rametersChangeOfDiscreteValueNewValueBoolean.go | 4 +-
...ChangeOfDiscreteValueNewValueCharacterString.go | 4 +-
...ametersChangeOfDiscreteValueNewValueDatetime.go | 4 +-
...etersChangeOfDiscreteValueNewValueEnumerated.go | 4 +-
...rametersChangeOfDiscreteValueNewValueInteger.go | 4 +-
...hangeOfDiscreteValueNewValueObjectidentifier.go | 4 +-
...metersChangeOfDiscreteValueNewValueOctetDate.go | 4 +-
...tersChangeOfDiscreteValueNewValueOctetString.go | 4 +-
...metersChangeOfDiscreteValueNewValueOctetTime.go | 4 +-
...ametersChangeOfDiscreteValueNewValueUnsigned.go | 4 +-
...CnetNotificationParametersChangeOfLifeSafety.go | 4 +-
...netNotificationParametersChangeOfReliability.go | 4 +-
.../BACnetNotificationParametersChangeOfState.go | 4 +-
...netNotificationParametersChangeOfStatusFlags.go | 4 +-
.../BACnetNotificationParametersChangeOfTimer.go | 4 +-
.../BACnetNotificationParametersChangeOfValue.go | 4 +-
...tNotificationParametersChangeOfValueNewValue.go | 29 +-
...onParametersChangeOfValueNewValueChangedBits.go | 4 +-
...nParametersChangeOfValueNewValueChangedValue.go | 4 +-
.../BACnetNotificationParametersCommandFailure.go | 4 +-
...BACnetNotificationParametersComplexEventType.go | 4 +-
...BACnetNotificationParametersDoubleOutOfRange.go | 4 +-
.../model/BACnetNotificationParametersExtended.go | 4 +-
...CnetNotificationParametersExtendedParameters.go | 27 +-
.../BACnetNotificationParametersFloatingLimit.go | 4 +-
.../BACnetNotificationParametersOutOfRange.go | 4 +-
...BACnetNotificationParametersSignedOutOfRange.go | 4 +-
...CnetNotificationParametersUnsignedOutOfRange.go | 4 +-
.../BACnetNotificationParametersUnsignedRange.go | 4 +-
.../readwrite/model/BACnetNotifyTypeTagged.go | 38 +--
.../model/BACnetObjectPropertyReference.go | 2 +-
.../model/BACnetObjectPropertyReferenceEnclosed.go | 27 +-
.../readwrite/model/BACnetObjectTypeTagged.go | 38 +--
.../model/BACnetObjectTypesSupportedTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetOpeningTag.go | 27 +-
.../readwrite/model/BACnetOptionalBinaryPV.go | 2 +-
.../model/BACnetOptionalCharacterString.go | 2 +-
.../bacnetip/readwrite/model/BACnetOptionalREAL.go | 2 +-
.../readwrite/model/BACnetOptionalUnsigned.go | 2 +-
.../readwrite/model/BACnetPolarityTagged.go | 38 +--
.../readwrite/model/BACnetPortPermission.go | 2 +-
.../bacnetip/readwrite/model/BACnetPrescale.go | 2 +-
.../readwrite/model/BACnetPriorityArray.go | 49 +---
.../readwrite/model/BACnetPriorityValue.go | 29 +-
.../model/BACnetPriorityValueBitString.go | 4 +-
.../readwrite/model/BACnetPriorityValueBoolean.go | 4 +-
.../model/BACnetPriorityValueCharacterString.go | 4 +-
.../model/BACnetPriorityValueConstructedValue.go | 4 +-
.../readwrite/model/BACnetPriorityValueDate.go | 4 +-
.../readwrite/model/BACnetPriorityValueDateTime.go | 4 +-
.../readwrite/model/BACnetPriorityValueDouble.go | 4 +-
.../model/BACnetPriorityValueEnumerated.go | 4 +-
.../readwrite/model/BACnetPriorityValueInteger.go | 4 +-
.../readwrite/model/BACnetPriorityValueNull.go | 4 +-
.../model/BACnetPriorityValueObjectidentifier.go | 4 +-
.../model/BACnetPriorityValueOctetString.go | 4 +-
.../readwrite/model/BACnetPriorityValueReal.go | 4 +-
.../readwrite/model/BACnetPriorityValueTime.go | 4 +-
.../readwrite/model/BACnetPriorityValueUnsigned.go | 4 +-
.../readwrite/model/BACnetProcessIdSelection.go | 2 +-
.../readwrite/model/BACnetProgramErrorTagged.go | 38 +--
.../readwrite/model/BACnetProgramRequestTagged.go | 38 +--
.../readwrite/model/BACnetProgramStateTagged.go | 38 +--
.../readwrite/model/BACnetPropertyAccessResult.go | 2 +-
.../BACnetPropertyAccessResultAccessResult.go | 55 +---
...yAccessResultAccessResultPropertyAccessError.go | 4 +-
...ropertyAccessResultAccessResultPropertyValue.go | 4 +-
.../model/BACnetPropertyIdentifierTagged.go | 38 +--
.../readwrite/model/BACnetPropertyReference.go | 2 +-
.../model/BACnetPropertyReferenceEnclosed.go | 27 +-
.../readwrite/model/BACnetPropertyStates.go | 2 +-
.../model/BACnetPropertyStatesEnclosed.go | 27 +-
.../readwrite/model/BACnetPropertyValue.go | 27 +-
.../readwrite/model/BACnetPropertyValues.go | 38 +--
.../model/BACnetPropertyWriteDefinition.go | 27 +-
.../readwrite/model/BACnetProtocolLevelTagged.go | 38 +--
.../readwrite/model/BACnetReadAccessProperty.go | 27 +-
.../model/BACnetReadAccessPropertyReadResult.go | 49 +---
.../readwrite/model/BACnetReadAccessResult.go | 2 +-
.../model/BACnetReadAccessResultListOfResults.go | 38 +--
.../model/BACnetReadAccessSpecification.go | 2 +-
.../bacnetip/readwrite/model/BACnetRecipient.go | 2 +-
.../readwrite/model/BACnetRecipientEnclosed.go | 27 +-
.../readwrite/model/BACnetRecipientProcess.go | 2 +-
.../model/BACnetRecipientProcessEnclosed.go | 27 +-
.../readwrite/model/BACnetRejectReasonTagged.go | 49 ++--
.../readwrite/model/BACnetRelationshipTagged.go | 38 +--
.../readwrite/model/BACnetReliabilityTagged.go | 38 +--
.../readwrite/model/BACnetRestartReasonTagged.go | 38 +--
.../readwrite/model/BACnetResultFlagsTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetRouterEntry.go | 2 +-
.../model/BACnetRouterEntryStatusTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetScale.go | 2 +-
.../readwrite/model/BACnetSecurityKeySet.go | 2 +-
.../readwrite/model/BACnetSecurityKeySetKeyIds.go | 27 +-
.../readwrite/model/BACnetSecurityLevelTagged.go | 38 +--
.../readwrite/model/BACnetSecurityPolicyTagged.go | 38 +--
.../readwrite/model/BACnetSegmentationTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetServiceAck.go | 44 +--
.../model/BACnetServiceAckAtomicReadFile.go | 2 +-
...BACnetServiceAckAtomicReadFileStreamOrRecord.go | 2 +-
.../model/BACnetServiceAckAtomicWriteFile.go | 2 +-
.../model/BACnetServiceAckAuthenticate.go | 23 +-
.../BACnetServiceAckConfirmedPrivateTransfer.go | 2 +-
.../model/BACnetServiceAckCreateObject.go | 2 +-
.../model/BACnetServiceAckGetAlarmSummary.go | 2 +-
.../model/BACnetServiceAckGetEnrollmentSummary.go | 2 +-
.../model/BACnetServiceAckGetEventInformation.go | 2 +-
.../model/BACnetServiceAckReadProperty.go | 2 +-
.../BACnetServiceAckReadPropertyConditional.go | 23 +-
.../model/BACnetServiceAckReadPropertyMultiple.go | 23 +-
.../readwrite/model/BACnetServiceAckReadRange.go | 2 +-
.../readwrite/model/BACnetServiceAckRequestKey.go | 23 +-
.../readwrite/model/BACnetServiceAckVTData.go | 2 +-
.../readwrite/model/BACnetServiceAckVTOpen.go | 2 +-
.../model/BACnetServicesSupportedTagged.go | 38 +--
.../readwrite/model/BACnetSetpointReference.go | 2 +-
.../bacnetip/readwrite/model/BACnetShedLevel.go | 2 +-
.../readwrite/model/BACnetShedStateTagged.go | 38 +--
.../readwrite/model/BACnetSilencedStateTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetSpecialEvent.go | 2 +-
.../model/BACnetSpecialEventListOfTimeValues.go | 27 +-
.../readwrite/model/BACnetSpecialEventPeriod.go | 2 +-
.../readwrite/model/BACnetStatusFlagsTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetTagHeader.go | 2 +-
.../readwrite/model/BACnetTagPayloadBitString.go | 27 +-
.../readwrite/model/BACnetTagPayloadBoolean.go | 42 +--
.../model/BACnetTagPayloadCharacterString.go | 51 ++--
.../readwrite/model/BACnetTagPayloadDate.go | 2 +-
.../readwrite/model/BACnetTagPayloadDouble.go | 2 +-
.../readwrite/model/BACnetTagPayloadEnumerated.go | 27 +-
.../model/BACnetTagPayloadObjectIdentifier.go | 2 +-
.../readwrite/model/BACnetTagPayloadOctetString.go | 27 +-
.../readwrite/model/BACnetTagPayloadReal.go | 2 +-
.../model/BACnetTagPayloadSignedInteger.go | 61 ++--
.../readwrite/model/BACnetTagPayloadTime.go | 2 +-
.../model/BACnetTagPayloadUnsignedInteger.go | 61 ++--
.../bacnetip/readwrite/model/BACnetTimeStamp.go | 2 +-
.../readwrite/model/BACnetTimeStampEnclosed.go | 27 +-
.../readwrite/model/BACnetTimeStampsEnclosed.go | 27 +-
.../bacnetip/readwrite/model/BACnetTimeValue.go | 2 +-
.../readwrite/model/BACnetTimerStateChangeValue.go | 29 +-
.../model/BACnetTimerStateChangeValueBitString.go | 4 +-
.../model/BACnetTimerStateChangeValueBoolean.go | 4 +-
.../BACnetTimerStateChangeValueCharacterString.go | 4 +-
.../BACnetTimerStateChangeValueConstructedValue.go | 4 +-
.../model/BACnetTimerStateChangeValueDate.go | 4 +-
.../model/BACnetTimerStateChangeValueDateTime.go | 4 +-
.../model/BACnetTimerStateChangeValueDouble.go | 4 +-
.../model/BACnetTimerStateChangeValueEnumerated.go | 4 +-
.../model/BACnetTimerStateChangeValueInteger.go | 4 +-
.../BACnetTimerStateChangeValueLightingCommand.go | 4 +-
.../model/BACnetTimerStateChangeValueNoValue.go | 4 +-
.../model/BACnetTimerStateChangeValueNull.go | 4 +-
.../BACnetTimerStateChangeValueObjectidentifier.go | 4 +-
.../BACnetTimerStateChangeValueOctetString.go | 4 +-
.../model/BACnetTimerStateChangeValueReal.go | 4 +-
.../model/BACnetTimerStateChangeValueTime.go | 4 +-
.../model/BACnetTimerStateChangeValueUnsigned.go | 4 +-
.../readwrite/model/BACnetTimerStateTagged.go | 38 +--
.../readwrite/model/BACnetTimerTransitionTagged.go | 38 +--
.../model/BACnetUnconfirmedServiceChoiceTagged.go | 38 +--
.../model/BACnetUnconfirmedServiceRequest.go | 29 +-
.../model/BACnetUnconfirmedServiceRequestIAm.go | 4 +-
.../model/BACnetUnconfirmedServiceRequestIHave.go | 4 +-
...UnconfirmedServiceRequestTimeSynchronization.go | 4 +-
...onfirmedServiceRequestUTCTimeSynchronization.go | 4 +-
...rmedServiceRequestUnconfirmedCOVNotification.go | 4 +-
...iceRequestUnconfirmedCOVNotificationMultiple.go | 4 +-
...edServiceRequestUnconfirmedEventNotification.go | 4 +-
...rmedServiceRequestUnconfirmedPrivateTransfer.go | 4 +-
...onfirmedServiceRequestUnconfirmedTextMessage.go | 4 +-
.../BACnetUnconfirmedServiceRequestUnknown.go | 4 +-
.../model/BACnetUnconfirmedServiceRequestWhoHas.go | 4 +-
.../BACnetUnconfirmedServiceRequestWhoHasObject.go | 2 +-
.../model/BACnetUnconfirmedServiceRequestWhoIs.go | 4 +-
.../BACnetUnconfirmedServiceRequestWriteGroup.go | 4 +-
.../bacnetip/readwrite/model/BACnetVMACEntry.go | 2 +-
.../readwrite/model/BACnetVTClassTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetVTSession.go | 2 +-
.../bacnetip/readwrite/model/BACnetValueSource.go | 2 +-
.../bacnetip/readwrite/model/BACnetVendorId.go | 112 +++++++
.../readwrite/model/BACnetVendorIdTagged.go | 38 +--
.../bacnetip/readwrite/model/BACnetWeekNDay.go | 2 +-
.../readwrite/model/BACnetWeekNDayTagged.go | 38 +--
.../model/BACnetWriteAccessSpecification.go | 2 +-
.../readwrite/model/BACnetWriteStatusTagged.go | 38 +--
plc4go/protocols/bacnetip/readwrite/model/BVLC.go | 2 +-
.../model/BVLCBroadcastDistributionTableEntry.go | 2 +-
.../model/BVLCDistributeBroadcastToNetwork.go | 23 +-
.../readwrite/model/BVLCForeignDeviceTableEntry.go | 2 +-
.../bacnetip/readwrite/model/BVLCForwardedNPDU.go | 23 +-
.../readwrite/model/BVLCOriginalBroadcastNPDU.go | 23 +-
.../readwrite/model/BVLCOriginalUnicastNPDU.go | 23 +-
.../model/BVLCReadBroadcastDistributionTableAck.go | 23 +-
.../model/BVLCReadForeignDeviceTableAck.go | 23 +-
.../readwrite/model/BVLCResultCodeTagged.go | 38 +--
.../bacnetip/readwrite/model/BVLCSecureBVLL.go | 23 +-
.../model/BVLCWriteBroadcastDistributionTable.go | 23 +-
.../model/ConfirmedEventNotificationRequest.go | 2 +-
.../bacnetip/readwrite/model/Constants.go | 5 +-
plc4go/protocols/bacnetip/readwrite/model/Error.go | 2 +-
.../bacnetip/readwrite/model/ErrorClassTagged.go | 38 +--
.../bacnetip/readwrite/model/ErrorCodeTagged.go | 38 +--
.../bacnetip/readwrite/model/ErrorEnclosed.go | 27 +-
.../readwrite/model/ListOfCovNotifications.go | 2 +-
.../readwrite/model/ListOfCovNotificationsList.go | 27 +-
.../readwrite/model/ListOfCovNotificationsValue.go | 27 +-
plc4go/protocols/bacnetip/readwrite/model/NLM.go | 29 +-
.../readwrite/model/NLMChallengeRequest.go | 4 +-
.../model/NLMDisconnectConnectionToNetwork.go | 4 +-
.../model/NLMEstablishConnectionToNetwork.go | 4 +-
.../readwrite/model/NLMIAmRouterToNetwork.go | 4 +-
.../readwrite/model/NLMICouldBeRouterToNetwork.go | 4 +-
.../readwrite/model/NLMInitializeRoutingTable.go | 4 +-
.../model/NLMInitializeRoutingTableAck.go | 4 +-
.../model/NLMInitializeRoutingTablePortMapping.go | 2 +-
.../bacnetip/readwrite/model/NLMNetworkNumberIs.go | 4 +-
.../readwrite/model/NLMRejectMessageToNetwork.go | 4 +-
.../readwrite/model/NLMRequestKeyUpdate.go | 4 +-
.../readwrite/model/NLMRequestMasterKey.go | 4 +-
.../bacnetip/readwrite/model/NLMReserved.go | 4 +-
.../readwrite/model/NLMRouterAvailableToNetwork.go | 4 +-
.../readwrite/model/NLMRouterBusyToNetwork.go | 4 +-
.../bacnetip/readwrite/model/NLMSecurityPayload.go | 4 +-
.../readwrite/model/NLMSecurityResponse.go | 4 +-
.../bacnetip/readwrite/model/NLMSetMasterKey.go | 4 +-
.../readwrite/model/NLMUpdateKeyDistributionKey.go | 4 +-
.../bacnetip/readwrite/model/NLMUpdateKeyUpdate.go | 4 +-
.../model/NLMUpdateKeyUpdateControlFlags.go | 2 +-
.../readwrite/model/NLMUpdateKeyUpdateKeyEntry.go | 2 +-
.../readwrite/model/NLMVendorProprietaryMessage.go | 4 +-
.../readwrite/model/NLMWhatIsNetworkNumber.go | 4 +-
.../readwrite/model/NLMWhoIsRouterToNetwork.go | 4 +-
plc4go/protocols/bacnetip/readwrite/model/NPDU.go | 27 +-
.../bacnetip/readwrite/model/NPDUControl.go | 2 +-
.../readwrite/model/NPDUNetworkPriorityTagged.go | 38 +--
.../readwrite/model/SecurityResponseCodeTagged.go | 38 +--
.../bacnetip/readwrite/model/StaticHelper.go | 50 ++--
...PropertyMultipleErrorFirstFailedSubscription.go | 27 +-
.../VTCloseErrorListOfVTSessionIdentifiers.go | 27 +-
plc4go/protocols/cbus/readwrite/ParserHelper.go | 2 -
plc4go/protocols/cbus/readwrite/XmlParserHelper.go | 2 -
.../cbus/readwrite/model/AccessControlData.go | 2 +-
.../cbus/readwrite/model/AirConditioningData.go | 2 +-
plc4go/protocols/cbus/readwrite/model/Alpha.go | 2 +-
.../cbus/readwrite/model/ApplicationAddress1.go | 2 +-
.../cbus/readwrite/model/ApplicationAddress2.go | 2 +-
.../cbus/readwrite/model/BridgeAddress.go | 2 +-
plc4go/protocols/cbus/readwrite/model/CALData.go | 66 +++--
.../cbus/readwrite/model/CALDataAcknowledge.go | 4 +-
.../cbus/readwrite/model/CALDataGetStatus.go | 4 +-
.../cbus/readwrite/model/CALDataIdentify.go | 4 +-
.../cbus/readwrite/model/CALDataIdentifyReply.go | 4 +-
.../cbus/readwrite/model/CALDataRecall.go | 4 +-
.../protocols/cbus/readwrite/model/CALDataReply.go | 4 +-
.../protocols/cbus/readwrite/model/CALDataReset.go | 4 +-
.../cbus/readwrite/model/CALDataStatus.go | 4 +-
.../cbus/readwrite/model/CALDataStatusExtended.go | 4 +-
.../protocols/cbus/readwrite/model/CALDataWrite.go | 4 +-
plc4go/protocols/cbus/readwrite/model/CALReply.go | 42 +--
.../protocols/cbus/readwrite/model/CALReplyLong.go | 4 +-
.../cbus/readwrite/model/CALReplyShort.go | 4 +-
.../protocols/cbus/readwrite/model/CBusCommand.go | 29 +-
.../readwrite/model/CBusCommandDeviceManagement.go | 4 +-
.../model/CBusCommandPointToMultiPoint.go | 4 +-
.../readwrite/model/CBusCommandPointToPoint.go | 4 +-
.../model/CBusCommandPointToPointToMultiPoint.go | 4 +-
.../protocols/cbus/readwrite/model/CBusHeader.go | 2 +-
.../protocols/cbus/readwrite/model/CBusMessage.go | 42 +--
.../cbus/readwrite/model/CBusMessageToClient.go | 4 +-
.../cbus/readwrite/model/CBusMessageToServer.go | 4 +-
.../protocols/cbus/readwrite/model/CBusOptions.go | 2 +-
.../model/CBusPointToMultiPointCommand.go | 29 +-
.../model/CBusPointToMultiPointCommandNormal.go | 4 +-
.../model/CBusPointToMultiPointCommandStatus.go | 4 +-
.../readwrite/model/CBusPointToPointCommand.go | 29 +-
.../model/CBusPointToPointCommandDirect.go | 4 +-
.../model/CBusPointToPointCommandIndirect.go | 4 +-
.../model/CBusPointToPointToMultiPointCommand.go | 29 +-
.../CBusPointToPointToMultiPointCommandNormal.go | 4 +-
.../CBusPointToPointToMultiPointCommandStatus.go | 4 +-
plc4go/protocols/cbus/readwrite/model/Checksum.go | 2 +-
.../readwrite/model/ClockAndTimekeepingData.go | 2 +-
.../protocols/cbus/readwrite/model/Confirmation.go | 2 +-
.../protocols/cbus/readwrite/model/Constants.go | 5 +-
.../cbus/readwrite/model/CustomManufacturer.go | 47 ++-
.../protocols/cbus/readwrite/model/CustomTypes.go | 47 ++-
.../cbus/readwrite/model/EnableControlData.go | 2 +-
.../protocols/cbus/readwrite/model/EncodedReply.go | 73 +++--
.../cbus/readwrite/model/EncodedReplyCALReply.go | 4 +-
.../cbus/readwrite/model/ErrorReportingData.go | 2 +-
.../model/ErrorReportingSystemCategory.go | 2 +-
.../model/ErrorReportingSystemCategoryType.go | 2 +-
.../cbus/readwrite/model/HVACAuxiliaryLevel.go | 2 +-
.../protocols/cbus/readwrite/model/HVACHumidity.go | 2 +-
.../readwrite/model/HVACHumidityModeAndFlags.go | 2 +-
.../readwrite/model/HVACHumidityStatusFlags.go | 2 +-
.../cbus/readwrite/model/HVACModeAndFlags.go | 2 +-
.../cbus/readwrite/model/HVACRawLevels.go | 2 +-
.../cbus/readwrite/model/HVACStartTime.go | 2 +-
.../cbus/readwrite/model/HVACStatusFlags.go | 2 +-
.../cbus/readwrite/model/HVACTemperature.go | 2 +-
.../protocols/cbus/readwrite/model/HVACZoneList.go | 2 +-
.../cbus/readwrite/model/IdentifyReplyCommand.go | 29 +-
.../IdentifyReplyCommandCurrentSenseLevels.go | 4 +-
.../model/IdentifyReplyCommandDSIStatus.go | 4 +-
.../readwrite/model/IdentifyReplyCommandDelays.go | 4 +-
...dentifyReplyCommandExtendedDiagnosticSummary.go | 4 +-
.../model/IdentifyReplyCommandFirmwareVersion.go | 4 +-
.../IdentifyReplyCommandGAVPhysicalAddresses.go | 4 +-
.../model/IdentifyReplyCommandGAVValuesCurrent.go | 4 +-
.../model/IdentifyReplyCommandGAVValuesStored.go | 4 +-
.../model/IdentifyReplyCommandLogicalAssignment.go | 4 +-
.../model/IdentifyReplyCommandManufacturer.go | 4 +-
.../model/IdentifyReplyCommandMaximumLevels.go | 4 +-
.../model/IdentifyReplyCommandMinimumLevels.go | 4 +-
.../IdentifyReplyCommandNetworkTerminalLevels.go | 4 +-
.../model/IdentifyReplyCommandNetworkVoltage.go | 4 +-
.../model/IdentifyReplyCommandOutputUnitSummary.go | 4 +-
.../readwrite/model/IdentifyReplyCommandSummary.go | 4 +-
.../model/IdentifyReplyCommandTerminalLevels.go | 4 +-
.../readwrite/model/IdentifyReplyCommandType.go | 4 +-
.../model/IdentifyReplyCommandUnitSummary.go | 2 +-
.../cbus/readwrite/model/InterfaceOptions1.go | 2 +-
.../model/InterfaceOptions1PowerUpSettings.go | 2 +-
.../cbus/readwrite/model/InterfaceOptions2.go | 2 +-
.../cbus/readwrite/model/InterfaceOptions3.go | 2 +-
.../cbus/readwrite/model/LevelInformation.go | 2 +-
.../protocols/cbus/readwrite/model/LightingData.go | 2 +-
.../cbus/readwrite/model/LightingLabelOptions.go | 2 +-
.../cbus/readwrite/model/LogicAssignment.go | 2 +-
.../cbus/readwrite/model/MeasurementData.go | 2 +-
.../readwrite/model/MediaTransportControlData.go | 2 +-
.../protocols/cbus/readwrite/model/MeteringData.go | 2 +-
.../protocols/cbus/readwrite/model/MonitoredSAL.go | 29 +-
.../model/MonitoredSALLongFormSmartMode.go | 4 +-
.../cbus/readwrite/model/MonitoredSALReply.go | 4 +-
.../model/MonitoredSALShortFormBasicMode.go | 4 +-
.../model/NetworkProtocolControlInformation.go | 2 +-
.../protocols/cbus/readwrite/model/NetworkRoute.go | 2 +-
.../protocols/cbus/readwrite/model/PanicStatus.go | 2 +-
.../cbus/readwrite/model/ParameterChange.go | 2 +-
.../cbus/readwrite/model/ParameterChangeReply.go | 4 +-
.../cbus/readwrite/model/ParameterValue.go | 29 +-
.../model/ParameterValueApplicationAddress1.go | 4 +-
.../model/ParameterValueApplicationAddress2.go | 4 +-
.../model/ParameterValueBaudRateSelector.go | 4 +-
.../model/ParameterValueCustomManufacturer.go | 4 +-
.../readwrite/model/ParameterValueCustomTypes.go | 4 +-
.../model/ParameterValueInterfaceOptions1.go | 4 +-
...rameterValueInterfaceOptions1PowerUpSettings.go | 4 +-
.../model/ParameterValueInterfaceOptions2.go | 4 +-
.../model/ParameterValueInterfaceOptions3.go | 4 +-
.../cbus/readwrite/model/ParameterValueRaw.go | 4 +-
.../readwrite/model/ParameterValueSerialNumber.go | 4 +-
plc4go/protocols/cbus/readwrite/model/PowerUp.go | 2 +-
.../protocols/cbus/readwrite/model/PowerUpReply.go | 4 +-
plc4go/protocols/cbus/readwrite/model/Reply.go | 42 +--
.../cbus/readwrite/model/ReplyEncodedReply.go | 42 ++-
.../protocols/cbus/readwrite/model/ReplyNetwork.go | 2 +-
.../cbus/readwrite/model/ReplyOrConfirmation.go | 42 +--
.../model/ReplyOrConfirmationConfirmation.go | 4 +-
.../readwrite/model/ReplyOrConfirmationReply.go | 4 +-
plc4go/protocols/cbus/readwrite/model/Request.go | 29 +-
.../cbus/readwrite/model/RequestCommand.go | 42 ++-
.../cbus/readwrite/model/RequestContext.go | 2 +-
.../readwrite/model/RequestDirectCommandAccess.go | 4 +-
.../protocols/cbus/readwrite/model/RequestEmpty.go | 4 +-
.../protocols/cbus/readwrite/model/RequestNull.go | 4 +-
.../cbus/readwrite/model/RequestObsolete.go | 4 +-
.../protocols/cbus/readwrite/model/RequestReset.go | 4 +-
.../readwrite/model/RequestSmartConnectShortcut.go | 4 +-
.../cbus/readwrite/model/RequestTermination.go | 2 +-
.../cbus/readwrite/model/ResponseTermination.go | 2 +-
plc4go/protocols/cbus/readwrite/model/SALData.go | 2 +-
.../cbus/readwrite/model/SecurityArmCode.go | 2 +-
.../protocols/cbus/readwrite/model/SecurityData.go | 2 +-
.../cbus/readwrite/model/SerialInterfaceAddress.go | 2 +-
.../protocols/cbus/readwrite/model/SerialNumber.go | 2 +-
.../cbus/readwrite/model/ServerErrorReply.go | 4 +-
.../cbus/readwrite/model/StaticHelper_test.go | 19 +-
.../protocols/cbus/readwrite/model/StatusByte.go | 2 +-
.../cbus/readwrite/model/StatusRequest.go | 2 +-
.../protocols/cbus/readwrite/model/TamperStatus.go | 2 +-
.../cbus/readwrite/model/TelephonyData.go | 2 +-
.../readwrite/model/TemperatureBroadcastData.go | 2 +-
.../cbus/readwrite/model/TriggerControlData.go | 2 +-
.../readwrite/model/TriggerControlLabelOptions.go | 2 +-
.../protocols/cbus/readwrite/model/UnitAddress.go | 2 +-
.../protocols/cbus/readwrite/model/ZoneStatus.go | 2 +-
plc4go/protocols/df1/readwrite/model/DF1Command.go | 2 +-
plc4go/protocols/df1/readwrite/model/DF1Symbol.go | 2 +-
plc4go/protocols/eip/readwrite/ParserHelper.go | 2 -
plc4go/protocols/eip/readwrite/XmlParserHelper.go | 2 -
.../protocols/eip/readwrite/model/CIPAttributes.go | 27 +-
plc4go/protocols/eip/readwrite/model/CIPData.go | 27 +-
.../eip/readwrite/model/CIPDataConnected.go | 2 +-
.../eip/readwrite/model/CipConnectedRequest.go | 4 +-
.../eip/readwrite/model/CipConnectedResponse.go | 4 +-
.../model/CipConnectionManagerCloseRequest.go | 4 +-
.../model/CipConnectionManagerCloseResponse.go | 4 +-
.../readwrite/model/CipConnectionManagerRequest.go | 4 +-
.../model/CipConnectionManagerResponse.go | 4 +-
.../eip/readwrite/model/CipReadRequest.go | 4 +-
.../eip/readwrite/model/CipReadResponse.go | 4 +-
plc4go/protocols/eip/readwrite/model/CipService.go | 29 +-
.../eip/readwrite/model/CipUnconnectedRequest.go | 4 +-
.../eip/readwrite/model/CipWriteRequest.go | 4 +-
.../eip/readwrite/model/CipWriteResponse.go | 4 +-
.../protocols/eip/readwrite/model/ClassSegment.go | 2 +-
.../eip/readwrite/model/CommandSpecificDataItem.go | 2 +-
.../protocols/eip/readwrite/model/Constants.go | 6 +-
.../eip/readwrite/model/DataSegmentType.go | 2 +-
plc4go/protocols/eip/readwrite/model/EipPacket.go | 2 +-
.../eip/readwrite/model/GetAttributeAllRequest.go | 4 +-
.../eip/readwrite/model/GetAttributeAllResponse.go | 4 +-
.../eip/readwrite/model/GetAttributeListRequest.go | 4 +-
.../readwrite/model/GetAttributeListResponse.go | 4 +-
.../readwrite/model/GetAttributeSingleRequest.go | 4 +-
.../readwrite/model/GetAttributeSingleResponse.go | 4 +-
.../eip/readwrite/model/InstanceSegment.go | 2 +-
.../eip/readwrite/model/LogicalSegmentType.go | 2 +-
.../eip/readwrite/model/MultipleServiceRequest.go | 4 +-
.../eip/readwrite/model/MultipleServiceResponse.go | 4 +-
.../readwrite/model/NetworkConnectionParameters.go | 2 +-
.../protocols/eip/readwrite/model/PathSegment.go | 2 +-
.../eip/readwrite/model/PortSegmentType.go | 2 +-
plc4go/protocols/eip/readwrite/model/Services.go | 27 +-
.../eip/readwrite/model/SetAttributeAllRequest.go | 4 +-
.../eip/readwrite/model/SetAttributeAllResponse.go | 4 +-
.../eip/readwrite/model/SetAttributeListRequest.go | 4 +-
.../readwrite/model/SetAttributeListResponse.go | 4 +-
.../readwrite/model/SetAttributeSingleRequest.go | 4 +-
.../readwrite/model/SetAttributeSingleResponse.go | 4 +-
.../protocols/eip/readwrite/model/TransportType.go | 2 +-
plc4go/protocols/eip/readwrite/model/TypeId.go | 2 +-
.../firmata/readwrite/model/FirmataCommand.go | 29 +-
.../model/FirmataCommandProtocolVersion.go | 4 +-
.../model/FirmataCommandSetDigitalPinValue.go | 4 +-
.../readwrite/model/FirmataCommandSetPinMode.go | 4 +-
.../firmata/readwrite/model/FirmataCommandSysex.go | 4 +-
.../readwrite/model/FirmataCommandSystemReset.go | 4 +-
.../firmata/readwrite/model/FirmataMessage.go | 29 +-
.../readwrite/model/FirmataMessageAnalogIO.go | 4 +-
.../readwrite/model/FirmataMessageCommand.go | 4 +-
.../readwrite/model/FirmataMessageDigitalIO.go | 4 +-
.../model/FirmataMessageSubscribeAnalogPinValue.go | 4 +-
.../FirmataMessageSubscribeDigitalPinValue.go | 4 +-
.../firmata/readwrite/model/SysexCommand.go | 2 +-
plc4go/protocols/knxnetip/readwrite/model/Apdu.go | 29 +-
.../knxnetip/readwrite/model/ApduControl.go | 2 +-
.../readwrite/model/ApduControlContainer.go | 4 +-
.../protocols/knxnetip/readwrite/model/ApduData.go | 29 +-
.../knxnetip/readwrite/model/ApduDataAdcRead.go | 4 +-
.../readwrite/model/ApduDataAdcResponse.go | 4 +-
.../knxnetip/readwrite/model/ApduDataContainer.go | 4 +-
.../model/ApduDataDeviceDescriptorRead.go | 4 +-
.../model/ApduDataDeviceDescriptorResponse.go | 4 +-
.../knxnetip/readwrite/model/ApduDataExt.go | 29 +-
.../readwrite/model/ApduDataExtAuthorizeRequest.go | 4 +-
.../model/ApduDataExtAuthorizeResponse.go | 4 +-
.../model/ApduDataExtDomainAddressRead.go | 4 +-
.../model/ApduDataExtDomainAddressResponse.go | 4 +-
.../model/ApduDataExtDomainAddressSelectiveRead.go | 4 +-
.../ApduDataExtDomainAddressSerialNumberRead.go | 4 +-
...ApduDataExtDomainAddressSerialNumberResponse.go | 4 +-
.../ApduDataExtDomainAddressSerialNumberWrite.go | 4 +-
.../model/ApduDataExtDomainAddressWrite.go | 4 +-
.../model/ApduDataExtFileStreamInfoReport.go | 4 +-
.../ApduDataExtGroupPropertyValueInfoReport.go | 4 +-
.../model/ApduDataExtGroupPropertyValueRead.go | 4 +-
.../model/ApduDataExtGroupPropertyValueResponse.go | 4 +-
.../model/ApduDataExtGroupPropertyValueWrite.go | 4 +-
...ApduDataExtIndividualAddressSerialNumberRead.go | 4 +-
...DataExtIndividualAddressSerialNumberResponse.go | 4 +-
...pduDataExtIndividualAddressSerialNumberWrite.go | 4 +-
.../readwrite/model/ApduDataExtKeyResponse.go | 4 +-
.../readwrite/model/ApduDataExtKeyWrite.go | 4 +-
.../readwrite/model/ApduDataExtLinkRead.go | 4 +-
.../readwrite/model/ApduDataExtLinkResponse.go | 4 +-
.../readwrite/model/ApduDataExtLinkWrite.go | 4 +-
.../readwrite/model/ApduDataExtMemoryBitWrite.go | 4 +-
.../model/ApduDataExtNetworkParameterRead.go | 4 +-
.../model/ApduDataExtNetworkParameterResponse.go | 4 +-
.../model/ApduDataExtNetworkParameterWrite.go | 4 +-
.../model/ApduDataExtOpenRoutingTableRequest.go | 4 +-
.../model/ApduDataExtPropertyDescriptionRead.go | 4 +-
.../ApduDataExtPropertyDescriptionResponse.go | 4 +-
.../model/ApduDataExtPropertyValueRead.go | 4 +-
.../model/ApduDataExtPropertyValueResponse.go | 4 +-
.../model/ApduDataExtPropertyValueWrite.go | 4 +-
.../model/ApduDataExtReadRouterMemoryRequest.go | 4 +-
.../model/ApduDataExtReadRouterMemoryResponse.go | 4 +-
.../model/ApduDataExtReadRouterStatusRequest.go | 4 +-
.../model/ApduDataExtReadRouterStatusResponse.go | 4 +-
.../model/ApduDataExtReadRoutingTableRequest.go | 4 +-
.../model/ApduDataExtReadRoutingTableResponse.go | 4 +-
.../model/ApduDataExtWriteRouterMemoryRequest.go | 4 +-
.../model/ApduDataExtWriteRouterStatusRequest.go | 4 +-
.../model/ApduDataExtWriteRoutingTableRequest.go | 4 +-
.../readwrite/model/ApduDataGroupValueRead.go | 4 +-
.../readwrite/model/ApduDataGroupValueResponse.go | 4 +-
.../readwrite/model/ApduDataGroupValueWrite.go | 4 +-
.../model/ApduDataIndividualAddressRead.go | 4 +-
.../model/ApduDataIndividualAddressResponse.go | 4 +-
.../model/ApduDataIndividualAddressWrite.go | 4 +-
.../knxnetip/readwrite/model/ApduDataMemoryRead.go | 4 +-
.../readwrite/model/ApduDataMemoryResponse.go | 4 +-
.../readwrite/model/ApduDataMemoryWrite.go | 4 +-
.../knxnetip/readwrite/model/ApduDataOther.go | 4 +-
.../knxnetip/readwrite/model/ApduDataRestart.go | 4 +-
.../readwrite/model/ApduDataUserMessage.go | 4 +-
plc4go/protocols/knxnetip/readwrite/model/CEMI.go | 29 +-
.../readwrite/model/CEMIAdditionalInformation.go | 2 +-
.../knxnetip/readwrite/model/ChannelInformation.go | 2 +-
.../knxnetip/readwrite/model/ComObjectTable.go | 2 +-
.../model/ConnectionRequestInformation.go | 2 +-
.../readwrite/model/ConnectionResponseDataBlock.go | 2 +-
.../knxnetip/readwrite/model/DIBDeviceInfo.go | 2 +-
.../knxnetip/readwrite/model/DIBSuppSvcFamilies.go | 2 +-
.../model/DeviceConfigurationAckDataBlock.go | 2 +-
.../readwrite/model/DeviceConfigurationRequest.go | 23 +-
.../model/DeviceConfigurationRequestDataBlock.go | 2 +-
.../readwrite/model/DeviceDescriptorType2.go | 2 +-
.../knxnetip/readwrite/model/DeviceStatus.go | 2 +-
.../model/GroupObjectDescriptorRealisationType1.go | 2 +-
.../model/GroupObjectDescriptorRealisationType2.go | 2 +-
.../model/GroupObjectDescriptorRealisationType6.go | 2 +-
.../model/GroupObjectDescriptorRealisationType7.go | 2 +-
.../model/GroupObjectDescriptorRealisationTypeB.go | 2 +-
.../readwrite/model/HPAIControlEndpoint.go | 2 +-
.../knxnetip/readwrite/model/HPAIDataEndpoint.go | 2 +-
.../readwrite/model/HPAIDiscoveryEndpoint.go | 2 +-
.../knxnetip/readwrite/model/IPAddress.go | 2 +-
.../knxnetip/readwrite/model/KnxAddress.go | 2 +-
.../knxnetip/readwrite/model/KnxGroupAddress.go | 2 +-
.../knxnetip/readwrite/model/KnxManufacturer.go | 90 +++++-
.../knxnetip/readwrite/model/KnxNetIpMessage.go | 2 +-
.../knxnetip/readwrite/model/LBusmonInd.go | 4 +-
.../protocols/knxnetip/readwrite/model/LDataCon.go | 4 +-
.../knxnetip/readwrite/model/LDataFrame.go | 2 +-
.../protocols/knxnetip/readwrite/model/LDataInd.go | 4 +-
.../protocols/knxnetip/readwrite/model/LDataReq.go | 4 +-
.../knxnetip/readwrite/model/LPollDataCon.go | 4 +-
.../knxnetip/readwrite/model/LPollDataReq.go | 4 +-
.../protocols/knxnetip/readwrite/model/LRawCon.go | 4 +-
.../protocols/knxnetip/readwrite/model/LRawInd.go | 4 +-
.../protocols/knxnetip/readwrite/model/LRawReq.go | 4 +-
.../knxnetip/readwrite/model/MACAddress.go | 2 +-
.../readwrite/model/MFuncPropCommandReq.go | 4 +-
.../knxnetip/readwrite/model/MFuncPropCon.go | 4 +-
.../readwrite/model/MFuncPropStateReadReq.go | 4 +-
.../knxnetip/readwrite/model/MPropInfoInd.go | 4 +-
.../knxnetip/readwrite/model/MPropReadCon.go | 4 +-
.../knxnetip/readwrite/model/MPropReadReq.go | 4 +-
.../knxnetip/readwrite/model/MPropWriteCon.go | 4 +-
.../knxnetip/readwrite/model/MPropWriteReq.go | 4 +-
.../knxnetip/readwrite/model/MResetInd.go | 4 +-
.../knxnetip/readwrite/model/MResetReq.go | 4 +-
.../model/ProjectInstallationIdentifier.go | 2 +-
.../knxnetip/readwrite/model/RelativeTimestamp.go | 2 +-
.../knxnetip/readwrite/model/ServiceId.go | 2 +-
.../knxnetip/readwrite/model/TDataConnectedInd.go | 4 +-
.../knxnetip/readwrite/model/TDataConnectedReq.go | 4 +-
.../knxnetip/readwrite/model/TDataIndividualInd.go | 4 +-
.../knxnetip/readwrite/model/TDataIndividualReq.go | 4 +-
.../knxnetip/readwrite/model/TunnelingRequest.go | 23 +-
.../readwrite/model/TunnelingRequestDataBlock.go | 2 +-
.../readwrite/model/TunnelingResponseDataBlock.go | 2 +-
.../knxnetip/readwrite/model/UnknownMessage.go | 23 +-
plc4go/protocols/modbus/readwrite/ParserHelper.go | 2 -
.../protocols/modbus/readwrite/XmlParserHelper.go | 2 -
.../protocols/modbus/readwrite/model/Constants.go | 5 +-
.../protocols/modbus/readwrite/model/ModbusADU.go | 29 +-
.../modbus/readwrite/model/ModbusAsciiADU.go | 4 +-
.../model/ModbusDeviceInformationObject.go | 2 +-
.../protocols/modbus/readwrite/model/ModbusPDU.go | 2 +-
.../model/ModbusPDUReadFileRecordRequestItem.go | 2 +-
.../model/ModbusPDUReadFileRecordResponseItem.go | 2 +-
.../model/ModbusPDUWriteFileRecordRequestItem.go | 2 +-
.../model/ModbusPDUWriteFileRecordResponseItem.go | 2 +-
.../modbus/readwrite/model/ModbusRtuADU.go | 4 +-
.../modbus/readwrite/model/ModbusTcpADU.go | 4 +-
.../model/ApplicationInstanceCertificate.go | 2 +-
.../opcua/readwrite/model/AudioDataType.go | 2 +-
.../model/BinaryExtensionObjectWithMask.go | 4 +-
.../opcua/readwrite/model/BinaryPayload.go | 4 +-
.../opcua/readwrite/model/BitFieldMaskDataType.go | 2 +-
.../opcua/readwrite/model/ByteStringArray.go | 2 +-
.../opcua/readwrite/model/ByteStringNodeId.go | 2 +-
.../opcua/readwrite/model/ContinuationPoint.go | 2 +-
plc4go/protocols/opcua/readwrite/model/Counter.go | 2 +-
.../protocols/opcua/readwrite/model/DataValue.go | 2 +-
.../protocols/opcua/readwrite/model/DateString.go | 2 +-
.../opcua/readwrite/model/DecimalString.go | 2 +-
.../opcua/readwrite/model/DiagnosticInfo.go | 2 +-
.../opcua/readwrite/model/DurationString.go | 2 +-
.../opcua/readwrite/model/EccEncryptedSecret.go | 2 +-
.../opcua/readwrite/model/EncodedTicket.go | 2 +-
.../opcua/readwrite/model/ExpandedNodeId.go | 2 +-
.../opcua/readwrite/model/ExtensiblePayload.go | 4 +-
.../opcua/readwrite/model/ExtensionObject.go | 2 +-
.../readwrite/model/ExtensionObjectDefinition.go | 2 +-
.../readwrite/model/ExtensionObjectEncodingMask.go | 2 +-
.../readwrite/model/ExtensionObjectWithMask.go | 25 +-
.../opcua/readwrite/model/FourByteNodeId.go | 2 +-
.../protocols/opcua/readwrite/model/GuidNodeId.go | 2 +-
.../protocols/opcua/readwrite/model/GuidValue.go | 2 +-
plc4go/protocols/opcua/readwrite/model/Handle.go | 2 +-
plc4go/protocols/opcua/readwrite/model/ImageBMP.go | 2 +-
plc4go/protocols/opcua/readwrite/model/ImageGIF.go | 2 +-
plc4go/protocols/opcua/readwrite/model/ImageJPG.go | 2 +-
plc4go/protocols/opcua/readwrite/model/ImagePNG.go | 2 +-
plc4go/protocols/opcua/readwrite/model/Index.go | 2 +-
.../protocols/opcua/readwrite/model/IntegerId.go | 2 +-
plc4go/protocols/opcua/readwrite/model/LocaleId.go | 2 +-
.../opcua/readwrite/model/LocalizedText.go | 2 +-
.../protocols/opcua/readwrite/model/MessagePDU.go | 29 +-
plc4go/protocols/opcua/readwrite/model/NodeId.go | 2 +-
.../opcua/readwrite/model/NodeIdTypeDefinition.go | 2 +-
.../opcua/readwrite/model/NormalizedString.go | 2 +-
.../readwrite/model/NullExtensionObjectWithMask.go | 4 +-
.../opcua/readwrite/model/NumericNodeId.go | 2 +-
.../opcua/readwrite/model/NumericRange.go | 2 +-
plc4go/protocols/opcua/readwrite/model/OpcuaAPU.go | 38 +--
.../readwrite/model/OpcuaAcknowledgeResponse.go | 4 +-
.../opcua/readwrite/model/OpcuaCloseRequest.go | 4 +-
.../opcua/readwrite/model/OpcuaConstants.go | 2 +-
.../opcua/readwrite/model/OpcuaHelloRequest.go | 4 +-
.../opcua/readwrite/model/OpcuaMessageError.go | 4 +-
.../opcua/readwrite/model/OpcuaMessageRequest.go | 25 +-
.../opcua/readwrite/model/OpcuaMessageResponse.go | 25 +-
.../opcua/readwrite/model/OpcuaOpenRequest.go | 25 +-
.../opcua/readwrite/model/OpcuaOpenResponse.go | 25 +-
.../opcua/readwrite/model/OpcuaProtocolLimits.go | 2 +-
.../opcua/readwrite/model/OpenChannelMessage.go | 2 +-
.../opcua/readwrite/model/PascalByteString.go | 2 +-
.../opcua/readwrite/model/PascalString.go | 2 +-
plc4go/protocols/opcua/readwrite/model/Payload.go | 29 +-
.../opcua/readwrite/model/QualifiedName.go | 2 +-
.../opcua/readwrite/model/RootExtensionObject.go | 23 +-
.../opcua/readwrite/model/RsaEncryptedSecret.go | 2 +-
.../opcua/readwrite/model/SecurityHeader.go | 2 +-
.../opcua/readwrite/model/SemanticVersionString.go | 2 +-
.../opcua/readwrite/model/SequenceHeader.go | 2 +-
.../readwrite/model/SessionAuthenticationToken.go | 2 +-
.../protocols/opcua/readwrite/model/StatusCode.go | 2 +-
.../opcua/readwrite/model/StringNodeId.go | 2 +-
.../protocols/opcua/readwrite/model/Structure.go | 2 +-
.../protocols/opcua/readwrite/model/TimeString.go | 2 +-
.../opcua/readwrite/model/TrimmedString.go | 2 +-
.../opcua/readwrite/model/TwoByteNodeId.go | 2 +-
.../protocols/opcua/readwrite/model/UriString.go | 2 +-
plc4go/protocols/opcua/readwrite/model/UtcTime.go | 2 +-
plc4go/protocols/opcua/readwrite/model/Variant.go | 2 +-
.../protocols/opcua/readwrite/model/VersionTime.go | 2 +-
.../protocols/opcua/readwrite/model/XmlElement.go | 2 +-
.../s7/readwrite/model/Alarm8MessageQueryType.go | 2 +-
.../model/AlarmMessageAckObjectPushType.go | 2 +-
.../s7/readwrite/model/AlarmMessageAckPushType.go | 2 +-
.../readwrite/model/AlarmMessageAckResponseType.go | 2 +-
.../s7/readwrite/model/AlarmMessageAckType.go | 2 +-
.../readwrite/model/AlarmMessageObjectAckType.go | 2 +-
.../readwrite/model/AlarmMessageObjectPushType.go | 2 +-
.../readwrite/model/AlarmMessageObjectQueryType.go | 2 +-
.../s7/readwrite/model/AlarmMessagePushType.go | 2 +-
.../s7/readwrite/model/AlarmMessageQueryType.go | 2 +-
.../s7/readwrite/model/AssociatedQueryValueType.go | 2 +-
.../s7/readwrite/model/AssociatedValueType.go | 2 +-
plc4go/protocols/s7/readwrite/model/COTPPacket.go | 29 +-
.../readwrite/model/COTPPacketConnectionRequest.go | 4 +-
.../model/COTPPacketConnectionResponse.go | 4 +-
.../protocols/s7/readwrite/model/COTPPacketData.go | 4 +-
.../readwrite/model/COTPPacketDisconnectRequest.go | 4 +-
.../model/COTPPacketDisconnectResponse.go | 4 +-
.../s7/readwrite/model/COTPPacketTpduError.go | 4 +-
.../protocols/s7/readwrite/model/COTPParameter.go | 29 +-
.../s7/readwrite/model/COTPParameterCalledTsap.go | 4 +-
.../s7/readwrite/model/COTPParameterCallingTsap.go | 4 +-
.../s7/readwrite/model/COTPParameterChecksum.go | 4 +-
...COTPParameterDisconnectAdditionalInformation.go | 4 +-
.../s7/readwrite/model/COTPParameterTpduSize.go | 4 +-
.../s7/readwrite/model/CycServiceItemType.go | 2 +-
plc4go/protocols/s7/readwrite/model/DateAndTime.go | 2 +-
plc4go/protocols/s7/readwrite/model/S7Address.go | 2 +-
.../s7/readwrite/model/S7DataAlarmMessage.go | 2 +-
plc4go/protocols/s7/readwrite/model/S7Message.go | 2 +-
plc4go/protocols/s7/readwrite/model/S7Parameter.go | 2 +-
.../s7/readwrite/model/S7ParameterUserDataItem.go | 2 +-
plc4go/protocols/s7/readwrite/model/S7Payload.go | 29 +-
.../s7/readwrite/model/S7PayloadReadVarResponse.go | 4 +-
.../s7/readwrite/model/S7PayloadUserData.go | 4 +-
.../s7/readwrite/model/S7PayloadUserDataItem.go | 2 +-
.../s7/readwrite/model/S7PayloadWriteVarRequest.go | 4 +-
.../readwrite/model/S7PayloadWriteVarResponse.go | 4 +-
.../s7/readwrite/model/S7VarPayloadDataItem.go | 2 +-
.../s7/readwrite/model/S7VarPayloadStatusItem.go | 2 +-
.../readwrite/model/S7VarRequestParameterItem.go | 2 +-
plc4go/protocols/s7/readwrite/model/State.go | 2 +-
plc4go/protocols/s7/readwrite/model/SubItem.go | 2 +-
.../s7/readwrite/model/SzlDataTreeItem.go | 2 +-
plc4go/protocols/s7/readwrite/model/SzlId.go | 2 +-
plc4go/protocols/s7/readwrite/model/TPKTPacket.go | 2 +-
.../protocols/simulated/readwrite/model/Dummy.go | 2 +-
1718 files changed, 3960 insertions(+), 10479 deletions(-)
copy
code-generation/language/{java/src/main/resources/templates/java/constants-template.java.ftlh
=> go/src/main/resources/templates/go/constants-template.go.ftlh} (68%)
copy protocols/opcua/src/main/generated/protocols/opcua/opc-types.mspec =>
plc4go/protocols/ads/discovery/readwrite/model/Constants.go (89%)
copy protocols/opcua/src/main/generated/protocols/opcua/opc-types.mspec =>
plc4go/protocols/ads/readwrite/model/Constants.go (90%)
copy protocols/opcua/src/main/generated/protocols/opcua/opc-types.mspec =>
plc4go/protocols/bacnetip/readwrite/model/Constants.go (90%)
copy protocols/opcua/src/main/generated/protocols/opcua/opc-types.mspec =>
plc4go/protocols/cbus/readwrite/model/Constants.go (90%)
copy protocols/opcua/src/main/generated/protocols/opcua/opc-types.mspec =>
plc4go/protocols/eip/readwrite/model/Constants.go (85%)
copy protocols/opcua/src/main/generated/protocols/opcua/opc-types.mspec =>
plc4go/protocols/modbus/readwrite/model/Constants.go (90%)