You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/08/14 18:31:17 UTC

[plc4x] 01/03: Merge remote-tracking branch 'origin/develop' into feature/ads-symbol-discovery

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/ads-symbol-discovery
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit c57cc055857380c6cde360f5be829ace2e8a7a2a
Merge: c245b8c5c 4c916f58e
Author: Christofer Dutz <ch...@rivian.com>
AuthorDate: Thu Aug 11 15:29:42 2022 +0200

    Merge remote-tracking branch 'origin/develop' into feature/ads-symbol-discovery

 .../templates/go/complex-type-template.go.ftlh     |   2 +-
 .../templates/go/data-io-template.go.ftlh          |   2 +-
 .../resources/templates/go/enum-template.go.ftlh   |   2 +-
 .../templates/go/parser-factory-template.go.ftlh   |   2 +-
 .../go/xml-parser-factory-template.go.ftlh         |   2 +-
 .../language-go/src/test/resources/plc4go/pom.xml  |   4 +-
 .../protocols/test/readwrite/model/StaticHelper.go |   2 +-
 .../discovery/hello_world_plc4go_knx_discovery.go  |   2 +-
 plc4go/internal/ads/Connection.go                  |  10 +-
 plc4go/internal/ads/Driver.go                      |   4 +-
 plc4go/internal/ads/Field.go                       |   2 +-
 plc4go/internal/ads/FieldHandler.go                |   2 +-
 plc4go/internal/ads/MessageCodec.go                |   8 +-
 plc4go/internal/ads/Reader.go                      |   6 +-
 plc4go/internal/ads/ValueHandler.go                |   2 +-
 plc4go/internal/ads/Writer.go                      |   6 +-
 plc4go/internal/bacnetip/Connection.go             |   6 +-
 plc4go/internal/bacnetip/Discoverer.go             |   8 +-
 plc4go/internal/bacnetip/Driver.go                 |  10 +-
 plc4go/internal/bacnetip/Field.go                  |   2 +-
 plc4go/internal/bacnetip/FieldHandler.go           |   2 +-
 plc4go/internal/bacnetip/MessageCodec.go           |   8 +-
 plc4go/internal/bacnetip/Reader.go                 |   6 +-
 plc4go/internal/bacnetip/Subscriber.go             |   4 +-
 plc4go/internal/bacnetip/ValueHandler.go           |   2 +-
 plc4go/internal/cbus/Browser.go                    |  26 +-
 plc4go/internal/cbus/Connection.go                 |   8 +-
 plc4go/internal/cbus/Driver.go                     |   6 +-
 plc4go/internal/cbus/Field.go                      |  98 ++-
 plc4go/internal/cbus/FieldHandler.go               |   2 +-
 plc4go/internal/cbus/MessageCodec.go               |  48 +-
 plc4go/internal/cbus/Reader.go                     |  51 +-
 plc4go/internal/cbus/Subscriber.go                 |   4 +-
 plc4go/internal/cbus/SubscriptionEvent.go          |   2 +-
 plc4go/internal/cbus/ValueHandler.go               |   2 +-
 plc4go/internal/cbus/Writer.go                     |   4 +-
 plc4go/internal/eip/Connection.go                  |   8 +-
 plc4go/internal/eip/Driver.go                      |   6 +-
 plc4go/internal/eip/Field.go                       |   2 +-
 plc4go/internal/eip/FieldHandler.go                |   2 +-
 plc4go/internal/eip/MessageCodec.go                |   8 +-
 plc4go/internal/eip/Reader.go                      |   8 +-
 plc4go/internal/eip/ValueHandler.go                |   2 +-
 plc4go/internal/eip/Writer.go                      |   6 +-
 plc4go/internal/knxnetip/Browser.go                |   6 +-
 plc4go/internal/knxnetip/Connection.go             |  12 +-
 .../knxnetip/ConnectionDriverSpecificOperations.go |   4 +-
 plc4go/internal/knxnetip/ConnectionHelper.go       |   4 +-
 .../knxnetip/ConnectionInternalOperations.go       |   6 +-
 plc4go/internal/knxnetip/Discoverer.go             |  10 +-
 plc4go/internal/knxnetip/Driver.go                 |   6 +-
 plc4go/internal/knxnetip/FieldHandler.go           |   2 +-
 plc4go/internal/knxnetip/MessageCodec.go           |   8 +-
 plc4go/internal/knxnetip/Reader.go                 |   6 +-
 plc4go/internal/knxnetip/Subscriber.go             |   6 +-
 plc4go/internal/knxnetip/SubscriptionEvent.go      |   4 +-
 plc4go/internal/knxnetip/Utils.go                  |   2 +-
 plc4go/internal/knxnetip/ValueDecoder.go           |   2 +-
 plc4go/internal/knxnetip/Writer.go                 |   6 +-
 plc4go/internal/modbus/Connection.go               |   8 +-
 plc4go/internal/modbus/Field.go                    |   2 +-
 plc4go/internal/modbus/FieldHandler.go             |   2 +-
 plc4go/internal/modbus/MessageCodec.go             |   8 +-
 plc4go/internal/modbus/ModbusAsciiDriver.go        |   4 +-
 plc4go/internal/modbus/ModbusRtuDriver.go          |   4 +-
 plc4go/internal/modbus/ModbusTcpDriver.go          |   4 +-
 plc4go/internal/modbus/Reader.go                   |   6 +-
 plc4go/internal/modbus/ValueHandler.go             |   2 +-
 plc4go/internal/modbus/Writer.go                   |   6 +-
 plc4go/internal/s7/Connection.go                   |   8 +-
 plc4go/internal/s7/Driver.go                       |   6 +-
 plc4go/internal/s7/Field.go                        |   2 +-
 plc4go/internal/s7/FieldHandler.go                 |   2 +-
 plc4go/internal/s7/MessageCodec.go                 |   8 +-
 plc4go/internal/s7/Reader.go                       |   8 +-
 plc4go/internal/s7/ValueHandler.go                 |   2 +-
 plc4go/internal/s7/Writer.go                       |   6 +-
 plc4go/internal/s7/s7Io_test.go                    |   2 +-
 plc4go/internal/simulated/Connection.go            |   8 +-
 plc4go/internal/simulated/Connection_test.go       |   6 +-
 plc4go/internal/simulated/Device.go                |   2 +-
 plc4go/internal/simulated/Device_test.go           |   2 +-
 plc4go/internal/simulated/Driver.go                |   4 +-
 plc4go/internal/simulated/Driver_test.go           |   4 +-
 plc4go/internal/simulated/FieldHandler.go          |   2 +-
 plc4go/internal/simulated/Reader.go                |   4 +-
 plc4go/internal/simulated/Reader_test.go           |   4 +-
 plc4go/internal/simulated/Writer.go                |   4 +-
 plc4go/internal/simulated/Writer_test.go           |   4 +-
 plc4go/internal/spi/Message.go                     |  28 -
 plc4go/internal/spi/PlcDiscoverer.go               |  29 -
 plc4go/internal/spi/Tracer.go                      | 129 ----
 plc4go/internal/spi/TransportAware.go              |  31 -
 plc4go/internal/spi/TransportInstanceExposer.go    |  26 -
 plc4go/internal/spi/default/DefaultCodec.go        | 318 ---------
 plc4go/internal/spi/default/DefaultConnection.go   | 351 ----------
 plc4go/internal/spi/default/DefaultDriver.go       |  96 ---
 .../interceptors/SingleItemRequestInterceptor.go   | 227 -------
 plc4go/internal/spi/model/DefaultPlcBrowseEvent.go |  45 --
 .../spi/model/DefaultPlcBrowseQueryResult.go       | 129 ----
 .../internal/spi/model/DefaultPlcBrowseRequest.go  | 130 ----
 plc4go/internal/spi/model/DefaultPlcReadRequest.go | 182 ------
 .../internal/spi/model/DefaultPlcReadResponse.go   | 123 ----
 .../spi/model/DefaultPlcSubscriptionEvent.go       | 112 ----
 .../spi/model/DefaultPlcSubscriptionRequest.go     | 193 ------
 .../spi/model/DefaultPlcSubscriptionResponse.go    |  99 ---
 .../internal/spi/model/DefaultPlcWriteRequest.go   | 240 -------
 .../internal/spi/model/DefaultPlcWriteResponse.go  |  90 ---
 plc4go/internal/spi/testutils/DriverTestRunner.go  | 715 ---------------------
 plc4go/internal/spi/testutils/ManualTestRunner.go  | 193 ------
 .../spi/testutils/ParserSerializerTestRunner.go    | 259 --------
 plc4go/internal/spi/transports/pcap/Transport.go   | 188 ------
 plc4go/internal/spi/transports/serial/Transport.go | 145 -----
 plc4go/internal/spi/transports/tcp/Transport.go    | 155 -----
 plc4go/internal/spi/transports/test/Transport.go   | 137 ----
 plc4go/internal/spi/transports/udp/Transport.go    | 258 --------
 plc4go/internal/spi/values/BINT.go                 | 147 -----
 plc4go/internal/spi/values/BOOL.go                 |  79 ---
 plc4go/internal/spi/values/BREAL.go                | 178 -----
 plc4go/internal/spi/values/BYTE.go                 | 103 ---
 plc4go/internal/spi/values/CHAR.go                 |  52 --
 plc4go/internal/spi/values/DATE.go                 |  71 --
 plc4go/internal/spi/values/DATE_AND_TIME.go        |  58 --
 plc4go/internal/spi/values/DINT.go                 | 142 ----
 plc4go/internal/spi/values/DWORD.go                | 102 ---
 plc4go/internal/spi/values/INT.go                  | 135 ----
 plc4go/internal/spi/values/LINT.go                 | 149 -----
 plc4go/internal/spi/values/LREAL.go                | 165 -----
 plc4go/internal/spi/values/LTIME.go                |  63 --
 plc4go/internal/spi/values/LWORD.go                | 118 ----
 plc4go/internal/spi/values/PlcBitString.go         |  81 ---
 plc4go/internal/spi/values/PlcByteArray.go         |  75 ---
 plc4go/internal/spi/values/PlcList.go              |  87 ---
 plc4go/internal/spi/values/PlcStruct.go            | 106 ---
 plc4go/internal/spi/values/REAL.go                 | 159 -----
 plc4go/internal/spi/values/RawPlcValue.go          |  83 ---
 plc4go/internal/spi/values/SINT.go                 | 127 ----
 plc4go/internal/spi/values/STRING.go               |  53 --
 plc4go/internal/spi/values/TIME.go                 |  63 --
 plc4go/internal/spi/values/TIME_OF_DAY.go          |  74 ---
 plc4go/internal/spi/values/UDINT.go                | 135 ----
 plc4go/internal/spi/values/UINT.go                 | 121 ----
 plc4go/internal/spi/values/ULINT.go                | 149 -----
 plc4go/internal/spi/values/USINT.go                | 107 ---
 plc4go/internal/spi/values/WCHAR.go                |  54 --
 plc4go/internal/spi/values/WORD.go                 |  94 ---
 plc4go/internal/spi/values/WSTRING.go              |  54 --
 plc4go/pkg/api/cache/plc_connection_cache.go       |   4 +-
 plc4go/pkg/api/cache/plc_connection_cache_test.go  |   4 +-
 plc4go/pkg/api/driver.go                           |   4 +-
 plc4go/pkg/api/driverManager.go                    |   4 +-
 plc4go/pkg/api/model/plc_browse.go                 |   1 +
 plc4go/pkg/api/model/plc_response_code.go          |   4 +
 plc4go/pkg/api/transports/transports.go            |   8 +-
 plc4go/pom.xml                                     |   2 +-
 plc4go/protocols/abeth/readwrite/ParserHelper.go   |   2 +-
 .../protocols/abeth/readwrite/XmlParserHelper.go   |   2 +-
 .../model/CIPEncapsulationConnectionRequest.go     |   2 +-
 .../model/CIPEncapsulationConnectionResponse.go    |   2 +-
 .../readwrite/model/CIPEncapsulationPacket.go      |   2 +-
 .../readwrite/model/CIPEncapsulationReadRequest.go |   2 +-
 .../model/CIPEncapsulationReadResponse.go          |   2 +-
 .../readwrite/model/DF1CommandRequestMessage.go    |   2 +-
 ...mandResponseMessageProtectedTypedLogicalRead.go |   2 +-
 .../abeth/readwrite/model/DF1RequestCommand.go     |   2 +-
 .../abeth/readwrite/model/DF1RequestMessage.go     |   2 +-
 .../model/DF1RequestProtectedTypedLogicalRead.go   |   2 +-
 .../abeth/readwrite/model/DF1ResponseMessage.go    |   2 +-
 plc4go/protocols/ads/readwrite/ParserHelper.go     |   2 +-
 plc4go/protocols/ads/readwrite/XmlParserHelper.go  |   2 +-
 .../model/AdsAddDeviceNotificationRequest.go       |   2 +-
 .../model/AdsAddDeviceNotificationResponse.go      |   2 +-
 .../protocols/ads/readwrite/model/AdsConstants.go  |   2 +-
 plc4go/protocols/ads/readwrite/model/AdsData.go    |   2 +-
 .../protocols/ads/readwrite/model/AdsDataType.go   |   2 +-
 .../model/AdsDeleteDeviceNotificationRequest.go    |   2 +-
 .../model/AdsDeleteDeviceNotificationResponse.go   |   2 +-
 .../model/AdsDeviceNotificationRequest.go          |   2 +-
 .../model/AdsDeviceNotificationResponse.go         |   2 +-
 .../ads/readwrite/model/AdsInvalidRequest.go       |   2 +-
 .../ads/readwrite/model/AdsInvalidResponse.go      |   2 +-
 .../ads/readwrite/model/AdsMultiRequestItem.go     |   2 +-
 .../ads/readwrite/model/AdsMultiRequestItemRead.go |   2 +-
 .../model/AdsMultiRequestItemReadWrite.go          |   2 +-
 .../readwrite/model/AdsMultiRequestItemWrite.go    |   2 +-
 .../ads/readwrite/model/AdsNotificationSample.go   |   2 +-
 .../readwrite/model/AdsReadDeviceInfoRequest.go    |   2 +-
 .../readwrite/model/AdsReadDeviceInfoResponse.go   |   2 +-
 .../ads/readwrite/model/AdsReadRequest.go          |   2 +-
 .../ads/readwrite/model/AdsReadResponse.go         |   2 +-
 .../ads/readwrite/model/AdsReadStateRequest.go     |   2 +-
 .../ads/readwrite/model/AdsReadStateResponse.go    |   2 +-
 .../ads/readwrite/model/AdsReadWriteRequest.go     |   2 +-
 .../ads/readwrite/model/AdsReadWriteResponse.go    |   2 +-
 .../ads/readwrite/model/AdsStampHeader.go          |   2 +-
 .../ads/readwrite/model/AdsWriteControlRequest.go  |   2 +-
 .../ads/readwrite/model/AdsWriteControlResponse.go |   2 +-
 .../ads/readwrite/model/AdsWriteRequest.go         |   2 +-
 .../ads/readwrite/model/AdsWriteResponse.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 +-
 plc4go/protocols/ads/readwrite/model/CommandId.go  |   2 +-
 plc4go/protocols/ads/readwrite/model/DataItem.go   |   4 +-
 .../ads/readwrite/model/ReservedIndexGroups.go     |   2 +-
 plc4go/protocols/ads/readwrite/model/ReturnCode.go |   2 +-
 plc4go/protocols/ads/readwrite/model/State.go      |   2 +-
 .../protocols/ads/readwrite/model/StaticHelper.go  |   2 +-
 .../protocols/bacnetip/readwrite/ParserHelper.go   |   2 +-
 .../bacnetip/readwrite/XmlParserHelper.go          |   2 +-
 plc4go/protocols/bacnetip/readwrite/model/APDU.go  |   2 +-
 .../bacnetip/readwrite/model/APDUAbort.go          |   2 +-
 .../bacnetip/readwrite/model/APDUComplexAck.go     |   2 +-
 .../readwrite/model/APDUConfirmedRequest.go        |   2 +-
 .../bacnetip/readwrite/model/APDUError.go          |   2 +-
 .../bacnetip/readwrite/model/APDUReject.go         |   2 +-
 .../bacnetip/readwrite/model/APDUSegmentAck.go     |   2 +-
 .../bacnetip/readwrite/model/APDUSimpleAck.go      |   2 +-
 .../readwrite/model/APDUUnconfirmedRequest.go      |   2 +-
 .../bacnetip/readwrite/model/APDUUnknown.go        |   2 +-
 .../protocols/bacnetip/readwrite/model/ApduType.go |   2 +-
 .../bacnetip/readwrite/model/BACnetAbortReason.go  |   2 +-
 .../readwrite/model/BACnetAbortReasonTagged.go     |   2 +-
 .../BACnetAccessAuthenticationFactorDisable.go     |   2 +-
 ...ACnetAccessAuthenticationFactorDisableTagged.go |   2 +-
 .../model/BACnetAccessCredentialDisable.go         |   2 +-
 .../model/BACnetAccessCredentialDisableReason.go   |   2 +-
 .../BACnetAccessCredentialDisableReasonTagged.go   |   2 +-
 .../model/BACnetAccessCredentialDisableTagged.go   |   2 +-
 .../bacnetip/readwrite/model/BACnetAccessEvent.go  |   2 +-
 .../readwrite/model/BACnetAccessEventTagged.go     |   2 +-
 .../readwrite/model/BACnetAccessPassbackMode.go    |   2 +-
 .../model/BACnetAccessPassbackModeTagged.go        |   2 +-
 .../bacnetip/readwrite/model/BACnetAccessRule.go   |   2 +-
 .../model/BACnetAccessRuleLocationSpecifier.go     |   2 +-
 .../BACnetAccessRuleLocationSpecifierTagged.go     |   2 +-
 .../model/BACnetAccessRuleTimeRangeSpecifier.go    |   2 +-
 .../BACnetAccessRuleTimeRangeSpecifierTagged.go    |   2 +-
 .../readwrite/model/BACnetAccessThreatLevel.go     |   2 +-
 .../readwrite/model/BACnetAccessUserType.go        |   2 +-
 .../readwrite/model/BACnetAccessUserTypeTagged.go  |   2 +-
 .../model/BACnetAccessZoneOccupancyState.go        |   2 +-
 .../model/BACnetAccessZoneOccupancyStateTagged.go  |   2 +-
 .../readwrite/model/BACnetAccumulatorRecord.go     |   2 +-
 .../BACnetAccumulatorRecordAccumulatorStatus.go    |   2 +-
 ...CnetAccumulatorRecordAccumulatorStatusTagged.go |   2 +-
 .../bacnetip/readwrite/model/BACnetAction.go       |   2 +-
 .../readwrite/model/BACnetActionCommand.go         |   2 +-
 .../bacnetip/readwrite/model/BACnetActionList.go   |   2 +-
 .../bacnetip/readwrite/model/BACnetActionTagged.go |   2 +-
 .../bacnetip/readwrite/model/BACnetAddress.go      |   2 +-
 .../readwrite/model/BACnetAddressBinding.go        |   2 +-
 .../readwrite/model/BACnetAddressEnclosed.go       |   2 +-
 .../readwrite/model/BACnetApplicationTag.go        |   2 +-
 .../model/BACnetApplicationTagBitString.go         |   2 +-
 .../readwrite/model/BACnetApplicationTagBoolean.go |   2 +-
 .../model/BACnetApplicationTagCharacterString.go   |   2 +-
 .../readwrite/model/BACnetApplicationTagDate.go    |   2 +-
 .../readwrite/model/BACnetApplicationTagDouble.go  |   2 +-
 .../model/BACnetApplicationTagEnumerated.go        |   2 +-
 .../readwrite/model/BACnetApplicationTagNull.go    |   2 +-
 .../model/BACnetApplicationTagObjectIdentifier.go  |   2 +-
 .../model/BACnetApplicationTagOctetString.go       |   2 +-
 .../readwrite/model/BACnetApplicationTagReal.go    |   2 +-
 .../model/BACnetApplicationTagSignedInteger.go     |   2 +-
 .../readwrite/model/BACnetApplicationTagTime.go    |   2 +-
 .../model/BACnetApplicationTagUnsignedInteger.go   |   2 +-
 .../readwrite/model/BACnetAssignedAccessRights.go  |   2 +-
 .../readwrite/model/BACnetAssignedLandingCalls.go  |   2 +-
 .../BACnetAssignedLandingCallsLandingCallsList.go  |   2 +-
 ...netAssignedLandingCallsLandingCallsListEntry.go |   2 +-
 .../readwrite/model/BACnetAuthenticationFactor.go  |   2 +-
 .../model/BACnetAuthenticationFactorEnclosed.go    |   2 +-
 .../model/BACnetAuthenticationFactorFormat.go      |   2 +-
 .../model/BACnetAuthenticationFactorType.go        |   2 +-
 .../model/BACnetAuthenticationFactorTypeTagged.go  |   2 +-
 .../readwrite/model/BACnetAuthenticationPolicy.go  |   2 +-
 .../model/BACnetAuthenticationPolicyList.go        |   2 +-
 .../model/BACnetAuthenticationPolicyListEntry.go   |   2 +-
 .../readwrite/model/BACnetAuthenticationStatus.go  |   2 +-
 .../model/BACnetAuthenticationStatusTagged.go      |   2 +-
 .../model/BACnetAuthorizationExemption.go          |   2 +-
 .../model/BACnetAuthorizationExemptionTagged.go    |   2 +-
 .../readwrite/model/BACnetAuthorizationMode.go     |   2 +-
 .../model/BACnetAuthorizationModeTagged.go         |   2 +-
 .../bacnetip/readwrite/model/BACnetBDTEntry.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetBackupState.go  |   2 +-
 .../readwrite/model/BACnetBackupStateTagged.go     |   2 +-
 .../readwrite/model/BACnetBinaryLightingPV.go      |   2 +-
 .../model/BACnetBinaryLightingPVTagged.go          |   2 +-
 .../bacnetip/readwrite/model/BACnetBinaryPV.go     |   2 +-
 .../readwrite/model/BACnetBinaryPVTagged.go        |   2 +-
 .../model/BACnetCOVMultipleSubscription.go         |   2 +-
 ...bscriptionListOfCovSubscriptionSpecification.go |   2 +-
 ...ptionListOfCovSubscriptionSpecificationEntry.go |   2 +-
 ...riptionSpecificationEntryListOfCovReferences.go |   2 +-
 ...onSpecificationEntryListOfCovReferencesEntry.go |   2 +-
 .../readwrite/model/BACnetCOVSubscription.go       |   2 +-
 .../readwrite/model/BACnetCalendarEntry.go         |   2 +-
 .../readwrite/model/BACnetCalendarEntryDate.go     |   2 +-
 .../model/BACnetCalendarEntryDateRange.go          |   2 +-
 .../readwrite/model/BACnetCalendarEntryEnclosed.go |   2 +-
 .../readwrite/model/BACnetCalendarEntryWeekNDay.go |   2 +-
 .../bacnetip/readwrite/model/BACnetChannelValue.go |   2 +-
 .../readwrite/model/BACnetChannelValueBitString.go |   2 +-
 .../readwrite/model/BACnetChannelValueBoolean.go   |   2 +-
 .../model/BACnetChannelValueCharacterString.go     |   2 +-
 .../readwrite/model/BACnetChannelValueDate.go      |   2 +-
 .../readwrite/model/BACnetChannelValueDouble.go    |   2 +-
 .../model/BACnetChannelValueEnumerated.go          |   2 +-
 .../readwrite/model/BACnetChannelValueInteger.go   |   2 +-
 .../model/BACnetChannelValueLightingCommand.go     |   2 +-
 .../readwrite/model/BACnetChannelValueNull.go      |   2 +-
 .../model/BACnetChannelValueObjectidentifier.go    |   2 +-
 .../model/BACnetChannelValueOctetString.go         |   2 +-
 .../readwrite/model/BACnetChannelValueReal.go      |   2 +-
 .../readwrite/model/BACnetChannelValueTime.go      |   2 +-
 .../readwrite/model/BACnetChannelValueUnsigned.go  |   2 +-
 .../readwrite/model/BACnetCharacterEncoding.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetClientCOV.go    |   2 +-
 .../readwrite/model/BACnetClientCOVNone.go         |   2 +-
 .../readwrite/model/BACnetClientCOVObject.go       |   2 +-
 .../bacnetip/readwrite/model/BACnetClosingTag.go   |   2 +-
 .../model/BACnetConfirmedServiceChoice.go          |   2 +-
 .../model/BACnetConfirmedServiceRequest.go         |   2 +-
 ...ACnetConfirmedServiceRequestAcknowledgeAlarm.go |   2 +-
 .../BACnetConfirmedServiceRequestAddListElement.go |   2 +-
 .../BACnetConfirmedServiceRequestAtomicReadFile.go |   2 +-
 ...tConfirmedServiceRequestAtomicReadFileRecord.go |   2 +-
 ...tConfirmedServiceRequestAtomicReadFileStream.go |   2 +-
 ...edServiceRequestAtomicReadFileStreamOrRecord.go |   2 +-
 ...BACnetConfirmedServiceRequestAtomicWriteFile.go |   2 +-
 .../BACnetConfirmedServiceRequestAuthenticate.go   |   2 +-
 ...firmedServiceRequestConfirmedCOVNotification.go |   2 +-
 ...rviceRequestConfirmedCOVNotificationMultiple.go |   2 +-
 ...rmedServiceRequestConfirmedEventNotification.go |   2 +-
 ...firmedServiceRequestConfirmedPrivateTransfer.go |   2 +-
 ...tConfirmedServiceRequestConfirmedTextMessage.go |   2 +-
 ...rviceRequestConfirmedTextMessageMessageClass.go |   2 +-
 ...estConfirmedTextMessageMessageClassCharacter.go |   2 +-
 ...questConfirmedTextMessageMessageClassNumeric.go |   2 +-
 ...ceRequestConfirmedTextMessageMessagePriority.go |   2 +-
 ...estConfirmedTextMessageMessagePriorityTagged.go |   2 +-
 .../BACnetConfirmedServiceRequestCreateObject.go   |   2 +-
 ...medServiceRequestCreateObjectObjectSpecifier.go |   2 +-
 .../BACnetConfirmedServiceRequestDeleteObject.go   |   2 +-
 ...rmedServiceRequestDeviceCommunicationControl.go |   2 +-
 ...questDeviceCommunicationControlEnableDisable.go |   2 +-
 ...eviceCommunicationControlEnableDisableTagged.go |   2 +-
 ...tConfirmedServiceRequestGetEnrollmentSummary.go |   2 +-
 ...estGetEnrollmentSummaryAcknowledgementFilter.go |   2 +-
 ...EnrollmentSummaryAcknowledgementFilterTagged.go |   2 +-
 ...eRequestGetEnrollmentSummaryEventStateFilter.go |   2 +-
 ...stGetEnrollmentSummaryEventStateFilterTagged.go |   2 +-
 ...iceRequestGetEnrollmentSummaryPriorityFilter.go |   2 +-
 ...etConfirmedServiceRequestGetEventInformation.go |   2 +-
 ...etConfirmedServiceRequestLifeSafetyOperation.go |   2 +-
 .../BACnetConfirmedServiceRequestReadProperty.go   |   2 +-
 ...nfirmedServiceRequestReadPropertyConditional.go |   2 +-
 ...tConfirmedServiceRequestReadPropertyMultiple.go |   2 +-
 .../BACnetConfirmedServiceRequestReadRange.go      |   2 +-
 .../BACnetConfirmedServiceRequestReadRangeRange.go |   2 +-
 ...firmedServiceRequestReadRangeRangeByPosition.go |   2 +-
 ...ServiceRequestReadRangeRangeBySequenceNumber.go |   2 +-
 ...tConfirmedServiceRequestReadRangeRangeByTime.go |   2 +-
 ...netConfirmedServiceRequestReinitializeDevice.go |   2 +-
 ...ReinitializeDeviceReinitializedStateOfDevice.go |   2 +-
 ...ializeDeviceReinitializedStateOfDeviceTagged.go |   2 +-
 ...CnetConfirmedServiceRequestRemoveListElement.go |   2 +-
 .../BACnetConfirmedServiceRequestRequestKey.go     |   2 +-
 .../BACnetConfirmedServiceRequestSubscribeCOV.go   |   2 +-
 ...tConfirmedServiceRequestSubscribeCOVProperty.go |   2 +-
 ...edServiceRequestSubscribeCOVPropertyMultiple.go |   2 +-
 ...yMultipleListOfCovSubscriptionSpecifications.go |   2 +-
 ...tipleListOfCovSubscriptionSpecificationsList.go |   2 +-
 ...ListOfCovSubscriptionSpecificationsReference.go |   2 +-
 .../model/BACnetConfirmedServiceRequestUnknown.go  |   2 +-
 .../model/BACnetConfirmedServiceRequestVTClose.go  |   2 +-
 .../model/BACnetConfirmedServiceRequestVTData.go   |   2 +-
 .../model/BACnetConfirmedServiceRequestVTOpen.go   |   2 +-
 .../BACnetConfirmedServiceRequestWriteProperty.go  |   2 +-
 ...ConfirmedServiceRequestWritePropertyMultiple.go |   2 +-
 .../readwrite/model/BACnetConstructedData.go       |   2 +-
 .../model/BACnetConstructedDataAPDULength.go       |   2 +-
 .../BACnetConstructedDataAPDUSegmentTimeout.go     |   2 +-
 .../model/BACnetConstructedDataAPDUTimeout.go      |   2 +-
 .../model/BACnetConstructedDataAbsenteeLimit.go    |   2 +-
 .../model/BACnetConstructedDataAcceptedModes.go    |   2 +-
 .../BACnetConstructedDataAccessAlarmEvents.go      |   2 +-
 .../BACnetConstructedDataAccessCredentialAll.go    |   2 +-
 .../BACnetConstructedDataAccessDoorAlarmValues.go  |   2 +-
 .../model/BACnetConstructedDataAccessDoorAll.go    |   2 +-
 .../BACnetConstructedDataAccessDoorFaultValues.go  |   2 +-
 .../BACnetConstructedDataAccessDoorPresentValue.go |   2 +-
 ...etConstructedDataAccessDoorRelinquishDefault.go |   2 +-
 .../model/BACnetConstructedDataAccessDoors.go      |   2 +-
 .../model/BACnetConstructedDataAccessEvent.go      |   2 +-
 ...nstructedDataAccessEventAuthenticationFactor.go |   2 +-
 .../BACnetConstructedDataAccessEventCredential.go  |   2 +-
 .../model/BACnetConstructedDataAccessEventTag.go   |   2 +-
 .../model/BACnetConstructedDataAccessEventTime.go  |   2 +-
 .../model/BACnetConstructedDataAccessPointAll.go   |   2 +-
 .../model/BACnetConstructedDataAccessRightsAll.go  |   2 +-
 ...BACnetConstructedDataAccessTransactionEvents.go |   2 +-
 .../model/BACnetConstructedDataAccessUserAll.go    |   2 +-
 .../BACnetConstructedDataAccessZoneAdjustValue.go  |   2 +-
 .../BACnetConstructedDataAccessZoneAlarmValues.go  |   2 +-
 .../model/BACnetConstructedDataAccessZoneAll.go    |   2 +-
 .../model/BACnetConstructedDataAccompaniment.go    |   2 +-
 .../BACnetConstructedDataAccompanimentTime.go      |   2 +-
 .../model/BACnetConstructedDataAccumulatorAll.go   |   2 +-
 ...CnetConstructedDataAccumulatorFaultHighLimit.go |   2 +-
 ...ACnetConstructedDataAccumulatorFaultLowLimit.go |   2 +-
 .../BACnetConstructedDataAccumulatorHighLimit.go   |   2 +-
 .../BACnetConstructedDataAccumulatorLowLimit.go    |   2 +-
 ...BACnetConstructedDataAccumulatorMaxPresValue.go |   2 +-
 ...BACnetConstructedDataAccumulatorMinPresValue.go |   2 +-
 .../model/BACnetConstructedDataAckRequired.go      |   2 +-
 .../model/BACnetConstructedDataAckedTransitions.go |   2 +-
 .../readwrite/model/BACnetConstructedDataAction.go |   2 +-
 .../model/BACnetConstructedDataActionText.go       |   2 +-
 .../model/BACnetConstructedDataActivationTime.go   |   2 +-
 ...netConstructedDataActiveAuthenticationPolicy.go |   2 +-
 ...onstructedDataActiveCOVMultipleSubscriptions.go |   2 +-
 .../BACnetConstructedDataActiveCOVSubscriptions.go |   2 +-
 .../model/BACnetConstructedDataActiveText.go       |   2 +-
 .../model/BACnetConstructedDataActiveVTSessions.go |   2 +-
 .../model/BACnetConstructedDataActualShedLevel.go  |   2 +-
 .../model/BACnetConstructedDataAdjustValue.go      |   2 +-
 .../model/BACnetConstructedDataAlarmValue.go       |   2 +-
 .../model/BACnetConstructedDataAlarmValues.go      |   2 +-
 .../BACnetConstructedDataAlertEnrollmentAll.go     |   2 +-
 ...etConstructedDataAlertEnrollmentPresentValue.go |   2 +-
 .../model/BACnetConstructedDataAlignIntervals.go   |   2 +-
 .../BACnetConstructedDataAllWritesSuccessful.go    |   2 +-
 .../BACnetConstructedDataAllowGroupDelayInhibit.go |   2 +-
 .../model/BACnetConstructedDataAnalogInputAll.go   |   2 +-
 ...CnetConstructedDataAnalogInputFaultHighLimit.go |   2 +-
 ...ACnetConstructedDataAnalogInputFaultLowLimit.go |   2 +-
 ...CnetConstructedDataAnalogInputInterfaceValue.go |   2 +-
 ...BACnetConstructedDataAnalogInputMaxPresValue.go |   2 +-
 ...BACnetConstructedDataAnalogInputPresentValue.go |   2 +-
 .../model/BACnetConstructedDataAnalogOutputAll.go  |   2 +-
 ...netConstructedDataAnalogOutputInterfaceValue.go |   2 +-
 ...ACnetConstructedDataAnalogOutputMaxPresValue.go |   2 +-
 ...ACnetConstructedDataAnalogOutputPresentValue.go |   2 +-
 ...ConstructedDataAnalogOutputRelinquishDefault.go |   2 +-
 .../model/BACnetConstructedDataAnalogValueAll.go   |   2 +-
 ...CnetConstructedDataAnalogValueFaultHighLimit.go |   2 +-
 ...ACnetConstructedDataAnalogValueFaultLowLimit.go |   2 +-
 ...BACnetConstructedDataAnalogValueMaxPresValue.go |   2 +-
 ...BACnetConstructedDataAnalogValuePresentValue.go |   2 +-
 ...tConstructedDataAnalogValueRelinquishDefault.go |   2 +-
 ...netConstructedDataApplicationSoftwareVersion.go |   2 +-
 .../model/BACnetConstructedDataArchive.go          |   2 +-
 .../BACnetConstructedDataAssignedAccessRights.go   |   2 +-
 .../BACnetConstructedDataAssignedLandingCalls.go   |   2 +-
 .../model/BACnetConstructedDataAttemptedSamples.go |   2 +-
 .../BACnetConstructedDataAuthenticationFactors.go  |   2 +-
 ...ACnetConstructedDataAuthenticationPolicyList.go |   2 +-
 ...CnetConstructedDataAuthenticationPolicyNames.go |   2 +-
 .../BACnetConstructedDataAuthenticationStatus.go   |   2 +-
 ...BACnetConstructedDataAuthorizationExemptions.go |   2 +-
 .../BACnetConstructedDataAuthorizationMode.go      |   2 +-
 .../BACnetConstructedDataAutoSlaveDiscovery.go     |   2 +-
 .../model/BACnetConstructedDataAverageValue.go     |   2 +-
 .../model/BACnetConstructedDataAveragingAll.go     |   2 +-
 .../BACnetConstructedDataBACnetIPGlobalAddress.go  |   2 +-
 .../model/BACnetConstructedDataBACnetIPMode.go     |   2 +-
 ...ACnetConstructedDataBACnetIPMulticastAddress.go |   2 +-
 .../BACnetConstructedDataBACnetIPNATTraversal.go   |   2 +-
 .../model/BACnetConstructedDataBACnetIPUDPPort.go  |   2 +-
 .../model/BACnetConstructedDataBACnetIPv6Mode.go   |   2 +-
 ...netConstructedDataBACnetIPv6MulticastAddress.go |   2 +-
 .../BACnetConstructedDataBACnetIPv6UDPPort.go      |   2 +-
 ...CnetConstructedDataBBMDAcceptFDRegistrations.go |   2 +-
 ...onstructedDataBBMDBroadcastDistributionTable.go |   2 +-
 .../BACnetConstructedDataBBMDForeignDeviceTable.go |   2 +-
 .../BACnetConstructedDataBackupAndRestoreState.go  |   2 +-
 .../BACnetConstructedDataBackupFailureTimeout.go   |   2 +-
 .../BACnetConstructedDataBackupPreparationTime.go  |   2 +-
 ...ACnetConstructedDataBaseDeviceSecurityPolicy.go |   2 +-
 .../model/BACnetConstructedDataBelongsTo.go        |   2 +-
 .../readwrite/model/BACnetConstructedDataBias.go   |   2 +-
 .../model/BACnetConstructedDataBinaryInputAll.go   |   2 +-
 ...CnetConstructedDataBinaryInputInterfaceValue.go |   2 +-
 ...BACnetConstructedDataBinaryInputPresentValue.go |   2 +-
 ...BACnetConstructedDataBinaryLightingOutputAll.go |   2 +-
 ...tructedDataBinaryLightingOutputFeedbackValue.go |   2 +-
 ...structedDataBinaryLightingOutputPresentValue.go |   2 +-
 ...tedDataBinaryLightingOutputRelinquishDefault.go |   2 +-
 .../model/BACnetConstructedDataBinaryOutputAll.go  |   2 +-
 ...CnetConstructedDataBinaryOutputFeedbackValue.go |   2 +-
 ...netConstructedDataBinaryOutputInterfaceValue.go |   2 +-
 ...ACnetConstructedDataBinaryOutputPresentValue.go |   2 +-
 ...ConstructedDataBinaryOutputRelinquishDefault.go |   2 +-
 .../model/BACnetConstructedDataBinaryValueAll.go   |   2 +-
 ...BACnetConstructedDataBinaryValuePresentValue.go |   2 +-
 ...tConstructedDataBinaryValueRelinquishDefault.go |   2 +-
 .../model/BACnetConstructedDataBitMask.go          |   2 +-
 ...CnetConstructedDataBitStringValueAlarmValues.go |   2 +-
 ...netConstructedDataBitStringValuePresentValue.go |   2 +-
 ...nstructedDataBitStringValueRelinquishDefault.go |   2 +-
 .../model/BACnetConstructedDataBitText.go          |   2 +-
 .../BACnetConstructedDataBitstringValueAll.go      |   2 +-
 .../model/BACnetConstructedDataBlinkWarnEnable.go  |   2 +-
 .../model/BACnetConstructedDataBufferSize.go       |   2 +-
 .../model/BACnetConstructedDataCOVIncrement.go     |   2 +-
 .../model/BACnetConstructedDataCOVPeriod.go        |   2 +-
 ...CnetConstructedDataCOVResubscriptionInterval.go |   2 +-
 .../model/BACnetConstructedDataCOVUPeriod.go       |   2 +-
 .../model/BACnetConstructedDataCOVURecipients.go   |   2 +-
 .../model/BACnetConstructedDataCalendarAll.go      |   2 +-
 .../BACnetConstructedDataCalendarPresentValue.go   |   2 +-
 .../BACnetConstructedDataCarAssignedDirection.go   |   2 +-
 .../model/BACnetConstructedDataCarDoorCommand.go   |   2 +-
 .../model/BACnetConstructedDataCarDoorStatus.go    |   2 +-
 .../model/BACnetConstructedDataCarDoorText.go      |   2 +-
 .../model/BACnetConstructedDataCarDoorZone.go      |   2 +-
 .../model/BACnetConstructedDataCarDriveStatus.go   |   2 +-
 .../model/BACnetConstructedDataCarLoad.go          |   2 +-
 .../model/BACnetConstructedDataCarLoadUnits.go     |   2 +-
 .../model/BACnetConstructedDataCarMode.go          |   2 +-
 .../BACnetConstructedDataCarMovingDirection.go     |   2 +-
 .../model/BACnetConstructedDataCarPosition.go      |   2 +-
 .../BACnetConstructedDataChangeOfStateCount.go     |   2 +-
 .../BACnetConstructedDataChangeOfStateTime.go      |   2 +-
 .../model/BACnetConstructedDataChangesPending.go   |   2 +-
 .../model/BACnetConstructedDataChannelAll.go       |   2 +-
 ...tedDataChannelListOfObjectPropertyReferences.go |   2 +-
 .../model/BACnetConstructedDataChannelNumber.go    |   2 +-
 .../BACnetConstructedDataChannelPresentValue.go    |   2 +-
 ...nstructedDataCharacterStringValueAlarmValues.go |   2 +-
 ...nstructedDataCharacterStringValueFaultValues.go |   2 +-
 ...structedDataCharacterStringValuePresentValue.go |   2 +-
 ...tedDataCharacterStringValueRelinquishDefault.go |   2 +-
 ...BACnetConstructedDataCharacterstringValueAll.go |   2 +-
 .../BACnetConstructedDataClientCOVIncrement.go     |   2 +-
 .../model/BACnetConstructedDataCommand.go          |   2 +-
 .../model/BACnetConstructedDataCommandAction.go    |   2 +-
 .../model/BACnetConstructedDataCommandAll.go       |   2 +-
 .../model/BACnetConstructedDataCommandTimeArray.go |   2 +-
 .../BACnetConstructedDataConfigurationFiles.go     |   2 +-
 .../model/BACnetConstructedDataControlGroups.go    |   2 +-
 ...etConstructedDataControlledVariableReference.go |   2 +-
 ...BACnetConstructedDataControlledVariableUnits.go |   2 +-
 ...BACnetConstructedDataControlledVariableValue.go |   2 +-
 .../readwrite/model/BACnetConstructedDataCount.go  |   2 +-
 .../BACnetConstructedDataCountBeforeChange.go      |   2 +-
 .../model/BACnetConstructedDataCountChangeTime.go  |   2 +-
 .../BACnetConstructedDataCredentialDataInputAll.go |   2 +-
 ...nstructedDataCredentialDataInputPresentValue.go |   2 +-
 ...ConstructedDataCredentialDataInputUpdateTime.go |   2 +-
 .../BACnetConstructedDataCredentialDisable.go      |   2 +-
 .../model/BACnetConstructedDataCredentialStatus.go |   2 +-
 .../model/BACnetConstructedDataCredentials.go      |   2 +-
 .../BACnetConstructedDataCredentialsInZone.go      |   2 +-
 .../BACnetConstructedDataCurrentCommandPriority.go |   2 +-
 .../model/BACnetConstructedDataDatabaseRevision.go |   2 +-
 .../model/BACnetConstructedDataDateList.go         |   2 +-
 ...tConstructedDataDatePatternValuePresentValue.go |   2 +-
 ...tructedDataDatePatternValueRelinquishDefault.go |   2 +-
 ...structedDataDateTimePatternValuePresentValue.go |   2 +-
 ...tedDataDateTimePatternValueRelinquishDefault.go |   2 +-
 ...CnetConstructedDataDateTimeValuePresentValue.go |   2 +-
 ...onstructedDataDateTimeValueRelinquishDefault.go |   2 +-
 .../model/BACnetConstructedDataDateValueAll.go     |   2 +-
 .../BACnetConstructedDataDateValuePresentValue.go  |   2 +-
 ...netConstructedDataDateValueRelinquishDefault.go |   2 +-
 .../BACnetConstructedDataDatepatternValueAll.go    |   2 +-
 .../model/BACnetConstructedDataDatetimeValueAll.go |   2 +-
 ...BACnetConstructedDataDatetimepatternValueAll.go |   2 +-
 .../BACnetConstructedDataDaylightSavingsStatus.go  |   2 +-
 .../model/BACnetConstructedDataDaysRemaining.go    |   2 +-
 .../model/BACnetConstructedDataDeadband.go         |   2 +-
 .../model/BACnetConstructedDataDefaultFadeTime.go  |   2 +-
 .../model/BACnetConstructedDataDefaultRampRate.go  |   2 +-
 .../BACnetConstructedDataDefaultStepIncrement.go   |   2 +-
 ...onstructedDataDefaultSubordinateRelationship.go |   2 +-
 .../model/BACnetConstructedDataDefaultTimeout.go   |   2 +-
 ...BACnetConstructedDataDeployedProfileLocation.go |   2 +-
 .../BACnetConstructedDataDerivativeConstant.go     |   2 +-
 ...BACnetConstructedDataDerivativeConstantUnits.go |   2 +-
 .../model/BACnetConstructedDataDescription.go      |   2 +-
 .../BACnetConstructedDataDescriptionOfHalt.go      |   2 +-
 .../BACnetConstructedDataDeviceAddressBinding.go   |   2 +-
 .../model/BACnetConstructedDataDeviceAll.go        |   2 +-
 .../BACnetConstructedDataDeviceMaxInfoFrames.go    |   2 +-
 .../model/BACnetConstructedDataDeviceMaxMaster.go  |   2 +-
 .../model/BACnetConstructedDataDeviceType.go       |   2 +-
 .../model/BACnetConstructedDataDirectReading.go    |   2 +-
 ...BACnetConstructedDataDistributionKeyRevision.go |   2 +-
 .../model/BACnetConstructedDataDoNotHide.go        |   2 +-
 .../model/BACnetConstructedDataDoorAlarmState.go   |   2 +-
 .../BACnetConstructedDataDoorExtendedPulseTime.go  |   2 +-
 .../model/BACnetConstructedDataDoorMembers.go      |   2 +-
 .../BACnetConstructedDataDoorOpenTooLongTime.go    |   2 +-
 .../model/BACnetConstructedDataDoorPulseTime.go    |   2 +-
 .../model/BACnetConstructedDataDoorStatus.go       |   2 +-
 .../BACnetConstructedDataDoorUnlockDelayTime.go    |   2 +-
 .../model/BACnetConstructedDataDutyWindow.go       |   2 +-
 .../model/BACnetConstructedDataEffectivePeriod.go  |   2 +-
 .../model/BACnetConstructedDataEgressActive.go     |   2 +-
 .../model/BACnetConstructedDataEgressTime.go       |   2 +-
 .../BACnetConstructedDataElapsedActiveTime.go      |   2 +-
 .../model/BACnetConstructedDataElement.go          |   2 +-
 .../model/BACnetConstructedDataElevatorGroup.go    |   2 +-
 .../model/BACnetConstructedDataElevatorGroupAll.go |   2 +-
 ...CnetConstructedDataElevatorGroupGroupMembers.go |   2 +-
 .../readwrite/model/BACnetConstructedDataEnable.go |   2 +-
 .../model/BACnetConstructedDataEnergyMeter.go      |   2 +-
 .../model/BACnetConstructedDataEnergyMeterRef.go   |   2 +-
 .../model/BACnetConstructedDataEntryPoints.go      |   2 +-
 .../model/BACnetConstructedDataErrorLimit.go       |   2 +-
 .../model/BACnetConstructedDataEscalatorAll.go     |   2 +-
 .../BACnetConstructedDataEscalatorFaultSignals.go  |   2 +-
 .../model/BACnetConstructedDataEscalatorMode.go    |   2 +-
 .../BACnetConstructedDataEventAlgorithmInhibit.go  |   2 +-
 ...ACnetConstructedDataEventAlgorithmInhibitRef.go |   2 +-
 .../BACnetConstructedDataEventDetectionEnable.go   |   2 +-
 .../model/BACnetConstructedDataEventEnable.go      |   2 +-
 .../BACnetConstructedDataEventEnrollmentAll.go     |   2 +-
 .../model/BACnetConstructedDataEventLogAll.go      |   2 +-
 .../BACnetConstructedDataEventLogLogBuffer.go      |   2 +-
 .../BACnetConstructedDataEventMessageTexts.go      |   2 +-
 ...BACnetConstructedDataEventMessageTextsConfig.go |   2 +-
 .../model/BACnetConstructedDataEventParameters.go  |   2 +-
 .../model/BACnetConstructedDataEventState.go       |   2 +-
 .../model/BACnetConstructedDataEventTimeStamps.go  |   2 +-
 .../model/BACnetConstructedDataEventType.go        |   2 +-
 .../BACnetConstructedDataExceptionSchedule.go      |   2 +-
 .../model/BACnetConstructedDataExecutionDelay.go   |   2 +-
 .../model/BACnetConstructedDataExitPoints.go       |   2 +-
 .../BACnetConstructedDataExpectedShedLevel.go      |   2 +-
 .../model/BACnetConstructedDataExpirationTime.go   |   2 +-
 .../BACnetConstructedDataExtendedTimeEnable.go     |   2 +-
 .../model/BACnetConstructedDataFDBBMDAddress.go    |   2 +-
 .../BACnetConstructedDataFDSubscriptionLifetime.go |   2 +-
 .../BACnetConstructedDataFailedAttemptEvents.go    |   2 +-
 .../model/BACnetConstructedDataFailedAttempts.go   |   2 +-
 .../BACnetConstructedDataFailedAttemptsTime.go     |   2 +-
 .../model/BACnetConstructedDataFaultHighLimit.go   |   2 +-
 .../model/BACnetConstructedDataFaultLowLimit.go    |   2 +-
 .../model/BACnetConstructedDataFaultParameters.go  |   2 +-
 .../model/BACnetConstructedDataFaultSignals.go     |   2 +-
 .../model/BACnetConstructedDataFaultType.go        |   2 +-
 .../model/BACnetConstructedDataFaultValues.go      |   2 +-
 .../model/BACnetConstructedDataFileAccessMethod.go |   2 +-
 .../model/BACnetConstructedDataFileAll.go          |   2 +-
 .../model/BACnetConstructedDataFileRecordCount.go  |   2 +-
 .../model/BACnetConstructedDataFileSize.go         |   2 +-
 .../model/BACnetConstructedDataFileType.go         |   2 +-
 .../model/BACnetConstructedDataFirmwareRevision.go |   2 +-
 .../model/BACnetConstructedDataFloorText.go        |   2 +-
 .../model/BACnetConstructedDataFullDutyBaseline.go |   2 +-
 .../model/BACnetConstructedDataGlobalGroupAll.go   |   2 +-
 ...BACnetConstructedDataGlobalGroupGroupMembers.go |   2 +-
 ...BACnetConstructedDataGlobalGroupPresentValue.go |   2 +-
 .../model/BACnetConstructedDataGlobalIdentifier.go |   2 +-
 .../model/BACnetConstructedDataGroupAll.go         |   2 +-
 .../model/BACnetConstructedDataGroupID.go          |   2 +-
 .../model/BACnetConstructedDataGroupMemberNames.go |   2 +-
 .../model/BACnetConstructedDataGroupMembers.go     |   2 +-
 .../model/BACnetConstructedDataGroupMode.go        |   2 +-
 .../BACnetConstructedDataGroupPresentValue.go      |   2 +-
 .../model/BACnetConstructedDataHighLimit.go        |   2 +-
 .../model/BACnetConstructedDataHigherDeck.go       |   2 +-
 .../model/BACnetConstructedDataIPAddress.go        |   2 +-
 .../model/BACnetConstructedDataIPDHCPEnable.go     |   2 +-
 .../model/BACnetConstructedDataIPDHCPLeaseTime.go  |   2 +-
 ...ACnetConstructedDataIPDHCPLeaseTimeRemaining.go |   2 +-
 .../model/BACnetConstructedDataIPDHCPServer.go     |   2 +-
 .../model/BACnetConstructedDataIPDNSServer.go      |   2 +-
 .../model/BACnetConstructedDataIPDefaultGateway.go |   2 +-
 .../model/BACnetConstructedDataIPSubnetMask.go     |   2 +-
 .../model/BACnetConstructedDataIPv6Address.go      |   2 +-
 ...ACnetConstructedDataIPv6AutoAddressingEnable.go |   2 +-
 .../BACnetConstructedDataIPv6DHCPLeaseTime.go      |   2 +-
 ...netConstructedDataIPv6DHCPLeaseTimeRemaining.go |   2 +-
 .../model/BACnetConstructedDataIPv6DHCPServer.go   |   2 +-
 .../model/BACnetConstructedDataIPv6DNSServer.go    |   2 +-
 .../BACnetConstructedDataIPv6DefaultGateway.go     |   2 +-
 .../model/BACnetConstructedDataIPv6PrefixLength.go |   2 +-
 .../model/BACnetConstructedDataIPv6ZoneIndex.go    |   2 +-
 .../model/BACnetConstructedDataInProcess.go        |   2 +-
 .../model/BACnetConstructedDataInProgress.go       |   2 +-
 .../model/BACnetConstructedDataInactiveText.go     |   2 +-
 .../model/BACnetConstructedDataInitialTimeout.go   |   2 +-
 .../model/BACnetConstructedDataInputReference.go   |   2 +-
 .../model/BACnetConstructedDataInstallationID.go   |   2 +-
 .../model/BACnetConstructedDataInstanceOf.go       |   2 +-
 .../BACnetConstructedDataInstantaneousPower.go     |   2 +-
 .../model/BACnetConstructedDataIntegerValueAll.go  |   2 +-
 ...ACnetConstructedDataIntegerValueCOVIncrement.go |   2 +-
 .../BACnetConstructedDataIntegerValueDeadband.go   |   2 +-
 ...netConstructedDataIntegerValueFaultHighLimit.go |   2 +-
 ...CnetConstructedDataIntegerValueFaultLowLimit.go |   2 +-
 .../BACnetConstructedDataIntegerValueHighLimit.go  |   2 +-
 .../BACnetConstructedDataIntegerValueLowLimit.go   |   2 +-
 ...ACnetConstructedDataIntegerValueMaxPresValue.go |   2 +-
 ...ACnetConstructedDataIntegerValueMinPresValue.go |   2 +-
 ...ACnetConstructedDataIntegerValuePresentValue.go |   2 +-
 ...ConstructedDataIntegerValueRelinquishDefault.go |   2 +-
 .../BACnetConstructedDataIntegerValueResolution.go |   2 +-
 .../model/BACnetConstructedDataIntegralConstant.go |   2 +-
 .../BACnetConstructedDataIntegralConstantUnits.go  |   2 +-
 .../model/BACnetConstructedDataIntervalOffset.go   |   2 +-
 .../readwrite/model/BACnetConstructedDataIsUTC.go  |   2 +-
 .../model/BACnetConstructedDataKeySets.go          |   2 +-
 .../BACnetConstructedDataLandingCallControl.go     |   2 +-
 .../model/BACnetConstructedDataLandingCalls.go     |   2 +-
 .../BACnetConstructedDataLandingDoorStatus.go      |   2 +-
 .../BACnetConstructedDataLargeAnalogValueAll.go    |   2 +-
 ...tConstructedDataLargeAnalogValueCOVIncrement.go |   2 +-
 ...ACnetConstructedDataLargeAnalogValueDeadband.go |   2 +-
 ...onstructedDataLargeAnalogValueFaultHighLimit.go |   2 +-
 ...ConstructedDataLargeAnalogValueFaultLowLimit.go |   2 +-
 ...CnetConstructedDataLargeAnalogValueHighLimit.go |   2 +-
 ...ACnetConstructedDataLargeAnalogValueLowLimit.go |   2 +-
 ...tConstructedDataLargeAnalogValueMaxPresValue.go |   2 +-
 ...tConstructedDataLargeAnalogValueMinPresValue.go |   2 +-
 ...tConstructedDataLargeAnalogValuePresentValue.go |   2 +-
 ...tructedDataLargeAnalogValueRelinquishDefault.go |   2 +-
 ...netConstructedDataLargeAnalogValueResolution.go |   2 +-
 .../model/BACnetConstructedDataLastAccessEvent.go  |   2 +-
 .../model/BACnetConstructedDataLastAccessPoint.go  |   2 +-
 .../model/BACnetConstructedDataLastCommandTime.go  |   2 +-
 .../BACnetConstructedDataLastCredentialAdded.go    |   2 +-
 ...BACnetConstructedDataLastCredentialAddedTime.go |   2 +-
 .../BACnetConstructedDataLastCredentialRemoved.go  |   2 +-
 ...CnetConstructedDataLastCredentialRemovedTime.go |   2 +-
 .../model/BACnetConstructedDataLastKeyServer.go    |   2 +-
 .../model/BACnetConstructedDataLastNotifyRecord.go |   2 +-
 .../model/BACnetConstructedDataLastPriority.go     |   2 +-
 .../BACnetConstructedDataLastRestartReason.go      |   2 +-
 .../model/BACnetConstructedDataLastRestoreTime.go  |   2 +-
 .../model/BACnetConstructedDataLastStateChange.go  |   2 +-
 .../model/BACnetConstructedDataLastUseTime.go      |   2 +-
 .../BACnetConstructedDataLifeSafetyAlarmValues.go  |   2 +-
 ...netConstructedDataLifeSafetyPointAlarmValues.go |   2 +-
 .../BACnetConstructedDataLifeSafetyPointAll.go     |   2 +-
 ...netConstructedDataLifeSafetyPointFaultValues.go |   2 +-
 ...etConstructedDataLifeSafetyPointPresentValue.go |   2 +-
 ...CnetConstructedDataLifeSafetyZoneAlarmValues.go |   2 +-
 .../BACnetConstructedDataLifeSafetyZoneAll.go      |   2 +-
 ...CnetConstructedDataLifeSafetyZoneFaultValues.go |   2 +-
 ...tructedDataLifeSafetyZoneMaintenanceRequired.go |   2 +-
 ...netConstructedDataLifeSafetyZonePresentValue.go |   2 +-
 .../model/BACnetConstructedDataLiftAll.go          |   2 +-
 .../model/BACnetConstructedDataLiftFaultSignals.go |   2 +-
 .../model/BACnetConstructedDataLightingCommand.go  |   2 +-
 ...onstructedDataLightingCommandDefaultPriority.go |   2 +-
 .../BACnetConstructedDataLightingOutputAll.go      |   2 +-
 ...etConstructedDataLightingOutputFeedbackValue.go |   2 +-
 ...netConstructedDataLightingOutputPresentValue.go |   2 +-
 ...nstructedDataLightingOutputRelinquishDefault.go |   2 +-
 ...etConstructedDataLightingOutputTrackingValue.go |   2 +-
 .../model/BACnetConstructedDataLimitEnable.go      |   2 +-
 ...BACnetConstructedDataLimitMonitoringInterval.go |   2 +-
 .../model/BACnetConstructedDataLinkSpeed.go        |   2 +-
 .../BACnetConstructedDataLinkSpeedAutonegotiate.go |   2 +-
 .../model/BACnetConstructedDataLinkSpeeds.go       |   2 +-
 .../BACnetConstructedDataListOfGroupMembers.go     |   2 +-
 ...onstructedDataListOfObjectPropertyReferences.go |   2 +-
 .../model/BACnetConstructedDataLoadControlAll.go   |   2 +-
 ...BACnetConstructedDataLoadControlPresentValue.go |   2 +-
 .../model/BACnetConstructedDataLocalDate.go        |   2 +-
 .../BACnetConstructedDataLocalForwardingOnly.go    |   2 +-
 .../model/BACnetConstructedDataLocalTime.go        |   2 +-
 .../model/BACnetConstructedDataLocation.go         |   2 +-
 .../model/BACnetConstructedDataLockStatus.go       |   2 +-
 .../model/BACnetConstructedDataLockout.go          |   2 +-
 .../BACnetConstructedDataLockoutRelinquishTime.go  |   2 +-
 .../model/BACnetConstructedDataLogBuffer.go        |   2 +-
 ...BACnetConstructedDataLogDeviceObjectProperty.go |   2 +-
 .../model/BACnetConstructedDataLogInterval.go      |   2 +-
 .../model/BACnetConstructedDataLoggingObject.go    |   2 +-
 .../model/BACnetConstructedDataLoggingRecord.go    |   2 +-
 .../model/BACnetConstructedDataLoggingType.go      |   2 +-
 .../model/BACnetConstructedDataLoopAction.go       |   2 +-
 .../model/BACnetConstructedDataLoopAll.go          |   2 +-
 .../model/BACnetConstructedDataLoopPresentValue.go |   2 +-
 .../model/BACnetConstructedDataLowDiffLimit.go     |   2 +-
 .../model/BACnetConstructedDataLowLimit.go         |   2 +-
 .../model/BACnetConstructedDataLowerDeck.go        |   2 +-
 .../model/BACnetConstructedDataMACAddress.go       |   2 +-
 .../model/BACnetConstructedDataMachineRoomID.go    |   2 +-
 .../BACnetConstructedDataMaintenanceRequired.go    |   2 +-
 .../model/BACnetConstructedDataMakingCarCall.go    |   2 +-
 ...tConstructedDataManipulatedVariableReference.go |   2 +-
 ...CnetConstructedDataManualSlaveAddressBinding.go |   2 +-
 .../BACnetConstructedDataMaskedAlarmValues.go      |   2 +-
 .../BACnetConstructedDataMaxAPDULengthAccepted.go  |   2 +-
 .../model/BACnetConstructedDataMaxActualValue.go   |   2 +-
 .../BACnetConstructedDataMaxFailedAttempts.go      |   2 +-
 .../model/BACnetConstructedDataMaxInfoFrames.go    |   2 +-
 .../model/BACnetConstructedDataMaxMaster.go        |   2 +-
 .../model/BACnetConstructedDataMaxPresValue.go     |   2 +-
 .../BACnetConstructedDataMaxSegmentsAccepted.go    |   2 +-
 .../model/BACnetConstructedDataMaximumOutput.go    |   2 +-
 .../model/BACnetConstructedDataMaximumValue.go     |   2 +-
 .../BACnetConstructedDataMaximumValueTimestamp.go  |   2 +-
 .../model/BACnetConstructedDataMemberOf.go         |   2 +-
 .../BACnetConstructedDataMemberStatusFlags.go      |   2 +-
 .../model/BACnetConstructedDataMembers.go          |   2 +-
 .../model/BACnetConstructedDataMinActualValue.go   |   2 +-
 .../model/BACnetConstructedDataMinPresValue.go     |   2 +-
 .../model/BACnetConstructedDataMinimumOffTime.go   |   2 +-
 .../model/BACnetConstructedDataMinimumOnTime.go    |   2 +-
 .../model/BACnetConstructedDataMinimumOutput.go    |   2 +-
 .../model/BACnetConstructedDataMinimumValue.go     |   2 +-
 .../BACnetConstructedDataMinimumValueTimestamp.go  |   2 +-
 .../readwrite/model/BACnetConstructedDataMode.go   |   2 +-
 .../model/BACnetConstructedDataModelName.go        |   2 +-
 .../model/BACnetConstructedDataModificationDate.go |   2 +-
 ...netConstructedDataMultiStateInputAlarmValues.go |   2 +-
 .../BACnetConstructedDataMultiStateInputAll.go     |   2 +-
 ...netConstructedDataMultiStateInputFaultValues.go |   2 +-
 ...ConstructedDataMultiStateInputInterfaceValue.go |   2 +-
 .../BACnetConstructedDataMultiStateOutputAll.go    |   2 +-
 ...ConstructedDataMultiStateOutputFeedbackValue.go |   2 +-
 ...onstructedDataMultiStateOutputInterfaceValue.go |   2 +-
 ...tructedDataMultiStateOutputRelinquishDefault.go |   2 +-
 ...netConstructedDataMultiStateValueAlarmValues.go |   2 +-
 .../BACnetConstructedDataMultiStateValueAll.go     |   2 +-
 ...netConstructedDataMultiStateValueFaultValues.go |   2 +-
 ...structedDataMultiStateValueRelinquishDefault.go |   2 +-
 .../model/BACnetConstructedDataMusterPoint.go      |   2 +-
 .../BACnetConstructedDataNegativeAccessRules.go    |   2 +-
 ...ConstructedDataNetworkAccessSecurityPolicies.go |   2 +-
 .../BACnetConstructedDataNetworkInterfaceName.go   |   2 +-
 .../model/BACnetConstructedDataNetworkNumber.go    |   2 +-
 .../BACnetConstructedDataNetworkNumberQuality.go   |   2 +-
 .../model/BACnetConstructedDataNetworkPortAll.go   |   2 +-
 ...ACnetConstructedDataNetworkPortMaxInfoFrames.go |   2 +-
 .../BACnetConstructedDataNetworkPortMaxMaster.go   |   2 +-
 .../BACnetConstructedDataNetworkSecurityAll.go     |   2 +-
 .../model/BACnetConstructedDataNetworkType.go      |   2 +-
 .../BACnetConstructedDataNextStoppingFloor.go      |   2 +-
 .../model/BACnetConstructedDataNodeSubtype.go      |   2 +-
 .../model/BACnetConstructedDataNodeType.go         |   2 +-
 .../BACnetConstructedDataNotificationClass.go      |   2 +-
 .../BACnetConstructedDataNotificationClassAll.go   |   2 +-
 ...ACnetConstructedDataNotificationForwarderAll.go |   2 +-
 .../BACnetConstructedDataNotificationThreshold.go  |   2 +-
 .../model/BACnetConstructedDataNotifyType.go       |   2 +-
 .../BACnetConstructedDataNumberOfAPDURetries.go    |   2 +-
 ...onstructedDataNumberOfAuthenticationPolicies.go |   2 +-
 .../model/BACnetConstructedDataNumberOfStates.go   |   2 +-
 .../model/BACnetConstructedDataObjectIdentifier.go |   2 +-
 .../model/BACnetConstructedDataObjectList.go       |   2 +-
 .../model/BACnetConstructedDataObjectName.go       |   2 +-
 ...BACnetConstructedDataObjectPropertyReference.go |   2 +-
 .../model/BACnetConstructedDataObjectType.go       |   2 +-
 .../model/BACnetConstructedDataOccupancyCount.go   |   2 +-
 .../BACnetConstructedDataOccupancyCountAdjust.go   |   2 +-
 .../BACnetConstructedDataOccupancyCountEnable.go   |   2 +-
 .../BACnetConstructedDataOccupancyLowerLimit.go    |   2 +-
 ...etConstructedDataOccupancyLowerLimitEnforced.go |   2 +-
 .../model/BACnetConstructedDataOccupancyState.go   |   2 +-
 .../BACnetConstructedDataOccupancyUpperLimit.go    |   2 +-
 ...etConstructedDataOccupancyUpperLimitEnforced.go |   2 +-
 ...tConstructedDataOctetStringValuePresentValue.go |   2 +-
 ...tructedDataOctetStringValueRelinquishDefault.go |   2 +-
 .../BACnetConstructedDataOctetstringValueAll.go    |   2 +-
 .../BACnetConstructedDataOperationDirection.go     |   2 +-
 .../BACnetConstructedDataOperationExpected.go      |   2 +-
 .../model/BACnetConstructedDataOptional.go         |   2 +-
 .../model/BACnetConstructedDataOutOfService.go     |   2 +-
 .../model/BACnetConstructedDataOutputUnits.go      |   2 +-
 .../BACnetConstructedDataPacketReorderTime.go      |   2 +-
 .../model/BACnetConstructedDataPassbackMode.go     |   2 +-
 .../model/BACnetConstructedDataPassbackTimeout.go  |   2 +-
 .../model/BACnetConstructedDataPassengerAlarm.go   |   2 +-
 .../model/BACnetConstructedDataPolarity.go         |   2 +-
 .../model/BACnetConstructedDataPortFilter.go       |   2 +-
 .../BACnetConstructedDataPositiveAccessRules.go    |   2 +-
 ...BACnetConstructedDataPositiveIntegerValueAll.go |   2 +-
 ...structedDataPositiveIntegerValueCOVIncrement.go |   2 +-
 ...tConstructedDataPositiveIntegerValueDeadband.go |   2 +-
 ...ructedDataPositiveIntegerValueFaultHighLimit.go |   2 +-
 ...tructedDataPositiveIntegerValueFaultLowLimit.go |   2 +-
 ...ConstructedDataPositiveIntegerValueHighLimit.go |   2 +-
 ...tConstructedDataPositiveIntegerValueLowLimit.go |   2 +-
 ...structedDataPositiveIntegerValueMaxPresValue.go |   2 +-
 ...structedDataPositiveIntegerValueMinPresValue.go |   2 +-
 ...tedDataPositiveIntegerValueRelinquishDefault.go |   2 +-
 ...onstructedDataPositiveIntegerValueResolution.go |   2 +-
 .../readwrite/model/BACnetConstructedDataPower.go  |   2 +-
 .../model/BACnetConstructedDataPowerMode.go        |   2 +-
 .../model/BACnetConstructedDataPrescale.go         |   2 +-
 .../model/BACnetConstructedDataPresentValue.go     |   2 +-
 .../model/BACnetConstructedDataPriority.go         |   2 +-
 .../model/BACnetConstructedDataPriorityArray.go    |   2 +-
 .../BACnetConstructedDataPriorityForWriting.go     |   2 +-
 .../BACnetConstructedDataProcessIdentifier.go      |   2 +-
 ...BACnetConstructedDataProcessIdentifierFilter.go |   2 +-
 .../model/BACnetConstructedDataProfileLocation.go  |   2 +-
 .../model/BACnetConstructedDataProfileName.go      |   2 +-
 .../model/BACnetConstructedDataProgramAll.go       |   2 +-
 .../model/BACnetConstructedDataProgramChange.go    |   2 +-
 .../model/BACnetConstructedDataProgramLocation.go  |   2 +-
 .../model/BACnetConstructedDataProgramState.go     |   2 +-
 .../model/BACnetConstructedDataPropertyList.go     |   2 +-
 .../BACnetConstructedDataProportionalConstant.go   |   2 +-
 ...CnetConstructedDataProportionalConstantUnits.go |   2 +-
 .../model/BACnetConstructedDataProtocolLevel.go    |   2 +-
 ...tConstructedDataProtocolObjectTypesSupported.go |   2 +-
 .../model/BACnetConstructedDataProtocolRevision.go |   2 +-
 ...CnetConstructedDataProtocolServicesSupported.go |   2 +-
 .../model/BACnetConstructedDataProtocolVersion.go  |   2 +-
 ...CnetConstructedDataPulseConverterAdjustValue.go |   2 +-
 .../BACnetConstructedDataPulseConverterAll.go      |   2 +-
 ...netConstructedDataPulseConverterPresentValue.go |   2 +-
 .../model/BACnetConstructedDataPulseRate.go        |   2 +-
 .../model/BACnetConstructedDataReadOnly.go         |   2 +-
 .../model/BACnetConstructedDataReasonForDisable.go |   2 +-
 .../model/BACnetConstructedDataReasonForHalt.go    |   2 +-
 .../model/BACnetConstructedDataRecipientList.go    |   2 +-
 .../model/BACnetConstructedDataRecordCount.go      |   2 +-
 ...ACnetConstructedDataRecordsSinceNotification.go |   2 +-
 .../model/BACnetConstructedDataReferencePort.go    |   2 +-
 .../BACnetConstructedDataRegisteredCarCall.go      |   2 +-
 .../model/BACnetConstructedDataReliability.go      |   2 +-
 ...tConstructedDataReliabilityEvaluationInhibit.go |   2 +-
 .../BACnetConstructedDataRelinquishDefault.go      |   2 +-
 .../model/BACnetConstructedDataRepresents.go       |   2 +-
 .../BACnetConstructedDataRequestedShedLevel.go     |   2 +-
 ...BACnetConstructedDataRequestedUpdateInterval.go |   2 +-
 .../model/BACnetConstructedDataRequired.go         |   2 +-
 .../model/BACnetConstructedDataResolution.go       |   2 +-
 ...ConstructedDataRestartNotificationRecipients.go |   2 +-
 .../BACnetConstructedDataRestoreCompletionTime.go  |   2 +-
 .../BACnetConstructedDataRestorePreparationTime.go |   2 +-
 .../model/BACnetConstructedDataRoutingTable.go     |   2 +-
 .../readwrite/model/BACnetConstructedDataScale.go  |   2 +-
 .../model/BACnetConstructedDataScaleFactor.go      |   2 +-
 .../model/BACnetConstructedDataScheduleAll.go      |   2 +-
 .../model/BACnetConstructedDataScheduleDefault.go  |   2 +-
 .../BACnetConstructedDataSchedulePresentValue.go   |   2 +-
 .../model/BACnetConstructedDataSecuredStatus.go    |   2 +-
 .../BACnetConstructedDataSecurityPDUTimeout.go     |   2 +-
 .../BACnetConstructedDataSecurityTimeWindow.go     |   2 +-
 .../BACnetConstructedDataSegmentationSupported.go  |   2 +-
 .../model/BACnetConstructedDataSerialNumber.go     |   2 +-
 .../model/BACnetConstructedDataSetpoint.go         |   2 +-
 .../BACnetConstructedDataSetpointReference.go      |   2 +-
 .../model/BACnetConstructedDataSetting.go          |   2 +-
 .../model/BACnetConstructedDataShedDuration.go     |   2 +-
 .../BACnetConstructedDataShedLevelDescriptions.go  |   2 +-
 .../model/BACnetConstructedDataShedLevels.go       |   2 +-
 .../model/BACnetConstructedDataSilenced.go         |   2 +-
 .../BACnetConstructedDataSlaveAddressBinding.go    |   2 +-
 .../model/BACnetConstructedDataSlaveProxyEnable.go |   2 +-
 .../model/BACnetConstructedDataStartTime.go        |   2 +-
 .../BACnetConstructedDataStateChangeValues.go      |   2 +-
 .../model/BACnetConstructedDataStateDescription.go |   2 +-
 .../model/BACnetConstructedDataStateText.go        |   2 +-
 .../model/BACnetConstructedDataStatusFlags.go      |   2 +-
 .../model/BACnetConstructedDataStopTime.go         |   2 +-
 .../model/BACnetConstructedDataStopWhenFull.go     |   2 +-
 .../model/BACnetConstructedDataStrikeCount.go      |   2 +-
 .../BACnetConstructedDataStructuredObjectList.go   |   2 +-
 .../BACnetConstructedDataStructuredViewAll.go      |   2 +-
 .../BACnetConstructedDataSubordinateAnnotations.go |   2 +-
 .../model/BACnetConstructedDataSubordinateList.go  |   2 +-
 .../BACnetConstructedDataSubordinateNodeTypes.go   |   2 +-
 ...ACnetConstructedDataSubordinateRelationships.go |   2 +-
 .../model/BACnetConstructedDataSubordinateTags.go  |   2 +-
 .../BACnetConstructedDataSubscribedRecipients.go   |   2 +-
 .../BACnetConstructedDataSupportedFormatClasses.go |   2 +-
 .../model/BACnetConstructedDataSupportedFormats.go |   2 +-
 ...etConstructedDataSupportedSecurityAlgorithms.go |   2 +-
 .../model/BACnetConstructedDataSystemStatus.go     |   2 +-
 .../readwrite/model/BACnetConstructedDataTags.go   |   2 +-
 .../model/BACnetConstructedDataThreatAuthority.go  |   2 +-
 .../model/BACnetConstructedDataThreatLevel.go      |   2 +-
 .../model/BACnetConstructedDataTimeDelay.go        |   2 +-
 .../model/BACnetConstructedDataTimeDelayNormal.go  |   2 +-
 .../BACnetConstructedDataTimeOfActiveTimeReset.go  |   2 +-
 .../BACnetConstructedDataTimeOfDeviceRestart.go    |   2 +-
 .../BACnetConstructedDataTimeOfStateCountReset.go  |   2 +-
 .../BACnetConstructedDataTimeOfStrikeCountReset.go |   2 +-
 ...tConstructedDataTimePatternValuePresentValue.go |   2 +-
 ...tructedDataTimePatternValueRelinquishDefault.go |   2 +-
 ...etConstructedDataTimeSynchronizationInterval.go |   2 +-
 ...ConstructedDataTimeSynchronizationRecipients.go |   2 +-
 .../model/BACnetConstructedDataTimeValueAll.go     |   2 +-
 .../BACnetConstructedDataTimeValuePresentValue.go  |   2 +-
 ...netConstructedDataTimeValueRelinquishDefault.go |   2 +-
 .../BACnetConstructedDataTimepatternValueAll.go    |   2 +-
 .../model/BACnetConstructedDataTimerAlarmValues.go |   2 +-
 .../model/BACnetConstructedDataTimerAll.go         |   2 +-
 .../BACnetConstructedDataTimerMaxPresValue.go      |   2 +-
 .../BACnetConstructedDataTimerMinPresValue.go      |   2 +-
 .../model/BACnetConstructedDataTimerResolution.go  |   2 +-
 .../model/BACnetConstructedDataTimerRunning.go     |   2 +-
 .../model/BACnetConstructedDataTimerState.go       |   2 +-
 .../model/BACnetConstructedDataTotalRecordCount.go |   2 +-
 .../model/BACnetConstructedDataTraceFlag.go        |   2 +-
 .../model/BACnetConstructedDataTrackingValue.go    |   2 +-
 ...tConstructedDataTransactionNotificationClass.go |   2 +-
 .../model/BACnetConstructedDataTransition.go       |   2 +-
 .../model/BACnetConstructedDataTrendLogAll.go      |   2 +-
 .../BACnetConstructedDataTrendLogLogBuffer.go      |   2 +-
 ...nstructedDataTrendLogLogDeviceObjectProperty.go |   2 +-
 .../BACnetConstructedDataTrendLogMultipleAll.go    |   2 +-
 ...CnetConstructedDataTrendLogMultipleLogBuffer.go |   2 +-
 ...dDataTrendLogMultipleLogDeviceObjectProperty.go |   2 +-
 .../model/BACnetConstructedDataTrigger.go          |   2 +-
 .../model/BACnetConstructedDataUTCOffset.go        |   2 +-
 ...structedDataUTCTimeSynchronizationRecipients.go |   2 +-
 .../readwrite/model/BACnetConstructedDataUnits.go  |   2 +-
 .../model/BACnetConstructedDataUnspecified.go      |   2 +-
 .../model/BACnetConstructedDataUpdateInterval.go   |   2 +-
 .../BACnetConstructedDataUpdateKeySetTimeout.go    |   2 +-
 .../model/BACnetConstructedDataUpdateTime.go       |   2 +-
 .../BACnetConstructedDataUserExternalIdentifier.go |   2 +-
 ...ACnetConstructedDataUserInformationReference.go |   2 +-
 .../model/BACnetConstructedDataUserName.go         |   2 +-
 .../model/BACnetConstructedDataUserType.go         |   2 +-
 .../model/BACnetConstructedDataUsesRemaining.go    |   2 +-
 .../BACnetConstructedDataVTClassesSupported.go     |   2 +-
 .../model/BACnetConstructedDataValidSamples.go     |   2 +-
 .../BACnetConstructedDataValueBeforeChange.go      |   2 +-
 .../model/BACnetConstructedDataValueChangeTime.go  |   2 +-
 .../model/BACnetConstructedDataValueSet.go         |   2 +-
 .../model/BACnetConstructedDataValueSource.go      |   2 +-
 .../model/BACnetConstructedDataValueSourceArray.go |   2 +-
 .../model/BACnetConstructedDataVarianceValue.go    |   2 +-
 .../model/BACnetConstructedDataVendorIdentifier.go |   2 +-
 .../model/BACnetConstructedDataVendorName.go       |   2 +-
 .../model/BACnetConstructedDataVerificationTime.go |   2 +-
 .../BACnetConstructedDataVirtualMACAddressTable.go |   2 +-
 .../model/BACnetConstructedDataWeeklySchedule.go   |   2 +-
 .../model/BACnetConstructedDataWindowInterval.go   |   2 +-
 .../model/BACnetConstructedDataWindowSamples.go    |   2 +-
 .../model/BACnetConstructedDataWriteStatus.go      |   2 +-
 .../model/BACnetConstructedDataZoneFrom.go         |   2 +-
 .../model/BACnetConstructedDataZoneMembers.go      |   2 +-
 .../readwrite/model/BACnetConstructedDataZoneTo.go |   2 +-
 .../bacnetip/readwrite/model/BACnetContextTag.go   |   2 +-
 .../readwrite/model/BACnetContextTagBitString.go   |   2 +-
 .../readwrite/model/BACnetContextTagBoolean.go     |   2 +-
 .../model/BACnetContextTagCharacterString.go       |   2 +-
 .../readwrite/model/BACnetContextTagDate.go        |   2 +-
 .../readwrite/model/BACnetContextTagDouble.go      |   2 +-
 .../readwrite/model/BACnetContextTagEnumerated.go  |   2 +-
 .../readwrite/model/BACnetContextTagNull.go        |   2 +-
 .../model/BACnetContextTagObjectIdentifier.go      |   2 +-
 .../readwrite/model/BACnetContextTagOctetString.go |   2 +-
 .../readwrite/model/BACnetContextTagReal.go        |   2 +-
 .../model/BACnetContextTagSignedInteger.go         |   2 +-
 .../readwrite/model/BACnetContextTagTime.go        |   2 +-
 .../readwrite/model/BACnetContextTagUnknown.go     |   2 +-
 .../model/BACnetContextTagUnsignedInteger.go       |   2 +-
 .../model/BACnetCredentialAuthenticationFactor.go  |   2 +-
 .../readwrite/model/BACnetDailySchedule.go         |   2 +-
 .../bacnetip/readwrite/model/BACnetDataType.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetDateRange.go    |   2 +-
 .../readwrite/model/BACnetDateRangeEnclosed.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetDateTime.go     |   2 +-
 .../readwrite/model/BACnetDateTimeEnclosed.go      |   2 +-
 .../bacnetip/readwrite/model/BACnetDaysOfWeek.go   |   2 +-
 .../readwrite/model/BACnetDaysOfWeekTagged.go      |   2 +-
 .../bacnetip/readwrite/model/BACnetDestination.go  |   2 +-
 .../model/BACnetDeviceObjectPropertyReference.go   |   2 +-
 .../BACnetDeviceObjectPropertyReferenceEnclosed.go |   2 +-
 .../readwrite/model/BACnetDeviceObjectReference.go |   2 +-
 .../model/BACnetDeviceObjectReferenceEnclosed.go   |   2 +-
 .../bacnetip/readwrite/model/BACnetDeviceStatus.go |   2 +-
 .../readwrite/model/BACnetDeviceStatusTagged.go    |   2 +-
 .../readwrite/model/BACnetDoorAlarmState.go        |   2 +-
 .../readwrite/model/BACnetDoorAlarmStateTagged.go  |   2 +-
 .../readwrite/model/BACnetDoorSecuredStatus.go     |   2 +-
 .../model/BACnetDoorSecuredStatusTagged.go         |   2 +-
 .../bacnetip/readwrite/model/BACnetDoorStatus.go   |   2 +-
 .../readwrite/model/BACnetDoorStatusTagged.go      |   2 +-
 .../bacnetip/readwrite/model/BACnetDoorValue.go    |   2 +-
 .../readwrite/model/BACnetDoorValueTagged.go       |   2 +-
 .../readwrite/model/BACnetEngineeringUnits.go      |   2 +-
 .../model/BACnetEngineeringUnitsTagged.go          |   2 +-
 .../bacnetip/readwrite/model/BACnetError.go        |   2 +-
 .../bacnetip/readwrite/model/BACnetErrorGeneral.go |   2 +-
 .../readwrite/model/BACnetEscalatorFault.go        |   2 +-
 .../readwrite/model/BACnetEscalatorFaultTagged.go  |   2 +-
 .../readwrite/model/BACnetEscalatorMode.go         |   2 +-
 .../readwrite/model/BACnetEscalatorModeTagged.go   |   2 +-
 .../model/BACnetEscalatorOperationDirection.go     |   2 +-
 .../BACnetEscalatorOperationDirectionTagged.go     |   2 +-
 .../readwrite/model/BACnetEventLogRecord.go        |   2 +-
 .../model/BACnetEventLogRecordLogDatum.go          |   2 +-
 .../model/BACnetEventLogRecordLogDatumLogStatus.go |   2 +-
 .../BACnetEventLogRecordLogDatumNotification.go    |   2 +-
 .../BACnetEventLogRecordLogDatumTimeChange.go      |   2 +-
 .../model/BACnetEventNotificationSubscription.go   |   2 +-
 .../readwrite/model/BACnetEventParameter.go        |   2 +-
 .../model/BACnetEventParameterAccessEvent.go       |   2 +-
 ...tEventParameterAccessEventListOfAccessEvents.go |   2 +-
 .../model/BACnetEventParameterBufferReady.go       |   2 +-
 .../model/BACnetEventParameterChangeOfBitstring.go |   2 +-
 ...ameterChangeOfBitstringListOfBitstringValues.go |   2 +-
 .../BACnetEventParameterChangeOfCharacterString.go |   2 +-
 ...eterChangeOfCharacterStringListOfAlarmValues.go |   2 +-
 .../BACnetEventParameterChangeOfDiscreteValue.go   |   2 +-
 .../BACnetEventParameterChangeOfLifeSavety.go      |   2 +-
 ...ParameterChangeOfLifeSavetyListOfAlarmValues.go |   2 +-
 ...hangeOfLifeSavetyListOfLifeSavetyAlarmValues.go |   2 +-
 .../model/BACnetEventParameterChangeOfState.go     |   2 +-
 ...ACnetEventParameterChangeOfStateListOfValues.go |   2 +-
 .../BACnetEventParameterChangeOfStatusFlags.go     |   2 +-
 .../model/BACnetEventParameterChangeOfTimer.go     |   2 +-
 .../BACnetEventParameterChangeOfTimerAlarmValue.go |   2 +-
 .../model/BACnetEventParameterChangeOfValue.go     |   2 +-
 ...BACnetEventParameterChangeOfValueCivCriteria.go |   2 +-
 ...ventParameterChangeOfValueCivCriteriaBitmask.go |   2 +-
 ...fValueCivCriteriaReferencedPropertyIncrement.go |   2 +-
 .../model/BACnetEventParameterCommandFailure.go    |   2 +-
 .../model/BACnetEventParameterDoubleOutOfRange.go  |   2 +-
 .../model/BACnetEventParameterExtended.go          |   2 +-
 .../BACnetEventParameterExtendedParameters.go      |   2 +-
 .../model/BACnetEventParameterFloatingLimit.go     |   2 +-
 .../readwrite/model/BACnetEventParameterNone.go    |   2 +-
 .../model/BACnetEventParameterOutOfRange.go        |   2 +-
 .../model/BACnetEventParameterSignedOutOfRange.go  |   2 +-
 .../BACnetEventParameterUnsignedOutOfRange.go      |   2 +-
 .../model/BACnetEventParameterUnsignedRange.go     |   2 +-
 .../readwrite/model/BACnetEventPriorities.go       |   2 +-
 .../bacnetip/readwrite/model/BACnetEventState.go   |   2 +-
 .../readwrite/model/BACnetEventStateTagged.go      |   2 +-
 .../readwrite/model/BACnetEventSummariesList.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetEventSummary.go |   2 +-
 .../readwrite/model/BACnetEventTimestamps.go       |   2 +-
 .../model/BACnetEventTimestampsEnclosed.go         |   2 +-
 .../readwrite/model/BACnetEventTransitionBits.go   |   2 +-
 .../model/BACnetEventTransitionBitsTagged.go       |   2 +-
 .../bacnetip/readwrite/model/BACnetEventType.go    |   2 +-
 .../readwrite/model/BACnetEventTypeTagged.go       |   2 +-
 .../readwrite/model/BACnetFaultParameter.go        |   2 +-
 .../BACnetFaultParameterFaultCharacterString.go    |   2 +-
 ...rameterFaultCharacterStringListOfFaultValues.go |   2 +-
 .../model/BACnetFaultParameterFaultExtended.go     |   2 +-
 .../BACnetFaultParameterFaultExtendedParameters.go |   2 +-
 ...etFaultParameterFaultExtendedParametersEntry.go |   2 +-
 ...rameterFaultExtendedParametersEntryBitString.go |   2 +-
 ...ParameterFaultExtendedParametersEntryBoolean.go |   2 +-
 ...rFaultExtendedParametersEntryCharacterString.go |   2 +-
 ...ultParameterFaultExtendedParametersEntryDate.go |   2 +-
 ...tParameterFaultExtendedParametersEntryDouble.go |   2 +-
 ...ameterFaultExtendedParametersEntryEnumerated.go |   2 +-
 ...ParameterFaultExtendedParametersEntryInteger.go |   2 +-
 ...ultParameterFaultExtendedParametersEntryNull.go |   2 +-
 ...FaultExtendedParametersEntryObjectidentifier.go |   2 +-
 ...meterFaultExtendedParametersEntryOctetString.go |   2 +-
 ...ultParameterFaultExtendedParametersEntryReal.go |   2 +-
 ...rameterFaultExtendedParametersEntryReference.go |   2 +-
 ...ultParameterFaultExtendedParametersEntryTime.go |   2 +-
 ...arameterFaultExtendedParametersEntryUnsigned.go |   2 +-
 .../model/BACnetFaultParameterFaultLifeSafety.go   |   2 +-
 ...ultParameterFaultLifeSafetyListOfFaultValues.go |   2 +-
 .../model/BACnetFaultParameterFaultListed.go       |   2 +-
 .../model/BACnetFaultParameterFaultOutOfRange.go   |   2 +-
 ...tFaultParameterFaultOutOfRangeMaxNormalValue.go |   2 +-
 ...ParameterFaultOutOfRangeMaxNormalValueDouble.go |   2 +-
 ...arameterFaultOutOfRangeMaxNormalValueInteger.go |   2 +-
 ...ltParameterFaultOutOfRangeMaxNormalValueReal.go |   2 +-
 ...rameterFaultOutOfRangeMaxNormalValueUnsigned.go |   2 +-
 ...tFaultParameterFaultOutOfRangeMinNormalValue.go |   2 +-
 ...ParameterFaultOutOfRangeMinNormalValueDouble.go |   2 +-
 ...arameterFaultOutOfRangeMinNormalValueInteger.go |   2 +-
 ...ltParameterFaultOutOfRangeMinNormalValueReal.go |   2 +-
 ...rameterFaultOutOfRangeMinNormalValueUnsigned.go |   2 +-
 .../model/BACnetFaultParameterFaultState.go        |   2 +-
 ...netFaultParameterFaultStateListOfFaultValues.go |   2 +-
 .../model/BACnetFaultParameterFaultStatusFlags.go  |   2 +-
 .../readwrite/model/BACnetFaultParameterNone.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetFaultType.go    |   2 +-
 .../readwrite/model/BACnetFaultTypeTagged.go       |   2 +-
 .../readwrite/model/BACnetFileAccessMethod.go      |   2 +-
 .../model/BACnetFileAccessMethodTagged.go          |   2 +-
 .../readwrite/model/BACnetGroupChannelValue.go     |   2 +-
 .../readwrite/model/BACnetGroupChannelValueList.go |   2 +-
 .../bacnetip/readwrite/model/BACnetHostAddress.go  |   2 +-
 .../readwrite/model/BACnetHostAddressEnclosed.go   |   2 +-
 .../readwrite/model/BACnetHostAddressIpAddress.go  |   2 +-
 .../readwrite/model/BACnetHostAddressName.go       |   2 +-
 .../readwrite/model/BACnetHostAddressNull.go       |   2 +-
 .../bacnetip/readwrite/model/BACnetHostNPort.go    |   2 +-
 .../readwrite/model/BACnetHostNPortEnclosed.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetIPMode.go       |   2 +-
 .../bacnetip/readwrite/model/BACnetIPModeTagged.go |   2 +-
 .../readwrite/model/BACnetKeyIdentifier.go         |   2 +-
 .../readwrite/model/BACnetLandingCallStatus.go     |   2 +-
 .../model/BACnetLandingCallStatusCommand.go        |   2 +-
 .../BACnetLandingCallStatusCommandDestination.go   |   2 +-
 .../BACnetLandingCallStatusCommandDirection.go     |   2 +-
 .../readwrite/model/BACnetLandingDoorStatus.go     |   2 +-
 .../BACnetLandingDoorStatusLandingDoorsList.go     |   2 +-
 ...BACnetLandingDoorStatusLandingDoorsListEntry.go |   2 +-
 .../readwrite/model/BACnetLifeSafetyMode.go        |   2 +-
 .../readwrite/model/BACnetLifeSafetyModeTagged.go  |   2 +-
 .../readwrite/model/BACnetLifeSafetyOperation.go   |   2 +-
 .../model/BACnetLifeSafetyOperationTagged.go       |   2 +-
 .../readwrite/model/BACnetLifeSafetyState.go       |   2 +-
 .../readwrite/model/BACnetLifeSafetyStateTagged.go |   2 +-
 .../readwrite/model/BACnetLiftCarCallList.go       |   2 +-
 .../model/BACnetLiftCarCallListFloorList.go        |   2 +-
 .../readwrite/model/BACnetLiftCarDirection.go      |   2 +-
 .../model/BACnetLiftCarDirectionTagged.go          |   2 +-
 .../readwrite/model/BACnetLiftCarDoorCommand.go    |   2 +-
 .../model/BACnetLiftCarDoorCommandTagged.go        |   2 +-
 .../readwrite/model/BACnetLiftCarDriveStatus.go    |   2 +-
 .../model/BACnetLiftCarDriveStatusTagged.go        |   2 +-
 .../bacnetip/readwrite/model/BACnetLiftCarMode.go  |   2 +-
 .../readwrite/model/BACnetLiftCarModeTagged.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetLiftFault.go    |   2 +-
 .../readwrite/model/BACnetLiftFaultTagged.go       |   2 +-
 .../readwrite/model/BACnetLiftGroupMode.go         |   2 +-
 .../readwrite/model/BACnetLiftGroupModeTagged.go   |   2 +-
 .../readwrite/model/BACnetLightingCommand.go       |   2 +-
 .../model/BACnetLightingCommandEnclosed.go         |   2 +-
 .../readwrite/model/BACnetLightingInProgress.go    |   2 +-
 .../model/BACnetLightingInProgressTagged.go        |   2 +-
 .../readwrite/model/BACnetLightingOperation.go     |   2 +-
 .../model/BACnetLightingOperationTagged.go         |   2 +-
 .../readwrite/model/BACnetLightingTransition.go    |   2 +-
 .../model/BACnetLightingTransitionTagged.go        |   2 +-
 .../bacnetip/readwrite/model/BACnetLimitEnable.go  |   2 +-
 .../readwrite/model/BACnetLimitEnableTagged.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetLockStatus.go   |   2 +-
 .../readwrite/model/BACnetLockStatusTagged.go      |   2 +-
 .../bacnetip/readwrite/model/BACnetLogData.go      |   2 +-
 .../readwrite/model/BACnetLogDataLogData.go        |   2 +-
 .../readwrite/model/BACnetLogDataLogDataEntry.go   |   2 +-
 .../model/BACnetLogDataLogDataEntryAnyValue.go     |   2 +-
 .../BACnetLogDataLogDataEntryBitStringValue.go     |   2 +-
 .../model/BACnetLogDataLogDataEntryBooleanValue.go |   2 +-
 .../BACnetLogDataLogDataEntryEnumeratedValue.go    |   2 +-
 .../model/BACnetLogDataLogDataEntryFailure.go      |   2 +-
 .../model/BACnetLogDataLogDataEntryIntegerValue.go |   2 +-
 .../model/BACnetLogDataLogDataEntryNullValue.go    |   2 +-
 .../model/BACnetLogDataLogDataEntryRealValue.go    |   2 +-
 .../BACnetLogDataLogDataEntryUnsignedValue.go      |   2 +-
 .../model/BACnetLogDataLogDataTimeChange.go        |   2 +-
 .../readwrite/model/BACnetLogDataLogStatus.go      |   2 +-
 .../readwrite/model/BACnetLogMultipleRecord.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetLogRecord.go    |   2 +-
 .../readwrite/model/BACnetLogRecordLogDatum.go     |   2 +-
 .../model/BACnetLogRecordLogDatumAnyValue.go       |   2 +-
 .../model/BACnetLogRecordLogDatumBitStringValue.go |   2 +-
 .../model/BACnetLogRecordLogDatumBooleanValue.go   |   2 +-
 .../BACnetLogRecordLogDatumEnumeratedValue.go      |   2 +-
 .../model/BACnetLogRecordLogDatumFailure.go        |   2 +-
 .../model/BACnetLogRecordLogDatumIntegerValue.go   |   2 +-
 .../model/BACnetLogRecordLogDatumLogStatus.go      |   2 +-
 .../model/BACnetLogRecordLogDatumNullValue.go      |   2 +-
 .../model/BACnetLogRecordLogDatumRealValue.go      |   2 +-
 .../model/BACnetLogRecordLogDatumTimeChange.go     |   2 +-
 .../model/BACnetLogRecordLogDatumUnsignedValue.go  |   2 +-
 .../bacnetip/readwrite/model/BACnetLogStatus.go    |   2 +-
 .../readwrite/model/BACnetLogStatusTagged.go       |   2 +-
 .../bacnetip/readwrite/model/BACnetLoggingType.go  |   2 +-
 .../readwrite/model/BACnetLoggingTypeTagged.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetMaintenance.go  |   2 +-
 .../readwrite/model/BACnetMaintenanceTagged.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetNameValue.go    |   2 +-
 .../readwrite/model/BACnetNameValueCollection.go   |   2 +-
 .../readwrite/model/BACnetNetworkNumberQuality.go  |   2 +-
 .../model/BACnetNetworkNumberQualityTagged.go      |   2 +-
 .../readwrite/model/BACnetNetworkPortCommand.go    |   2 +-
 .../model/BACnetNetworkPortCommandTagged.go        |   2 +-
 .../readwrite/model/BACnetNetworkSecurityPolicy.go |   2 +-
 .../bacnetip/readwrite/model/BACnetNetworkType.go  |   2 +-
 .../readwrite/model/BACnetNetworkTypeTagged.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetNodeType.go     |   2 +-
 .../readwrite/model/BACnetNodeTypeTagged.go        |   2 +-
 .../model/BACnetNotificationParameters.go          |   2 +-
 .../BACnetNotificationParametersAccessEvent.go     |   2 +-
 .../BACnetNotificationParametersBufferReady.go     |   2 +-
 ...ACnetNotificationParametersChangeOfBitString.go |   2 +-
 ...otificationParametersChangeOfCharacterString.go |   2 +-
 ...tNotificationParametersChangeOfDiscreteValue.go |   2 +-
 ...ationParametersChangeOfDiscreteValueNewValue.go |   2 +-
 ...rametersChangeOfDiscreteValueNewValueBoolean.go |   2 +-
 ...ChangeOfDiscreteValueNewValueCharacterString.go |   2 +-
 ...ametersChangeOfDiscreteValueNewValueDatetime.go |   2 +-
 ...etersChangeOfDiscreteValueNewValueEnumerated.go |   2 +-
 ...rametersChangeOfDiscreteValueNewValueInteger.go |   2 +-
 ...hangeOfDiscreteValueNewValueObjectidentifier.go |   2 +-
 ...metersChangeOfDiscreteValueNewValueOctetDate.go |   2 +-
 ...tersChangeOfDiscreteValueNewValueOctetString.go |   2 +-
 ...metersChangeOfDiscreteValueNewValueOctetTime.go |   2 +-
 ...ametersChangeOfDiscreteValueNewValueUnsigned.go |   2 +-
 ...CnetNotificationParametersChangeOfLifeSafety.go |   2 +-
 ...netNotificationParametersChangeOfReliability.go |   2 +-
 .../BACnetNotificationParametersChangeOfState.go   |   2 +-
 ...netNotificationParametersChangeOfStatusFlags.go |   2 +-
 .../BACnetNotificationParametersChangeOfTimer.go   |   2 +-
 .../BACnetNotificationParametersChangeOfValue.go   |   2 +-
 ...tNotificationParametersChangeOfValueNewValue.go |   2 +-
 ...onParametersChangeOfValueNewValueChangedBits.go |   2 +-
 ...nParametersChangeOfValueNewValueChangedValue.go |   2 +-
 .../BACnetNotificationParametersCommandFailure.go  |   2 +-
 ...BACnetNotificationParametersComplexEventType.go |   2 +-
 ...BACnetNotificationParametersDoubleOutOfRange.go |   2 +-
 .../model/BACnetNotificationParametersExtended.go  |   2 +-
 ...CnetNotificationParametersExtendedParameters.go |   2 +-
 .../BACnetNotificationParametersFloatingLimit.go   |   2 +-
 .../BACnetNotificationParametersOutOfRange.go      |   2 +-
 ...BACnetNotificationParametersSignedOutOfRange.go |   2 +-
 ...CnetNotificationParametersUnsignedOutOfRange.go |   2 +-
 .../BACnetNotificationParametersUnsignedRange.go   |   2 +-
 .../bacnetip/readwrite/model/BACnetNotifyType.go   |   2 +-
 .../readwrite/model/BACnetNotifyTypeTagged.go      |   2 +-
 .../model/BACnetObjectPropertyReference.go         |   2 +-
 .../model/BACnetObjectPropertyReferenceEnclosed.go |   2 +-
 .../bacnetip/readwrite/model/BACnetObjectType.go   |   2 +-
 .../readwrite/model/BACnetObjectTypeTagged.go      |   2 +-
 .../readwrite/model/BACnetObjectTypesSupported.go  |   2 +-
 .../model/BACnetObjectTypesSupportedTagged.go      |   2 +-
 .../bacnetip/readwrite/model/BACnetOpeningTag.go   |   2 +-
 .../readwrite/model/BACnetOptionalBinaryPV.go      |   2 +-
 .../readwrite/model/BACnetOptionalBinaryPVNull.go  |   2 +-
 .../readwrite/model/BACnetOptionalBinaryPVValue.go |   2 +-
 .../model/BACnetOptionalCharacterString.go         |   2 +-
 .../model/BACnetOptionalCharacterStringNull.go     |   2 +-
 .../model/BACnetOptionalCharacterStringValue.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetOptionalREAL.go |   2 +-
 .../readwrite/model/BACnetOptionalREALNull.go      |   2 +-
 .../readwrite/model/BACnetOptionalREALValue.go     |   2 +-
 .../readwrite/model/BACnetOptionalUnsigned.go      |   2 +-
 .../readwrite/model/BACnetOptionalUnsignedNull.go  |   2 +-
 .../readwrite/model/BACnetOptionalUnsignedValue.go |   2 +-
 .../bacnetip/readwrite/model/BACnetPolarity.go     |   2 +-
 .../readwrite/model/BACnetPolarityTagged.go        |   2 +-
 .../readwrite/model/BACnetPortPermission.go        |   2 +-
 .../bacnetip/readwrite/model/BACnetPrescale.go     |   2 +-
 .../readwrite/model/BACnetPriorityArray.go         |   2 +-
 .../readwrite/model/BACnetPriorityValue.go         |   2 +-
 .../model/BACnetPriorityValueBitString.go          |   2 +-
 .../readwrite/model/BACnetPriorityValueBoolean.go  |   2 +-
 .../model/BACnetPriorityValueCharacterString.go    |   2 +-
 .../model/BACnetPriorityValueConstructedValue.go   |   2 +-
 .../readwrite/model/BACnetPriorityValueDate.go     |   2 +-
 .../readwrite/model/BACnetPriorityValueDateTime.go |   2 +-
 .../readwrite/model/BACnetPriorityValueDouble.go   |   2 +-
 .../model/BACnetPriorityValueEnumerated.go         |   2 +-
 .../readwrite/model/BACnetPriorityValueInteger.go  |   2 +-
 .../readwrite/model/BACnetPriorityValueNull.go     |   2 +-
 .../model/BACnetPriorityValueObjectidentifier.go   |   2 +-
 .../model/BACnetPriorityValueOctetString.go        |   2 +-
 .../readwrite/model/BACnetPriorityValueReal.go     |   2 +-
 .../readwrite/model/BACnetPriorityValueTime.go     |   2 +-
 .../readwrite/model/BACnetPriorityValueUnsigned.go |   2 +-
 .../readwrite/model/BACnetProcessIdSelection.go    |   2 +-
 .../model/BACnetProcessIdSelectionNull.go          |   2 +-
 .../model/BACnetProcessIdSelectionValue.go         |   2 +-
 .../bacnetip/readwrite/model/BACnetProgramError.go |   2 +-
 .../readwrite/model/BACnetProgramErrorTagged.go    |   2 +-
 .../readwrite/model/BACnetProgramRequest.go        |   2 +-
 .../readwrite/model/BACnetProgramRequestTagged.go  |   2 +-
 .../bacnetip/readwrite/model/BACnetProgramState.go |   2 +-
 .../readwrite/model/BACnetProgramStateTagged.go    |   2 +-
 .../readwrite/model/BACnetPropertyAccessResult.go  |   2 +-
 .../BACnetPropertyAccessResultAccessResult.go      |   2 +-
 ...yAccessResultAccessResultPropertyAccessError.go |   2 +-
 ...ropertyAccessResultAccessResultPropertyValue.go |   2 +-
 .../readwrite/model/BACnetPropertyIdentifier.go    |   2 +-
 .../model/BACnetPropertyIdentifierTagged.go        |   2 +-
 .../readwrite/model/BACnetPropertyReference.go     |   2 +-
 .../model/BACnetPropertyReferenceEnclosed.go       |   2 +-
 .../model/BACnetPropertyStateActionUnknown.go      |   2 +-
 .../readwrite/model/BACnetPropertyStates.go        |   2 +-
 .../BACnetPropertyStatesAccessCredentialDisable.go |   2 +-
 ...tPropertyStatesAccessCredentialDisableReason.go |   2 +-
 .../model/BACnetPropertyStatesAccessEvent.go       |   2 +-
 .../readwrite/model/BACnetPropertyStatesAction.go  |   2 +-
 .../BACnetPropertyStatesAuthenticationStatus.go    |   2 +-
 .../model/BACnetPropertyStatesBackupState.go       |   2 +-
 .../model/BACnetPropertyStatesBacnetIpMode.go      |   2 +-
 .../BACnetPropertyStatesBinaryLightningValue.go    |   2 +-
 .../model/BACnetPropertyStatesBinaryValue.go       |   2 +-
 .../readwrite/model/BACnetPropertyStatesBoolean.go |   2 +-
 .../model/BACnetPropertyStatesDoorAlarmState.go    |   2 +-
 .../model/BACnetPropertyStatesDoorSecuredStatus.go |   2 +-
 .../model/BACnetPropertyStatesDoorStatus.go        |   2 +-
 .../model/BACnetPropertyStatesDoorValue.go         |   2 +-
 .../model/BACnetPropertyStatesEnclosed.go          |   2 +-
 .../model/BACnetPropertyStatesEscalatorFault.go    |   2 +-
 .../model/BACnetPropertyStatesEscalatorMode.go     |   2 +-
 ...netPropertyStatesEscalatorOperationDirection.go |   2 +-
 .../model/BACnetPropertyStatesEventType.go         |   2 +-
 .../model/BACnetPropertyStatesExtendedValue.go     |   2 +-
 .../model/BACnetPropertyStatesFileAccessMethod.go  |   2 +-
 .../model/BACnetPropertyStatesIntegerValue.go      |   2 +-
 .../model/BACnetPropertyStatesLifeSafetyMode.go    |   2 +-
 .../BACnetPropertyStatesLifeSafetyOperations.go    |   2 +-
 .../model/BACnetPropertyStatesLifeSafetyState.go   |   2 +-
 .../model/BACnetPropertyStatesLiftCarDirection.go  |   2 +-
 .../BACnetPropertyStatesLiftCarDoorCommand.go      |   2 +-
 .../BACnetPropertyStatesLiftCarDriveStatus.go      |   2 +-
 .../model/BACnetPropertyStatesLiftCarMode.go       |   2 +-
 .../model/BACnetPropertyStatesLiftFault.go         |   2 +-
 .../model/BACnetPropertyStatesLiftGroupMode.go     |   2 +-
 .../BACnetPropertyStatesLightningInProgress.go     |   2 +-
 .../BACnetPropertyStatesLightningOperation.go      |   2 +-
 .../BACnetPropertyStatesLightningTransition.go     |   2 +-
 .../model/BACnetPropertyStatesLockStatus.go        |   2 +-
 .../model/BACnetPropertyStatesMaintenance.go       |   2 +-
 .../BACnetPropertyStatesNetworkNumberQuality.go    |   2 +-
 .../BACnetPropertyStatesNetworkPortCommand.go      |   2 +-
 .../model/BACnetPropertyStatesNetworkType.go       |   2 +-
 .../model/BACnetPropertyStatesNodeType.go          |   2 +-
 .../model/BACnetPropertyStatesNotifyType.go        |   2 +-
 .../model/BACnetPropertyStatesPolarity.go          |   2 +-
 .../model/BACnetPropertyStatesProgramChange.go     |   2 +-
 .../model/BACnetPropertyStatesProtocolLevel.go     |   2 +-
 .../model/BACnetPropertyStatesReasonForHalt.go     |   2 +-
 .../model/BACnetPropertyStatesReliability.go       |   2 +-
 .../model/BACnetPropertyStatesRestartReason.go     |   2 +-
 .../model/BACnetPropertyStatesSecurityLevel.go     |   2 +-
 .../model/BACnetPropertyStatesShedState.go         |   2 +-
 .../model/BACnetPropertyStatesSilencedState.go     |   2 +-
 .../readwrite/model/BACnetPropertyStatesState.go   |   2 +-
 .../model/BACnetPropertyStatesSystemStatus.go      |   2 +-
 .../model/BACnetPropertyStatesTimerState.go        |   2 +-
 .../model/BACnetPropertyStatesTimerTransition.go   |   2 +-
 .../readwrite/model/BACnetPropertyStatesUnits.go   |   2 +-
 .../model/BACnetPropertyStatesWriteStatus.go       |   2 +-
 .../model/BACnetPropertyStatesZoneOccupanyState.go |   2 +-
 .../readwrite/model/BACnetPropertyValue.go         |   2 +-
 .../readwrite/model/BACnetPropertyValues.go        |   2 +-
 .../model/BACnetPropertyWriteDefinition.go         |   2 +-
 .../readwrite/model/BACnetProtocolLevel.go         |   2 +-
 .../readwrite/model/BACnetProtocolLevelTagged.go   |   2 +-
 .../readwrite/model/BACnetReadAccessProperty.go    |   2 +-
 .../model/BACnetReadAccessPropertyReadResult.go    |   2 +-
 .../readwrite/model/BACnetReadAccessResult.go      |   2 +-
 .../model/BACnetReadAccessResultListOfResults.go   |   2 +-
 .../model/BACnetReadAccessSpecification.go         |   2 +-
 .../bacnetip/readwrite/model/BACnetRecipient.go    |   2 +-
 .../readwrite/model/BACnetRecipientAddress.go      |   2 +-
 .../readwrite/model/BACnetRecipientDevice.go       |   2 +-
 .../readwrite/model/BACnetRecipientEnclosed.go     |   2 +-
 .../readwrite/model/BACnetRecipientProcess.go      |   2 +-
 .../model/BACnetRecipientProcessEnclosed.go        |   2 +-
 .../bacnetip/readwrite/model/BACnetRejectReason.go |   2 +-
 .../readwrite/model/BACnetRejectReasonTagged.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetRelationship.go |   2 +-
 .../readwrite/model/BACnetRelationshipTagged.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetReliability.go  |   2 +-
 .../readwrite/model/BACnetReliabilityTagged.go     |   2 +-
 .../readwrite/model/BACnetRestartReason.go         |   2 +-
 .../readwrite/model/BACnetRestartReasonTagged.go   |   2 +-
 .../bacnetip/readwrite/model/BACnetResultFlags.go  |   2 +-
 .../readwrite/model/BACnetResultFlagsTagged.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetRouterEntry.go  |   2 +-
 .../readwrite/model/BACnetRouterEntryStatus.go     |   2 +-
 .../model/BACnetRouterEntryStatusTagged.go         |   2 +-
 .../bacnetip/readwrite/model/BACnetScale.go        |   2 +-
 .../readwrite/model/BACnetScaleFloatScale.go       |   2 +-
 .../readwrite/model/BACnetScaleIntegerScale.go     |   2 +-
 .../readwrite/model/BACnetSecurityKeySet.go        |   2 +-
 .../readwrite/model/BACnetSecurityKeySetKeyIds.go  |   2 +-
 .../readwrite/model/BACnetSecurityLevel.go         |   2 +-
 .../readwrite/model/BACnetSecurityLevelTagged.go   |   2 +-
 .../readwrite/model/BACnetSecurityPolicy.go        |   2 +-
 .../readwrite/model/BACnetSecurityPolicyTagged.go  |   2 +-
 .../bacnetip/readwrite/model/BACnetSegmentation.go |   2 +-
 .../readwrite/model/BACnetSegmentationTagged.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetServiceAck.go   |   2 +-
 .../model/BACnetServiceAckAtomicReadFile.go        |   2 +-
 .../model/BACnetServiceAckAtomicReadFileRecord.go  |   2 +-
 .../model/BACnetServiceAckAtomicReadFileStream.go  |   2 +-
 ...BACnetServiceAckAtomicReadFileStreamOrRecord.go |   2 +-
 .../model/BACnetServiceAckAtomicWriteFile.go       |   2 +-
 .../model/BACnetServiceAckAuthenticate.go          |   2 +-
 .../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     |   2 +-
 .../model/BACnetServiceAckReadPropertyMultiple.go  |   2 +-
 .../readwrite/model/BACnetServiceAckReadRange.go   |   2 +-
 .../readwrite/model/BACnetServiceAckRequestKey.go  |   2 +-
 .../readwrite/model/BACnetServiceAckVTData.go      |   2 +-
 .../readwrite/model/BACnetServiceAckVTOpen.go      |   2 +-
 .../readwrite/model/BACnetServicesSupported.go     |   2 +-
 .../model/BACnetServicesSupportedTagged.go         |   2 +-
 .../readwrite/model/BACnetSetpointReference.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetShedLevel.go    |   2 +-
 .../readwrite/model/BACnetShedLevelAmount.go       |   2 +-
 .../readwrite/model/BACnetShedLevelLevel.go        |   2 +-
 .../readwrite/model/BACnetShedLevelPercent.go      |   2 +-
 .../bacnetip/readwrite/model/BACnetShedState.go    |   2 +-
 .../readwrite/model/BACnetShedStateTagged.go       |   2 +-
 .../readwrite/model/BACnetSilencedState.go         |   2 +-
 .../readwrite/model/BACnetSilencedStateTagged.go   |   2 +-
 .../bacnetip/readwrite/model/BACnetSpecialEvent.go |   2 +-
 .../model/BACnetSpecialEventListOfTimeValues.go    |   2 +-
 .../readwrite/model/BACnetSpecialEventPeriod.go    |   2 +-
 .../model/BACnetSpecialEventPeriodCalendarEntry.go |   2 +-
 .../BACnetSpecialEventPeriodCalendarReference.go   |   2 +-
 .../bacnetip/readwrite/model/BACnetStatusFlags.go  |   2 +-
 .../readwrite/model/BACnetStatusFlagsTagged.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetTagHeader.go    |   2 +-
 .../readwrite/model/BACnetTagPayloadBitString.go   |   2 +-
 .../readwrite/model/BACnetTagPayloadBoolean.go     |   2 +-
 .../model/BACnetTagPayloadCharacterString.go       |   2 +-
 .../readwrite/model/BACnetTagPayloadDate.go        |   2 +-
 .../readwrite/model/BACnetTagPayloadDouble.go      |   2 +-
 .../readwrite/model/BACnetTagPayloadEnumerated.go  |   2 +-
 .../model/BACnetTagPayloadObjectIdentifier.go      |   2 +-
 .../readwrite/model/BACnetTagPayloadOctetString.go |   2 +-
 .../readwrite/model/BACnetTagPayloadReal.go        |   2 +-
 .../model/BACnetTagPayloadSignedInteger.go         |   2 +-
 .../readwrite/model/BACnetTagPayloadTime.go        |   2 +-
 .../model/BACnetTagPayloadUnsignedInteger.go       |   2 +-
 .../bacnetip/readwrite/model/BACnetTimeStamp.go    |   2 +-
 .../readwrite/model/BACnetTimeStampDateTime.go     |   2 +-
 .../readwrite/model/BACnetTimeStampEnclosed.go     |   2 +-
 .../readwrite/model/BACnetTimeStampSequence.go     |   2 +-
 .../readwrite/model/BACnetTimeStampTime.go         |   2 +-
 .../readwrite/model/BACnetTimeStampsEnclosed.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetTimeValue.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetTimerState.go   |   2 +-
 .../readwrite/model/BACnetTimerStateChangeValue.go |   2 +-
 .../model/BACnetTimerStateChangeValueBitString.go  |   2 +-
 .../model/BACnetTimerStateChangeValueBoolean.go    |   2 +-
 .../BACnetTimerStateChangeValueCharacterString.go  |   2 +-
 .../BACnetTimerStateChangeValueConstructedValue.go |   2 +-
 .../model/BACnetTimerStateChangeValueDate.go       |   2 +-
 .../model/BACnetTimerStateChangeValueDateTime.go   |   2 +-
 .../model/BACnetTimerStateChangeValueDouble.go     |   2 +-
 .../model/BACnetTimerStateChangeValueEnumerated.go |   2 +-
 .../model/BACnetTimerStateChangeValueInteger.go    |   2 +-
 .../BACnetTimerStateChangeValueLightingCommand.go  |   2 +-
 .../model/BACnetTimerStateChangeValueNoValue.go    |   2 +-
 .../model/BACnetTimerStateChangeValueNull.go       |   2 +-
 .../BACnetTimerStateChangeValueObjectidentifier.go |   2 +-
 .../BACnetTimerStateChangeValueOctetString.go      |   2 +-
 .../model/BACnetTimerStateChangeValueReal.go       |   2 +-
 .../model/BACnetTimerStateChangeValueTime.go       |   2 +-
 .../model/BACnetTimerStateChangeValueUnsigned.go   |   2 +-
 .../readwrite/model/BACnetTimerStateTagged.go      |   2 +-
 .../readwrite/model/BACnetTimerTransition.go       |   2 +-
 .../readwrite/model/BACnetTimerTransitionTagged.go |   2 +-
 .../model/BACnetUnconfirmedServiceChoice.go        |   2 +-
 .../model/BACnetUnconfirmedServiceChoiceTagged.go  |   2 +-
 .../model/BACnetUnconfirmedServiceRequest.go       |   2 +-
 .../model/BACnetUnconfirmedServiceRequestIAm.go    |   2 +-
 .../model/BACnetUnconfirmedServiceRequestIHave.go  |   2 +-
 ...UnconfirmedServiceRequestTimeSynchronization.go |   2 +-
 ...onfirmedServiceRequestUTCTimeSynchronization.go |   2 +-
 ...rmedServiceRequestUnconfirmedCOVNotification.go |   2 +-
 ...iceRequestUnconfirmedCOVNotificationMultiple.go |   2 +-
 ...edServiceRequestUnconfirmedEventNotification.go |   2 +-
 ...rmedServiceRequestUnconfirmedPrivateTransfer.go |   2 +-
 ...onfirmedServiceRequestUnconfirmedTextMessage.go |   2 +-
 .../BACnetUnconfirmedServiceRequestUnknown.go      |   2 +-
 .../model/BACnetUnconfirmedServiceRequestWhoHas.go |   2 +-
 .../BACnetUnconfirmedServiceRequestWhoHasObject.go |   2 +-
 ...onfirmedServiceRequestWhoHasObjectIdentifier.go |   2 +-
 ...netUnconfirmedServiceRequestWhoHasObjectName.go |   2 +-
 .../model/BACnetUnconfirmedServiceRequestWhoIs.go  |   2 +-
 .../BACnetUnconfirmedServiceRequestWriteGroup.go   |   2 +-
 .../bacnetip/readwrite/model/BACnetVMACEntry.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetVTClass.go      |   2 +-
 .../readwrite/model/BACnetVTClassTagged.go         |   2 +-
 .../bacnetip/readwrite/model/BACnetVTSession.go    |   2 +-
 .../bacnetip/readwrite/model/BACnetValueSource.go  |   2 +-
 .../readwrite/model/BACnetValueSourceAddress.go    |   2 +-
 .../readwrite/model/BACnetValueSourceNone.go       |   2 +-
 .../readwrite/model/BACnetValueSourceObject.go     |   2 +-
 .../bacnetip/readwrite/model/BACnetVendorId.go     |   2 +-
 .../readwrite/model/BACnetVendorIdTagged.go        |   2 +-
 .../bacnetip/readwrite/model/BACnetWeekNDay.go     |   2 +-
 .../readwrite/model/BACnetWeekNDayTagged.go        |   2 +-
 .../model/BACnetWriteAccessSpecification.go        |   2 +-
 .../bacnetip/readwrite/model/BACnetWriteStatus.go  |   2 +-
 .../readwrite/model/BACnetWriteStatusTagged.go     |   2 +-
 plc4go/protocols/bacnetip/readwrite/model/BVLC.go  |   2 +-
 .../model/BVLCBroadcastDistributionTableEntry.go   |   2 +-
 .../model/BVLCDeleteForeignDeviceTableEntry.go     |   2 +-
 .../model/BVLCDistributeBroadcastToNetwork.go      |   2 +-
 .../readwrite/model/BVLCForeignDeviceTableEntry.go |   2 +-
 .../bacnetip/readwrite/model/BVLCForwardedNPDU.go  |   2 +-
 .../readwrite/model/BVLCOriginalBroadcastNPDU.go   |   2 +-
 .../readwrite/model/BVLCOriginalUnicastNPDU.go     |   2 +-
 .../model/BVLCReadBroadcastDistributionTable.go    |   2 +-
 .../model/BVLCReadBroadcastDistributionTableAck.go |   2 +-
 .../readwrite/model/BVLCReadForeignDeviceTable.go  |   2 +-
 .../model/BVLCReadForeignDeviceTableAck.go         |   2 +-
 .../readwrite/model/BVLCRegisterForeignDevice.go   |   2 +-
 .../bacnetip/readwrite/model/BVLCResult.go         |   2 +-
 .../bacnetip/readwrite/model/BVLCResultCode.go     |   2 +-
 .../readwrite/model/BVLCResultCodeTagged.go        |   2 +-
 .../bacnetip/readwrite/model/BVLCSecureBVLL.go     |   2 +-
 .../model/BVLCWriteBroadcastDistributionTable.go   |   2 +-
 .../bacnetip/readwrite/model/ChangeListAddError.go |   2 +-
 .../readwrite/model/ChangeListRemoveError.go       |   2 +-
 .../model/ConfirmedEventNotificationRequest.go     |   2 +-
 .../model/ConfirmedPrivateTransferError.go         |   2 +-
 .../bacnetip/readwrite/model/CreateObjectError.go  |   2 +-
 plc4go/protocols/bacnetip/readwrite/model/Error.go |   2 +-
 .../bacnetip/readwrite/model/ErrorClass.go         |   2 +-
 .../bacnetip/readwrite/model/ErrorClassTagged.go   |   2 +-
 .../bacnetip/readwrite/model/ErrorCode.go          |   2 +-
 .../bacnetip/readwrite/model/ErrorCodeTagged.go    |   2 +-
 .../bacnetip/readwrite/model/ErrorEnclosed.go      |   2 +-
 .../readwrite/model/ListOfCovNotifications.go      |   2 +-
 .../readwrite/model/ListOfCovNotificationsList.go  |   2 +-
 .../readwrite/model/ListOfCovNotificationsValue.go |   2 +-
 .../readwrite/model/MaxApduLengthAccepted.go       |   2 +-
 .../readwrite/model/MaxApduLengthAcceptedTagged.go |   2 +-
 .../readwrite/model/MaxSegmentsAccepted.go         |   2 +-
 .../readwrite/model/MaxSegmentsAcceptedTagged.go   |   2 +-
 plc4go/protocols/bacnetip/readwrite/model/NLM.go   |   2 +-
 .../model/NLMDisconnectConnectionToNetwork.go      |   2 +-
 .../model/NLMEstablishConnectionToNetwork.go       |   2 +-
 .../readwrite/model/NLMIAmRouterToNetwork.go       |   2 +-
 .../readwrite/model/NLMICouldBeRouterToNetwork.go  |   2 +-
 .../readwrite/model/NLMInitalizeRoutingTable.go    |   2 +-
 .../readwrite/model/NLMInitalizeRoutingTableAck.go |   2 +-
 .../model/NLMInitalizeRoutingTablePortMapping.go   |   2 +-
 .../readwrite/model/NLMRejectRouterToNetwork.go    |   2 +-
 .../model/NLMRejectRouterToNetworkRejectReason.go  |   2 +-
 .../readwrite/model/NLMRouterAvailableToNetwork.go |   2 +-
 .../readwrite/model/NLMRouterBusyToNetwork.go      |   2 +-
 .../readwrite/model/NLMWhoIsRouterToNetwork.go     |   2 +-
 plc4go/protocols/bacnetip/readwrite/model/NPDU.go  |   2 +-
 .../bacnetip/readwrite/model/NPDUControl.go        |   2 +-
 .../readwrite/model/NPDUNetworkPriority.go         |   2 +-
 .../readwrite/model/NPDUNetworkPriorityTagged.go   |   2 +-
 .../bacnetip/readwrite/model/StaticHelper.go       |   2 +-
 .../model/SubscribeCOVPropertyMultipleError.go     |   2 +-
 ...PropertyMultipleErrorFirstFailedSubscription.go |   2 +-
 .../protocols/bacnetip/readwrite/model/TagClass.go |   2 +-
 .../bacnetip/readwrite/model/VTCloseError.go       |   2 +-
 .../VTCloseErrorListOfVTSessionIdentifiers.go      |   2 +-
 .../readwrite/model/WritePropertyMultipleError.go  |   2 +-
 plc4go/protocols/cbus/readwrite/ParserHelper.go    |   2 +-
 plc4go/protocols/cbus/readwrite/XmlParserHelper.go |   2 +-
 .../cbus/readwrite/model/AccessControlCategory.go  |   2 +-
 .../readwrite/model/AccessControlCommandType.go    |   2 +-
 .../model/AccessControlCommandTypeContainer.go     |   2 +-
 .../cbus/readwrite/model/AccessControlData.go      |   2 +-
 .../model/AccessControlDataAccessPointClosed.go    |   2 +-
 .../AccessControlDataAccessPointForcedOpen.go      |   2 +-
 .../model/AccessControlDataAccessPointLeftOpen.go  |   2 +-
 .../model/AccessControlDataCloseAccessPoint.go     |   2 +-
 .../model/AccessControlDataInvalidAccessRequest.go |   2 +-
 .../model/AccessControlDataLockAccessPoint.go      |   2 +-
 .../model/AccessControlDataRequestToExit.go        |   2 +-
 .../model/AccessControlDataValidAccessRequest.go   |   2 +-
 .../cbus/readwrite/model/AccessControlDirection.go |   2 +-
 .../readwrite/model/AirConditioningCommandType.go  |   2 +-
 .../model/AirConditioningCommandTypeContainer.go   |   2 +-
 .../cbus/readwrite/model/AirConditioningData.go    |   2 +-
 .../AirConditioningDataHumidityScheduleEntry.go    |   2 +-
 .../model/AirConditioningDataHvacScheduleEntry.go  |   2 +-
 .../readwrite/model/AirConditioningDataRefresh.go  |   2 +-
 ...irConditioningDataSetHumidityLowerGuardLimit.go |   2 +-
 .../AirConditioningDataSetHumiditySetbackLimit.go  |   2 +-
 ...irConditioningDataSetHumidityUpperGuardLimit.go |   2 +-
 .../AirConditioningDataSetHvacLowerGuardLimit.go   |   2 +-
 .../AirConditioningDataSetHvacSetbackLimit.go      |   2 +-
 .../AirConditioningDataSetHvacUpperGuardLimit.go   |   2 +-
 .../AirConditioningDataSetPlantHumidityLevel.go    |   2 +-
 .../model/AirConditioningDataSetPlantHvacLevel.go  |   2 +-
 .../model/AirConditioningDataSetZoneGroupOff.go    |   2 +-
 .../model/AirConditioningDataSetZoneGroupOn.go     |   2 +-
 .../AirConditioningDataSetZoneHumidityMode.go      |   2 +-
 .../model/AirConditioningDataSetZoneHvacMode.go    |   2 +-
 .../model/AirConditioningDataZoneHumidity.go       |   2 +-
 .../AirConditioningDataZoneHumidityPlantStatus.go  |   2 +-
 .../AirConditioningDataZoneHvacPlantStatus.go      |   2 +-
 .../model/AirConditioningDataZoneTemperature.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/ApplicationId.go          |   2 +-
 .../cbus/readwrite/model/ApplicationIdContainer.go |   2 +-
 plc4go/protocols/cbus/readwrite/model/Attribute.go |   2 +-
 .../cbus/readwrite/model/BaudRateSelector.go       |   2 +-
 .../cbus/readwrite/model/BridgeAddress.go          |   2 +-
 .../cbus/readwrite/model/CALCommandType.go         |   2 +-
 .../readwrite/model/CALCommandTypeContainer.go     |   2 +-
 plc4go/protocols/cbus/readwrite/model/CALData.go   |   2 +-
 .../cbus/readwrite/model/CALDataAcknowledge.go     |   2 +-
 .../cbus/readwrite/model/CALDataGetStatus.go       |   2 +-
 .../cbus/readwrite/model/CALDataIdentify.go        |   2 +-
 .../cbus/readwrite/model/CALDataIdentifyReply.go   |   2 +-
 .../cbus/readwrite/model/CALDataRecall.go          |   2 +-
 .../protocols/cbus/readwrite/model/CALDataReply.go |   2 +-
 .../protocols/cbus/readwrite/model/CALDataReset.go |   2 +-
 .../cbus/readwrite/model/CALDataStatus.go          |   2 +-
 .../cbus/readwrite/model/CALDataStatusExtended.go  |   2 +-
 .../protocols/cbus/readwrite/model/CALDataWrite.go |   2 +-
 plc4go/protocols/cbus/readwrite/model/CALReply.go  |   2 +-
 .../protocols/cbus/readwrite/model/CALReplyLong.go |   2 +-
 .../cbus/readwrite/model/CALReplyShort.go          |   2 +-
 .../protocols/cbus/readwrite/model/CBusCommand.go  |   2 +-
 .../readwrite/model/CBusCommandDeviceManagement.go |   2 +-
 .../model/CBusCommandPointToMultiPoint.go          |   2 +-
 .../readwrite/model/CBusCommandPointToPoint.go     |   2 +-
 .../model/CBusCommandPointToPointToMultiPoint.go   |   2 +-
 .../cbus/readwrite/model/CBusConstants.go          |   2 +-
 .../protocols/cbus/readwrite/model/CBusHeader.go   |   2 +-
 .../protocols/cbus/readwrite/model/CBusMessage.go  |   2 +-
 .../cbus/readwrite/model/CBusMessageToClient.go    |   2 +-
 .../cbus/readwrite/model/CBusMessageToServer.go    |   2 +-
 .../protocols/cbus/readwrite/model/CBusOptions.go  |   2 +-
 .../model/CBusPointToMultiPointCommand.go          |   2 +-
 .../model/CBusPointToMultiPointCommandNormal.go    |   2 +-
 .../model/CBusPointToMultiPointCommandStatus.go    |   2 +-
 .../readwrite/model/CBusPointToPointCommand.go     |   2 +-
 .../model/CBusPointToPointCommandDirect.go         |   2 +-
 .../model/CBusPointToPointCommandIndirect.go       |   2 +-
 .../model/CBusPointToPointToMultiPointCommand.go   |   2 +-
 .../CBusPointToPointToMultiPointCommandNormal.go   |   2 +-
 .../CBusPointToPointToMultiPointCommandStatus.go   |   2 +-
 .../cbus/readwrite/model/ChannelStatus.go          |   2 +-
 plc4go/protocols/cbus/readwrite/model/Checksum.go  |   2 +-
 .../model/ClockAndTimekeepingCommandType.go        |   2 +-
 .../ClockAndTimekeepingCommandTypeContainer.go     |   2 +-
 .../readwrite/model/ClockAndTimekeepingData.go     |   2 +-
 .../model/ClockAndTimekeepingDataRequestRefresh.go |   2 +-
 .../model/ClockAndTimekeepingDataUpdateDate.go     |   2 +-
 .../model/ClockAndTimekeepingDataUpdateTime.go     |   2 +-
 .../protocols/cbus/readwrite/model/Confirmation.go |   2 +-
 .../cbus/readwrite/model/ConfirmationType.go       |   2 +-
 .../cbus/readwrite/model/CustomManufacturer.go     |   2 +-
 .../protocols/cbus/readwrite/model/CustomTypes.go  |   2 +-
 .../cbus/readwrite/model/DestinationAddressType.go |   2 +-
 .../cbus/readwrite/model/DialInFailureReason.go    |   2 +-
 .../cbus/readwrite/model/DialOutFailureReason.go   |   2 +-
 .../readwrite/model/EnableControlCommandType.go    |   2 +-
 .../model/EnableControlCommandTypeContainer.go     |   2 +-
 .../cbus/readwrite/model/EnableControlData.go      |   2 +-
 .../protocols/cbus/readwrite/model/EncodedReply.go |   2 +-
 .../cbus/readwrite/model/EncodedReplyCALReply.go   |   2 +-
 .../readwrite/model/ErrorReportingCommandType.go   |   2 +-
 .../model/ErrorReportingCommandTypeContainer.go    |   2 +-
 .../cbus/readwrite/model/ErrorReportingData.go     |   2 +-
 .../readwrite/model/ErrorReportingDataGeneric.go   |   2 +-
 .../cbus/readwrite/model/ErrorReportingSeverity.go |   2 +-
 .../model/ErrorReportingSystemCategory.go          |   2 +-
 .../model/ErrorReportingSystemCategoryClass.go     |   2 +-
 .../model/ErrorReportingSystemCategoryType.go      |   2 +-
 ...gSystemCategoryTypeBuildingManagementSystems.go |   2 +-
 ...eportingSystemCategoryTypeClimateControllers.go |   2 +-
 ...stemCategoryTypeForBuildingManagementSystems.go |   2 +-
 ...rtingSystemCategoryTypeForClimateControllers.go |   2 +-
 ...rrorReportingSystemCategoryTypeForInputUnits.go |   2 +-
 ...rorReportingSystemCategoryTypeForOutputUnits.go |   2 +-
 ...orReportingSystemCategoryTypeForSupportUnits.go |   2 +-
 .../ErrorReportingSystemCategoryTypeInputUnits.go  |   2 +-
 .../ErrorReportingSystemCategoryTypeOutputUnits.go |   2 +-
 .../ErrorReportingSystemCategoryTypeReserved.go    |   2 +-
 ...ErrorReportingSystemCategoryTypeSupportUnits.go |   2 +-
 .../model/ErrorReportingSystemCategoryVariant.go   |   2 +-
 plc4go/protocols/cbus/readwrite/model/GAVState.go  |   2 +-
 .../cbus/readwrite/model/HVACAuxiliaryLevel.go     |   2 +-
 plc4go/protocols/cbus/readwrite/model/HVACError.go |   2 +-
 .../protocols/cbus/readwrite/model/HVACHumidity.go |   2 +-
 .../cbus/readwrite/model/HVACHumidityError.go      |   2 +-
 .../readwrite/model/HVACHumidityModeAndFlags.go    |   2 +-
 .../model/HVACHumidityModeAndFlagsMode.go          |   2 +-
 .../readwrite/model/HVACHumidityStatusFlags.go     |   2 +-
 .../cbus/readwrite/model/HVACHumidityType.go       |   2 +-
 .../cbus/readwrite/model/HVACModeAndFlags.go       |   2 +-
 .../cbus/readwrite/model/HVACModeAndFlagsMode.go   |   2 +-
 .../cbus/readwrite/model/HVACRawLevels.go          |   2 +-
 .../cbus/readwrite/model/HVACSensorStatus.go       |   2 +-
 .../cbus/readwrite/model/HVACStartTime.go          |   2 +-
 .../cbus/readwrite/model/HVACStatusFlags.go        |   2 +-
 .../cbus/readwrite/model/HVACTemperature.go        |   2 +-
 plc4go/protocols/cbus/readwrite/model/HVACType.go  |   2 +-
 .../protocols/cbus/readwrite/model/HVACZoneList.go |   2 +-
 .../cbus/readwrite/model/IdentifyReplyCommand.go   |   2 +-
 .../IdentifyReplyCommandCurrentSenseLevels.go      |   2 +-
 .../model/IdentifyReplyCommandDSIStatus.go         |   2 +-
 .../readwrite/model/IdentifyReplyCommandDelays.go  |   2 +-
 ...dentifyReplyCommandExtendedDiagnosticSummary.go |   2 +-
 .../model/IdentifyReplyCommandFirmwareSummary.go   |   2 +-
 .../model/IdentifyReplyCommandFirmwareVersion.go   |   2 +-
 .../IdentifyReplyCommandGAVPhysicalAddresses.go    |   2 +-
 .../model/IdentifyReplyCommandGAVValuesCurrent.go  |   2 +-
 .../model/IdentifyReplyCommandGAVValuesStored.go   |   2 +-
 .../model/IdentifyReplyCommandLogicalAssignment.go |   2 +-
 .../model/IdentifyReplyCommandManufacturer.go      |   2 +-
 .../model/IdentifyReplyCommandMaximumLevels.go     |   2 +-
 .../model/IdentifyReplyCommandMinimumLevels.go     |   2 +-
 .../IdentifyReplyCommandNetworkTerminalLevels.go   |   2 +-
 .../model/IdentifyReplyCommandNetworkVoltage.go    |  14 +-
 .../model/IdentifyReplyCommandOutputUnitSummary.go |   2 +-
 .../model/IdentifyReplyCommandTerminalLevels.go    |   2 +-
 .../readwrite/model/IdentifyReplyCommandType.go    |   2 +-
 .../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 +-
 plc4go/protocols/cbus/readwrite/model/Language.go  |   2 +-
 .../cbus/readwrite/model/LevelInformation.go       |   2 +-
 .../cbus/readwrite/model/LevelInformationAbsent.go |   2 +-
 .../readwrite/model/LevelInformationCorrupted.go   |   2 +-
 .../readwrite/model/LevelInformationNibblePair.go  |   2 +-
 .../cbus/readwrite/model/LevelInformationNormal.go |   2 +-
 .../cbus/readwrite/model/LightingCommandType.go    |   2 +-
 .../model/LightingCommandTypeContainer.go          |   2 +-
 .../cbus/readwrite/model/LightingCompatible.go     |   2 +-
 .../protocols/cbus/readwrite/model/LightingData.go |   2 +-
 .../cbus/readwrite/model/LightingDataLabel.go      |   2 +-
 .../cbus/readwrite/model/LightingDataOff.go        |   2 +-
 .../cbus/readwrite/model/LightingDataOn.go         |   2 +-
 .../readwrite/model/LightingDataRampToLevel.go     |   2 +-
 .../readwrite/model/LightingDataTerminateRamp.go   |   2 +-
 .../cbus/readwrite/model/LightingLabelFlavour.go   |   2 +-
 .../cbus/readwrite/model/LightingLabelOptions.go   |   2 +-
 .../cbus/readwrite/model/LightingLabelType.go      |   2 +-
 .../cbus/readwrite/model/LineOffHookReason.go      |   2 +-
 .../cbus/readwrite/model/LogicAssignment.go        |   2 +-
 .../cbus/readwrite/model/MeasurementCommandType.go |   2 +-
 .../model/MeasurementCommandTypeContainer.go       |   2 +-
 .../cbus/readwrite/model/MeasurementData.go        |   2 +-
 .../model/MeasurementDataChannelMeasurementData.go |   2 +-
 .../cbus/readwrite/model/MeasurementUnits.go       |   2 +-
 .../model/MediaTransportControlCommandType.go      |   2 +-
 .../MediaTransportControlCommandTypeContainer.go   |   2 +-
 .../readwrite/model/MediaTransportControlData.go   |   2 +-
 ...ontrolDataEnumerateCategoriesSelectionTracks.go |   2 +-
 .../MediaTransportControlDataEnumerationsSize.go   |   2 +-
 .../model/MediaTransportControlDataFastForward.go  |   2 +-
 ...ediaTransportControlDataNextPreviousCategory.go |   2 +-
 ...diaTransportControlDataNextPreviousSelection.go |   2 +-
 .../MediaTransportControlDataNextPreviousTrack.go  |   2 +-
 .../model/MediaTransportControlDataPauseResume.go  |   2 +-
 .../model/MediaTransportControlDataPlay.go         |   2 +-
 .../model/MediaTransportControlDataRepeatOnOff.go  |   2 +-
 .../model/MediaTransportControlDataRewind.go       |   2 +-
 .../MediaTransportControlDataSelectionName.go      |   2 +-
 .../model/MediaTransportControlDataSetCategory.go  |   2 +-
 .../model/MediaTransportControlDataSetSelection.go |   2 +-
 .../model/MediaTransportControlDataSetTrack.go     |   2 +-
 .../model/MediaTransportControlDataShuffleOnOff.go |   2 +-
 .../MediaTransportControlDataSourcePowerControl.go |   2 +-
 .../MediaTransportControlDataStatusRequest.go      |   2 +-
 .../model/MediaTransportControlDataStop.go         |   2 +-
 .../model/MediaTransportControlDataTotalTracks.go  |   2 +-
 .../model/MediaTransportControlDataTrackName.go    |   2 +-
 .../cbus/readwrite/model/MeteringCommandType.go    |   2 +-
 .../model/MeteringCommandTypeContainer.go          |   2 +-
 .../protocols/cbus/readwrite/model/MeteringData.go |   2 +-
 .../model/MeteringDataDrinkingWaterConsumption.go  |   2 +-
 .../model/MeteringDataElectricityConsumption.go    |   2 +-
 .../readwrite/model/MeteringDataGasConsumption.go  |   2 +-
 .../model/MeteringDataMeasureDrinkingWater.go      |   2 +-
 .../model/MeteringDataMeasureElectricity.go        |   2 +-
 .../cbus/readwrite/model/MeteringDataMeasureGas.go |   2 +-
 .../cbus/readwrite/model/MeteringDataMeasureOil.go |   2 +-
 .../model/MeteringDataMeasureOtherWater.go         |   2 +-
 .../readwrite/model/MeteringDataOilConsumption.go  |   2 +-
 .../model/MeteringDataOtherWaterConsumption.go     |   2 +-
 .../protocols/cbus/readwrite/model/MonitoredSAL.go |   2 +-
 .../model/MonitoredSALLongFormSmartMode.go         |   2 +-
 .../cbus/readwrite/model/MonitoredSALReply.go      |   2 +-
 .../model/MonitoredSALShortFormBasicMode.go        |   2 +-
 .../model/NetworkProtocolControlInformation.go     |   2 +-
 .../protocols/cbus/readwrite/model/NetworkRoute.go |   2 +-
 .../protocols/cbus/readwrite/model/PanicStatus.go  |   2 +-
 plc4go/protocols/cbus/readwrite/model/Parameter.go |   2 +-
 .../cbus/readwrite/model/ParameterChange.go        |   2 +-
 .../cbus/readwrite/model/ParameterChangeReply.go   |   2 +-
 .../cbus/readwrite/model/ParameterType.go          |   2 +-
 .../cbus/readwrite/model/ParameterValue.go         |   2 +-
 .../model/ParameterValueApplicationAddress1.go     |   2 +-
 .../model/ParameterValueApplicationAddress2.go     |   2 +-
 .../model/ParameterValueBaudRateSelector.go        |   2 +-
 .../model/ParameterValueCustomManufacturer.go      |   2 +-
 .../readwrite/model/ParameterValueCustomTypes.go   |   2 +-
 .../model/ParameterValueInterfaceOptions1.go       |   2 +-
 ...rameterValueInterfaceOptions1PowerUpSettings.go |   2 +-
 .../model/ParameterValueInterfaceOptions2.go       |   2 +-
 .../model/ParameterValueInterfaceOptions3.go       |   2 +-
 .../cbus/readwrite/model/ParameterValueRaw.go      |   2 +-
 .../readwrite/model/ParameterValueSerialNumber.go  |   2 +-
 plc4go/protocols/cbus/readwrite/model/PowerUp.go   |   2 +-
 .../protocols/cbus/readwrite/model/PowerUpReply.go |   2 +-
 .../cbus/readwrite/model/PriorityClass.go          |   2 +-
 .../cbus/readwrite/model/ProtectionLevel.go        |   2 +-
 plc4go/protocols/cbus/readwrite/model/Reply.go     |   2 +-
 .../cbus/readwrite/model/ReplyEncodedReply.go      |   2 +-
 .../protocols/cbus/readwrite/model/ReplyNetwork.go |   2 +-
 .../cbus/readwrite/model/ReplyOrConfirmation.go    |   2 +-
 .../model/ReplyOrConfirmationConfirmation.go       |   2 +-
 .../readwrite/model/ReplyOrConfirmationReply.go    |   2 +-
 plc4go/protocols/cbus/readwrite/model/Request.go   |   2 +-
 .../cbus/readwrite/model/RequestCommand.go         |   2 +-
 .../cbus/readwrite/model/RequestContext.go         |   2 +-
 .../readwrite/model/RequestDirectCommandAccess.go  |   2 +-
 .../protocols/cbus/readwrite/model/RequestEmpty.go |   2 +-
 .../protocols/cbus/readwrite/model/RequestNull.go  |   2 +-
 .../cbus/readwrite/model/RequestObsolete.go        |   2 +-
 .../protocols/cbus/readwrite/model/RequestReset.go |   2 +-
 .../readwrite/model/RequestSmartConnectShortcut.go |   2 +-
 .../cbus/readwrite/model/RequestTermination.go     |   2 +-
 .../protocols/cbus/readwrite/model/RequestType.go  |   2 +-
 .../cbus/readwrite/model/ResponseTermination.go    |   2 +-
 plc4go/protocols/cbus/readwrite/model/SALData.go   |   2 +-
 .../cbus/readwrite/model/SALDataAccessControl.go   |   2 +-
 .../cbus/readwrite/model/SALDataAirConditioning.go |   2 +-
 .../cbus/readwrite/model/SALDataAudioAndVideo.go   |   2 +-
 .../readwrite/model/SALDataClockAndTimekeeping.go  |   2 +-
 .../cbus/readwrite/model/SALDataEnableControl.go   |   2 +-
 .../cbus/readwrite/model/SALDataErrorReporting.go  |   2 +-
 .../cbus/readwrite/model/SALDataFreeUsage.go       |   2 +-
 .../cbus/readwrite/model/SALDataHeating.go         |   2 +-
 .../cbus/readwrite/model/SALDataHvacActuator.go    |   2 +-
 .../readwrite/model/SALDataIrrigationControl.go    |   2 +-
 .../cbus/readwrite/model/SALDataLighting.go        |   2 +-
 .../cbus/readwrite/model/SALDataMeasurement.go     |   2 +-
 .../cbus/readwrite/model/SALDataMediaTransport.go  |   2 +-
 .../cbus/readwrite/model/SALDataMetering.go        |   2 +-
 .../model/SALDataPoolsSpasPondsFountainsControl.go |   2 +-
 .../cbus/readwrite/model/SALDataReserved.go        |   2 +-
 .../readwrite/model/SALDataRoomControlSystem.go    |   2 +-
 .../cbus/readwrite/model/SALDataSecurity.go        |   2 +-
 .../model/SALDataTelephonyStatusAndControl.go      |   2 +-
 .../readwrite/model/SALDataTemperatureBroadcast.go |   2 +-
 .../cbus/readwrite/model/SALDataTesting.go         |   2 +-
 .../cbus/readwrite/model/SALDataTriggerControl.go  |   2 +-
 .../cbus/readwrite/model/SALDataVentilation.go     |   2 +-
 .../cbus/readwrite/model/SecurityArmCode.go        |   2 +-
 .../cbus/readwrite/model/SecurityCommandType.go    |   2 +-
 .../model/SecurityCommandTypeContainer.go          |   2 +-
 .../protocols/cbus/readwrite/model/SecurityData.go |   2 +-
 .../cbus/readwrite/model/SecurityDataAlarmOff.go   |   2 +-
 .../cbus/readwrite/model/SecurityDataAlarmOn.go    |   2 +-
 .../model/SecurityDataArmFailedCleared.go          |   2 +-
 .../readwrite/model/SecurityDataArmFailedRaised.go |   2 +-
 .../model/SecurityDataArmReadyNotReady.go          |   2 +-
 .../cbus/readwrite/model/SecurityDataArmSystem.go  |   2 +-
 .../model/SecurityDataCurrentAlarmType.go          |   2 +-
 .../readwrite/model/SecurityDataDisplayMessage.go  |   2 +-
 .../cbus/readwrite/model/SecurityDataDropTamper.go |   2 +-
 .../readwrite/model/SecurityDataEmulatedKeypad.go  |   2 +-
 .../model/SecurityDataEntryDelayStarted.go         |   2 +-
 .../cbus/readwrite/model/SecurityDataEvent.go      |   2 +-
 .../model/SecurityDataExitDelayStarted.go          |   2 +-
 .../model/SecurityDataFireAlarmCleared.go          |   2 +-
 .../readwrite/model/SecurityDataFireAlarmRaised.go |   2 +-
 .../readwrite/model/SecurityDataGasAlarmCleared.go |   2 +-
 .../readwrite/model/SecurityDataGasAlarmRaised.go  |   2 +-
 .../model/SecurityDataLineCutAlarmCleared.go       |   2 +-
 .../model/SecurityDataLineCutAlarmRaised.go        |   2 +-
 .../model/SecurityDataLowBatteryCharging.go        |   2 +-
 .../model/SecurityDataLowBatteryCorrected.go       |   2 +-
 .../model/SecurityDataLowBatteryDetected.go        |   2 +-
 .../readwrite/model/SecurityDataMainsFailure.go    |   2 +-
 .../model/SecurityDataMainsRestoredOrApplied.go    |   2 +-
 .../cbus/readwrite/model/SecurityDataOff.go        |   2 +-
 .../cbus/readwrite/model/SecurityDataOn.go         |   2 +-
 .../model/SecurityDataOtherAlarmCleared.go         |   2 +-
 .../model/SecurityDataOtherAlarmRaised.go          |   2 +-
 .../readwrite/model/SecurityDataPanicActivated.go  |   2 +-
 .../readwrite/model/SecurityDataPanicCleared.go    |   2 +-
 .../model/SecurityDataPasswordEntryStatus.go       |   2 +-
 .../cbus/readwrite/model/SecurityDataRaiseAlarm.go |   2 +-
 .../readwrite/model/SecurityDataRaiseTamper.go     |   2 +-
 .../readwrite/model/SecurityDataRequestZoneName.go |   2 +-
 .../readwrite/model/SecurityDataStatus1Request.go  |   2 +-
 .../readwrite/model/SecurityDataStatus2Request.go  |   2 +-
 .../readwrite/model/SecurityDataStatusReport1.go   |   2 +-
 .../readwrite/model/SecurityDataStatusReport2.go   |   2 +-
 .../model/SecurityDataSystemArmedDisarmed.go       |   2 +-
 .../readwrite/model/SecurityDataSystemDisarmed.go  |   2 +-
 .../cbus/readwrite/model/SecurityDataTamperOff.go  |   2 +-
 .../cbus/readwrite/model/SecurityDataTamperOn.go   |   2 +-
 .../readwrite/model/SecurityDataZoneIsolated.go    |   2 +-
 .../cbus/readwrite/model/SecurityDataZoneName.go   |   2 +-
 .../cbus/readwrite/model/SecurityDataZoneOpen.go   |   2 +-
 .../cbus/readwrite/model/SecurityDataZoneSealed.go |   2 +-
 .../cbus/readwrite/model/SecurityDataZoneShort.go  |   2 +-
 .../readwrite/model/SecurityDataZoneUnsealed.go    |   2 +-
 .../cbus/readwrite/model/SerialInterfaceAddress.go |   2 +-
 .../protocols/cbus/readwrite/model/SerialNumber.go |   2 +-
 .../cbus/readwrite/model/ServerErrorReply.go       |   2 +-
 .../protocols/cbus/readwrite/model/StaticHelper.go |   8 +-
 .../cbus/readwrite/model/StaticHelper_test.go      |   4 +-
 .../protocols/cbus/readwrite/model/StatusByte.go   |   2 +-
 .../protocols/cbus/readwrite/model/StatusCoding.go |   2 +-
 .../cbus/readwrite/model/StatusRequest.go          |   2 +-
 .../readwrite/model/StatusRequestBinaryState.go    |   2 +-
 .../model/StatusRequestBinaryStateDeprecated.go    |   2 +-
 .../cbus/readwrite/model/StatusRequestLevel.go     |   2 +-
 .../protocols/cbus/readwrite/model/TamperStatus.go |   2 +-
 .../cbus/readwrite/model/TelephonyCommandType.go   |   2 +-
 .../model/TelephonyCommandTypeContainer.go         |   2 +-
 .../cbus/readwrite/model/TelephonyData.go          |   2 +-
 .../readwrite/model/TelephonyDataClearDiversion.go |   2 +-
 .../readwrite/model/TelephonyDataDialInFailure.go  |   2 +-
 .../readwrite/model/TelephonyDataDialOutFailure.go |   2 +-
 .../cbus/readwrite/model/TelephonyDataDivert.go    |   2 +-
 .../TelephonyDataInternetConnectionRequestMade.go  |   2 +-
 .../model/TelephonyDataIsolateSecondaryOutlet.go   |   2 +-
 .../readwrite/model/TelephonyDataLineOffHook.go    |   2 +-
 .../readwrite/model/TelephonyDataLineOnHook.go     |   2 +-
 .../model/TelephonyDataRecallLastNumber.go         |   2 +-
 .../model/TelephonyDataRecallLastNumberRequest.go  |   2 +-
 .../model/TelephonyDataRejectIncomingCall.go       |   2 +-
 .../cbus/readwrite/model/TelephonyDataRinging.go   |   2 +-
 .../model/TemperatureBroadcastCommandType.go       |   2 +-
 .../TemperatureBroadcastCommandTypeContainer.go    |   2 +-
 .../readwrite/model/TemperatureBroadcastData.go    |   2 +-
 .../readwrite/model/TriggerControlCommandType.go   |   2 +-
 .../model/TriggerControlCommandTypeContainer.go    |   2 +-
 .../cbus/readwrite/model/TriggerControlData.go     |   2 +-
 .../model/TriggerControlDataIndicatorKill.go       |   2 +-
 .../readwrite/model/TriggerControlDataLabel.go     |   2 +-
 .../model/TriggerControlDataTriggerEvent.go        |   2 +-
 .../model/TriggerControlDataTriggerMax.go          |   2 +-
 .../model/TriggerControlDataTriggerMin.go          |   2 +-
 .../readwrite/model/TriggerControlLabelFlavour.go  |   2 +-
 .../readwrite/model/TriggerControlLabelOptions.go  |   2 +-
 .../readwrite/model/TriggerControlLabelType.go     |   2 +-
 .../protocols/cbus/readwrite/model/UnitAddress.go  |   2 +-
 .../protocols/cbus/readwrite/model/UnitStatus.go   |   2 +-
 .../protocols/cbus/readwrite/model/ZoneStatus.go   |   2 +-
 .../cbus/readwrite/model/ZoneStatusTemp.go         |   2 +-
 plc4go/protocols/df1/readwrite/ParserHelper.go     |   2 +-
 plc4go/protocols/df1/readwrite/XmlParserHelper.go  |   2 +-
 plc4go/protocols/df1/readwrite/model/DF1Command.go |   2 +-
 plc4go/protocols/df1/readwrite/model/DF1Symbol.go  |   2 +-
 .../df1/readwrite/model/DF1SymbolMessageFrame.go   |   2 +-
 .../readwrite/model/DF1SymbolMessageFrameACK.go    |   2 +-
 .../readwrite/model/DF1SymbolMessageFrameNAK.go    |   2 +-
 .../readwrite/model/DF1UnprotectedReadRequest.go   |   2 +-
 .../readwrite/model/DF1UnprotectedReadResponse.go  |   2 +-
 .../protocols/df1/readwrite/model/StaticHelper.go  |   2 +-
 plc4go/protocols/eip/readwrite/ParserHelper.go     |   2 +-
 plc4go/protocols/eip/readwrite/XmlParserHelper.go  |   2 +-
 .../eip/readwrite/model/CIPDataTypeCode.go         |   2 +-
 .../eip/readwrite/model/CIPStructTypeCode.go       |   2 +-
 .../protocols/eip/readwrite/model/CipExchange.go   |   2 +-
 plc4go/protocols/eip/readwrite/model/CipRRData.go  |   2 +-
 .../eip/readwrite/model/CipReadRequest.go          |   2 +-
 .../eip/readwrite/model/CipReadResponse.go         |   2 +-
 plc4go/protocols/eip/readwrite/model/CipService.go |   2 +-
 .../eip/readwrite/model/CipUnconnectedRequest.go   |   2 +-
 .../eip/readwrite/model/CipWriteRequest.go         |   2 +-
 .../eip/readwrite/model/CipWriteResponse.go        |   2 +-
 plc4go/protocols/eip/readwrite/model/EiPCommand.go |   2 +-
 .../eip/readwrite/model/EipConnectionRequest.go    |   2 +-
 .../eip/readwrite/model/EipDisconnectRequest.go    |   2 +-
 plc4go/protocols/eip/readwrite/model/EipPacket.go  |   2 +-
 .../eip/readwrite/model/MultipleServiceRequest.go  |   2 +-
 .../eip/readwrite/model/MultipleServiceResponse.go |   2 +-
 plc4go/protocols/eip/readwrite/model/Services.go   |   2 +-
 plc4go/protocols/firmata/readwrite/ParserHelper.go |   2 +-
 .../protocols/firmata/readwrite/XmlParserHelper.go |   2 +-
 .../firmata/readwrite/model/FirmataCommand.go      |   2 +-
 .../model/FirmataCommandProtocolVersion.go         |   2 +-
 .../model/FirmataCommandSetDigitalPinValue.go      |   2 +-
 .../readwrite/model/FirmataCommandSetPinMode.go    |   2 +-
 .../firmata/readwrite/model/FirmataCommandSysex.go |   2 +-
 .../readwrite/model/FirmataCommandSystemReset.go   |   2 +-
 .../firmata/readwrite/model/FirmataMessage.go      |   2 +-
 .../readwrite/model/FirmataMessageAnalogIO.go      |   2 +-
 .../readwrite/model/FirmataMessageCommand.go       |   2 +-
 .../readwrite/model/FirmataMessageDigitalIO.go     |   2 +-
 .../model/FirmataMessageSubscribeAnalogPinValue.go |   2 +-
 .../FirmataMessageSubscribeDigitalPinValue.go      |   2 +-
 .../protocols/firmata/readwrite/model/PinMode.go   |   2 +-
 .../firmata/readwrite/model/StaticHelper.go        |   2 +-
 .../firmata/readwrite/model/SysexCommand.go        |   2 +-
 .../model/SysexCommandAnalogMappingQueryRequest.go |   2 +-
 .../SysexCommandAnalogMappingQueryResponse.go      |   2 +-
 .../model/SysexCommandAnalogMappingResponse.go     |   2 +-
 .../readwrite/model/SysexCommandCapabilityQuery.go |   2 +-
 .../model/SysexCommandCapabilityResponse.go        |   2 +-
 .../readwrite/model/SysexCommandExtendedAnalog.go  |   2 +-
 .../readwrite/model/SysexCommandExtendedId.go      |   2 +-
 .../readwrite/model/SysexCommandPinStateQuery.go   |   2 +-
 .../model/SysexCommandPinStateResponse.go          |   2 +-
 .../model/SysexCommandReportFirmwareRequest.go     |   2 +-
 .../model/SysexCommandReportFirmwareResponse.go    |   2 +-
 .../model/SysexCommandSamplingInterval.go          |   2 +-
 .../readwrite/model/SysexCommandStringData.go      |   2 +-
 .../model/SysexCommandSysexNonRealtime.go          |   2 +-
 .../readwrite/model/SysexCommandSysexRealtime.go   |   2 +-
 .../protocols/knxnetip/readwrite/ParserHelper.go   |   2 +-
 .../knxnetip/readwrite/XmlParserHelper.go          |   2 +-
 .../knxnetip/readwrite/model/AccessLevel.go        |   2 +-
 plc4go/protocols/knxnetip/readwrite/model/Apdu.go  |   2 +-
 .../knxnetip/readwrite/model/ApduControl.go        |   2 +-
 .../knxnetip/readwrite/model/ApduControlAck.go     |   2 +-
 .../knxnetip/readwrite/model/ApduControlConnect.go |   2 +-
 .../readwrite/model/ApduControlContainer.go        |   2 +-
 .../readwrite/model/ApduControlDisconnect.go       |   2 +-
 .../knxnetip/readwrite/model/ApduControlNack.go    |   2 +-
 .../protocols/knxnetip/readwrite/model/ApduData.go |   2 +-
 .../knxnetip/readwrite/model/ApduDataAdcRead.go    |   2 +-
 .../readwrite/model/ApduDataAdcResponse.go         |   2 +-
 .../knxnetip/readwrite/model/ApduDataContainer.go  |   2 +-
 .../model/ApduDataDeviceDescriptorRead.go          |   2 +-
 .../model/ApduDataDeviceDescriptorResponse.go      |   2 +-
 .../knxnetip/readwrite/model/ApduDataExt.go        |   2 +-
 .../readwrite/model/ApduDataExtAuthorizeRequest.go |   2 +-
 .../model/ApduDataExtAuthorizeResponse.go          |   2 +-
 .../model/ApduDataExtDomainAddressRead.go          |   2 +-
 .../model/ApduDataExtDomainAddressResponse.go      |   2 +-
 .../model/ApduDataExtDomainAddressSelectiveRead.go |   2 +-
 .../ApduDataExtDomainAddressSerialNumberRead.go    |   2 +-
 ...ApduDataExtDomainAddressSerialNumberResponse.go |   2 +-
 .../ApduDataExtDomainAddressSerialNumberWrite.go   |   2 +-
 .../model/ApduDataExtDomainAddressWrite.go         |   2 +-
 .../model/ApduDataExtFileStreamInfoReport.go       |   2 +-
 .../ApduDataExtGroupPropertyValueInfoReport.go     |   2 +-
 .../model/ApduDataExtGroupPropertyValueRead.go     |   2 +-
 .../model/ApduDataExtGroupPropertyValueResponse.go |   2 +-
 .../model/ApduDataExtGroupPropertyValueWrite.go    |   2 +-
 ...ApduDataExtIndividualAddressSerialNumberRead.go |   2 +-
 ...DataExtIndividualAddressSerialNumberResponse.go |   2 +-
 ...pduDataExtIndividualAddressSerialNumberWrite.go |   2 +-
 .../readwrite/model/ApduDataExtKeyResponse.go      |   2 +-
 .../readwrite/model/ApduDataExtKeyWrite.go         |   2 +-
 .../readwrite/model/ApduDataExtLinkRead.go         |   2 +-
 .../readwrite/model/ApduDataExtLinkResponse.go     |   2 +-
 .../readwrite/model/ApduDataExtLinkWrite.go        |   2 +-
 .../readwrite/model/ApduDataExtMemoryBitWrite.go   |   2 +-
 .../model/ApduDataExtNetworkParameterRead.go       |   2 +-
 .../model/ApduDataExtNetworkParameterResponse.go   |   2 +-
 .../model/ApduDataExtNetworkParameterWrite.go      |   2 +-
 .../model/ApduDataExtOpenRoutingTableRequest.go    |   2 +-
 .../model/ApduDataExtPropertyDescriptionRead.go    |   2 +-
 .../ApduDataExtPropertyDescriptionResponse.go      |   2 +-
 .../model/ApduDataExtPropertyValueRead.go          |   2 +-
 .../model/ApduDataExtPropertyValueResponse.go      |   2 +-
 .../model/ApduDataExtPropertyValueWrite.go         |   2 +-
 .../model/ApduDataExtReadRouterMemoryRequest.go    |   2 +-
 .../model/ApduDataExtReadRouterMemoryResponse.go   |   2 +-
 .../model/ApduDataExtReadRouterStatusRequest.go    |   2 +-
 .../model/ApduDataExtReadRouterStatusResponse.go   |   2 +-
 .../model/ApduDataExtReadRoutingTableRequest.go    |   2 +-
 .../model/ApduDataExtReadRoutingTableResponse.go   |   2 +-
 .../model/ApduDataExtWriteRouterMemoryRequest.go   |   2 +-
 .../model/ApduDataExtWriteRouterStatusRequest.go   |   2 +-
 .../model/ApduDataExtWriteRoutingTableRequest.go   |   2 +-
 .../readwrite/model/ApduDataGroupValueRead.go      |   2 +-
 .../readwrite/model/ApduDataGroupValueResponse.go  |   2 +-
 .../readwrite/model/ApduDataGroupValueWrite.go     |   2 +-
 .../model/ApduDataIndividualAddressRead.go         |   2 +-
 .../model/ApduDataIndividualAddressResponse.go     |   2 +-
 .../model/ApduDataIndividualAddressWrite.go        |   2 +-
 .../knxnetip/readwrite/model/ApduDataMemoryRead.go |   2 +-
 .../readwrite/model/ApduDataMemoryResponse.go      |   2 +-
 .../readwrite/model/ApduDataMemoryWrite.go         |   2 +-
 .../knxnetip/readwrite/model/ApduDataOther.go      |   2 +-
 .../knxnetip/readwrite/model/ApduDataRestart.go    |   2 +-
 .../readwrite/model/ApduDataUserMessage.go         |   2 +-
 plc4go/protocols/knxnetip/readwrite/model/CEMI.go  |   2 +-
 .../readwrite/model/CEMIAdditionalInformation.go   |   2 +-
 .../CEMIAdditionalInformationBusmonitorInfo.go     |   2 +-
 .../CEMIAdditionalInformationRelativeTimestamp.go  |   2 +-
 .../knxnetip/readwrite/model/CEMIPriority.go       |   2 +-
 .../knxnetip/readwrite/model/ChannelInformation.go |   2 +-
 .../knxnetip/readwrite/model/ComObjectTable.go     |   2 +-
 .../readwrite/model/ComObjectTableAddresses.go     |   2 +-
 .../model/ComObjectTableRealisationType1.go        |   2 +-
 .../model/ComObjectTableRealisationType2.go        |   2 +-
 .../model/ComObjectTableRealisationType6.go        |   2 +-
 .../knxnetip/readwrite/model/ComObjectValueType.go |   2 +-
 .../knxnetip/readwrite/model/ConnectionRequest.go  |   2 +-
 .../model/ConnectionRequestInformation.go          |   2 +-
 ...ConnectionRequestInformationDeviceManagement.go |   2 +-
 ...ConnectionRequestInformationTunnelConnection.go |   2 +-
 .../knxnetip/readwrite/model/ConnectionResponse.go |   2 +-
 .../readwrite/model/ConnectionResponseDataBlock.go |   2 +-
 .../ConnectionResponseDataBlockDeviceManagement.go |   2 +-
 .../ConnectionResponseDataBlockTunnelConnection.go |   2 +-
 .../readwrite/model/ConnectionStateRequest.go      |   2 +-
 .../readwrite/model/ConnectionStateResponse.go     |   2 +-
 .../knxnetip/readwrite/model/DIBDeviceInfo.go      |   2 +-
 .../knxnetip/readwrite/model/DIBSuppSvcFamilies.go |   2 +-
 .../knxnetip/readwrite/model/DescriptionRequest.go |   2 +-
 .../readwrite/model/DescriptionResponse.go         |   2 +-
 .../readwrite/model/DeviceConfigurationAck.go      |   2 +-
 .../model/DeviceConfigurationAckDataBlock.go       |   2 +-
 .../readwrite/model/DeviceConfigurationRequest.go  |   2 +-
 .../model/DeviceConfigurationRequestDataBlock.go   |   2 +-
 .../knxnetip/readwrite/model/DeviceDescriptor.go   |   2 +-
 .../readwrite/model/DeviceDescriptorMediumType.go  |   2 +-
 .../readwrite/model/DeviceDescriptorType2.go       |   2 +-
 .../knxnetip/readwrite/model/DeviceStatus.go       |   2 +-
 .../knxnetip/readwrite/model/DisconnectRequest.go  |   2 +-
 .../knxnetip/readwrite/model/DisconnectResponse.go |   2 +-
 .../knxnetip/readwrite/model/FirmwareType.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/HostProtocolCode.go   |   2 +-
 .../knxnetip/readwrite/model/IPAddress.go          |   2 +-
 .../knxnetip/readwrite/model/KnxAddress.go         |   2 +-
 .../knxnetip/readwrite/model/KnxDatapoint.go       |   4 +-
 .../readwrite/model/KnxDatapointMainType.go        |   2 +-
 .../knxnetip/readwrite/model/KnxDatapointType.go   |   2 +-
 .../knxnetip/readwrite/model/KnxGroupAddress.go    |   2 +-
 .../readwrite/model/KnxGroupAddress2Level.go       |   2 +-
 .../readwrite/model/KnxGroupAddress3Level.go       |   2 +-
 .../readwrite/model/KnxGroupAddressFreeLevel.go    |   2 +-
 .../readwrite/model/KnxInterfaceObjectProperty.go  |   2 +-
 .../readwrite/model/KnxInterfaceObjectType.go      |   2 +-
 .../protocols/knxnetip/readwrite/model/KnxLayer.go |   2 +-
 .../knxnetip/readwrite/model/KnxManufacturer.go    |   2 +-
 .../knxnetip/readwrite/model/KnxMedium.go          |   2 +-
 .../knxnetip/readwrite/model/KnxNetIpCore.go       |   2 +-
 .../readwrite/model/KnxNetIpDeviceManagement.go    |   2 +-
 .../knxnetip/readwrite/model/KnxNetIpMessage.go    |   2 +-
 .../knxnetip/readwrite/model/KnxNetIpRouting.go    |   2 +-
 .../knxnetip/readwrite/model/KnxNetIpTunneling.go  |   2 +-
 .../knxnetip/readwrite/model/KnxNetObjectServer.go |   2 +-
 .../model/KnxNetRemoteConfigurationAndDiagnosis.go |   2 +-
 .../readwrite/model/KnxNetRemoteLogging.go         |   2 +-
 .../knxnetip/readwrite/model/KnxProperty.go        |   4 +-
 .../readwrite/model/KnxPropertyDataType.go         |   2 +-
 .../knxnetip/readwrite/model/LBusmonInd.go         |   2 +-
 .../protocols/knxnetip/readwrite/model/LDataCon.go |   2 +-
 .../knxnetip/readwrite/model/LDataExtended.go      |   2 +-
 .../knxnetip/readwrite/model/LDataFrame.go         |   2 +-
 .../knxnetip/readwrite/model/LDataFrameACK.go      |   2 +-
 .../protocols/knxnetip/readwrite/model/LDataInd.go |   2 +-
 .../protocols/knxnetip/readwrite/model/LDataReq.go |   2 +-
 .../knxnetip/readwrite/model/LPollData.go          |   2 +-
 .../knxnetip/readwrite/model/LPollDataCon.go       |   2 +-
 .../knxnetip/readwrite/model/LPollDataReq.go       |   2 +-
 .../protocols/knxnetip/readwrite/model/LRawCon.go  |   2 +-
 .../protocols/knxnetip/readwrite/model/LRawInd.go  |   2 +-
 .../protocols/knxnetip/readwrite/model/LRawReq.go  |   2 +-
 .../knxnetip/readwrite/model/MACAddress.go         |   2 +-
 .../readwrite/model/MFuncPropCommandReq.go         |   2 +-
 .../knxnetip/readwrite/model/MFuncPropCon.go       |   2 +-
 .../readwrite/model/MFuncPropStateReadReq.go       |   2 +-
 .../knxnetip/readwrite/model/MPropInfoInd.go       |   2 +-
 .../knxnetip/readwrite/model/MPropReadCon.go       |   2 +-
 .../knxnetip/readwrite/model/MPropReadReq.go       |   2 +-
 .../knxnetip/readwrite/model/MPropWriteCon.go      |   2 +-
 .../knxnetip/readwrite/model/MPropWriteReq.go      |   2 +-
 .../knxnetip/readwrite/model/MResetInd.go          |   2 +-
 .../knxnetip/readwrite/model/MResetReq.go          |   2 +-
 .../model/ProjectInstallationIdentifier.go         |   2 +-
 .../knxnetip/readwrite/model/RelativeTimestamp.go  |   2 +-
 .../knxnetip/readwrite/model/RoutingIndication.go  |   2 +-
 .../knxnetip/readwrite/model/SearchRequest.go      |   2 +-
 .../knxnetip/readwrite/model/SearchResponse.go     |   2 +-
 .../knxnetip/readwrite/model/ServiceId.go          |   2 +-
 .../protocols/knxnetip/readwrite/model/Status.go   |   2 +-
 .../readwrite/model/SupportedPhysicalMedia.go      |   2 +-
 .../knxnetip/readwrite/model/TDataConnectedInd.go  |   2 +-
 .../knxnetip/readwrite/model/TDataConnectedReq.go  |   2 +-
 .../knxnetip/readwrite/model/TDataIndividualInd.go |   2 +-
 .../knxnetip/readwrite/model/TDataIndividualReq.go |   2 +-
 .../knxnetip/readwrite/model/TunnelingRequest.go   |   2 +-
 .../readwrite/model/TunnelingRequestDataBlock.go   |   2 +-
 .../knxnetip/readwrite/model/TunnelingResponse.go  |   2 +-
 .../readwrite/model/TunnelingResponseDataBlock.go  |   2 +-
 .../knxnetip/readwrite/model/UnknownMessage.go     |   2 +-
 plc4go/protocols/modbus/readwrite/ParserHelper.go  |   2 +-
 .../protocols/modbus/readwrite/XmlParserHelper.go  |   2 +-
 .../protocols/modbus/readwrite/model/DataItem.go   |   4 +-
 .../protocols/modbus/readwrite/model/DriverType.go |   2 +-
 .../protocols/modbus/readwrite/model/ModbusADU.go  |   2 +-
 .../modbus/readwrite/model/ModbusAsciiADU.go       |   2 +-
 .../modbus/readwrite/model/ModbusConstants.go      |   2 +-
 .../modbus/readwrite/model/ModbusDataType.go       |   2 +-
 .../ModbusDeviceInformationConformityLevel.go      |   2 +-
 .../model/ModbusDeviceInformationLevel.go          |   2 +-
 .../model/ModbusDeviceInformationMoreFollows.go    |   2 +-
 .../model/ModbusDeviceInformationObject.go         |   2 +-
 .../modbus/readwrite/model/ModbusErrorCode.go      |   2 +-
 .../protocols/modbus/readwrite/model/ModbusPDU.go  |   2 +-
 .../readwrite/model/ModbusPDUDiagnosticRequest.go  |   2 +-
 .../readwrite/model/ModbusPDUDiagnosticResponse.go |   2 +-
 .../modbus/readwrite/model/ModbusPDUError.go       |   2 +-
 .../model/ModbusPDUGetComEventCounterRequest.go    |   2 +-
 .../model/ModbusPDUGetComEventCounterResponse.go   |   2 +-
 .../model/ModbusPDUGetComEventLogRequest.go        |   2 +-
 .../model/ModbusPDUGetComEventLogResponse.go       |   2 +-
 .../ModbusPDUMaskWriteHoldingRegisterRequest.go    |   2 +-
 .../ModbusPDUMaskWriteHoldingRegisterResponse.go   |   2 +-
 .../readwrite/model/ModbusPDUReadCoilsRequest.go   |   2 +-
 .../readwrite/model/ModbusPDUReadCoilsResponse.go  |   2 +-
 .../ModbusPDUReadDeviceIdentificationRequest.go    |   2 +-
 .../ModbusPDUReadDeviceIdentificationResponse.go   |   2 +-
 .../model/ModbusPDUReadDiscreteInputsRequest.go    |   2 +-
 .../model/ModbusPDUReadDiscreteInputsResponse.go   |   2 +-
 .../model/ModbusPDUReadExceptionStatusRequest.go   |   2 +-
 .../model/ModbusPDUReadExceptionStatusResponse.go  |   2 +-
 .../model/ModbusPDUReadFifoQueueRequest.go         |   2 +-
 .../model/ModbusPDUReadFifoQueueResponse.go        |   2 +-
 .../model/ModbusPDUReadFileRecordRequest.go        |   2 +-
 .../model/ModbusPDUReadFileRecordRequestItem.go    |   2 +-
 .../model/ModbusPDUReadFileRecordResponse.go       |   2 +-
 .../model/ModbusPDUReadFileRecordResponseItem.go   |   2 +-
 .../model/ModbusPDUReadHoldingRegistersRequest.go  |   2 +-
 .../model/ModbusPDUReadHoldingRegistersResponse.go |   2 +-
 .../model/ModbusPDUReadInputRegistersRequest.go    |   2 +-
 .../model/ModbusPDUReadInputRegistersResponse.go   |   2 +-
 ...sPDUReadWriteMultipleHoldingRegistersRequest.go |   2 +-
 ...PDUReadWriteMultipleHoldingRegistersResponse.go |   2 +-
 .../model/ModbusPDUReportServerIdRequest.go        |   2 +-
 .../model/ModbusPDUReportServerIdResponse.go       |   2 +-
 .../model/ModbusPDUWriteFileRecordRequest.go       |   2 +-
 .../model/ModbusPDUWriteFileRecordRequestItem.go   |   2 +-
 .../model/ModbusPDUWriteFileRecordResponse.go      |   2 +-
 .../model/ModbusPDUWriteFileRecordResponseItem.go  |   2 +-
 .../model/ModbusPDUWriteMultipleCoilsRequest.go    |   2 +-
 .../model/ModbusPDUWriteMultipleCoilsResponse.go   |   2 +-
 ...odbusPDUWriteMultipleHoldingRegistersRequest.go |   2 +-
 ...dbusPDUWriteMultipleHoldingRegistersResponse.go |   2 +-
 .../model/ModbusPDUWriteSingleCoilRequest.go       |   2 +-
 .../model/ModbusPDUWriteSingleCoilResponse.go      |   2 +-
 .../model/ModbusPDUWriteSingleRegisterRequest.go   |   2 +-
 .../model/ModbusPDUWriteSingleRegisterResponse.go  |   2 +-
 .../modbus/readwrite/model/ModbusRtuADU.go         |   2 +-
 .../modbus/readwrite/model/ModbusTcpADU.go         |   2 +-
 plc4go/protocols/s7/readwrite/ParserHelper.go      |   2 +-
 plc4go/protocols/s7/readwrite/XmlParserHelper.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 +-
 .../protocols/s7/readwrite/model/AlarmStateType.go |   2 +-
 plc4go/protocols/s7/readwrite/model/AlarmType.go   |   2 +-
 .../s7/readwrite/model/AssociatedValueType.go      |   2 +-
 plc4go/protocols/s7/readwrite/model/COTPPacket.go  |   2 +-
 .../readwrite/model/COTPPacketConnectionRequest.go |   2 +-
 .../model/COTPPacketConnectionResponse.go          |   2 +-
 .../protocols/s7/readwrite/model/COTPPacketData.go |   2 +-
 .../readwrite/model/COTPPacketDisconnectRequest.go |   2 +-
 .../model/COTPPacketDisconnectResponse.go          |   2 +-
 .../s7/readwrite/model/COTPPacketTpduError.go      |   2 +-
 .../protocols/s7/readwrite/model/COTPParameter.go  |   2 +-
 .../s7/readwrite/model/COTPParameterCalledTsap.go  |   2 +-
 .../s7/readwrite/model/COTPParameterCallingTsap.go |   2 +-
 .../s7/readwrite/model/COTPParameterChecksum.go    |   2 +-
 ...COTPParameterDisconnectAdditionalInformation.go |   2 +-
 .../s7/readwrite/model/COTPParameterTpduSize.go    |   2 +-
 .../s7/readwrite/model/COTPProtocolClass.go        |   2 +-
 .../protocols/s7/readwrite/model/COTPTpduSize.go   |   2 +-
 .../s7/readwrite/model/CpuSubscribeEvents.go       |   2 +-
 plc4go/protocols/s7/readwrite/model/DataItem.go    |   4 +-
 .../s7/readwrite/model/DataTransportErrorCode.go   |   2 +-
 .../s7/readwrite/model/DataTransportSize.go        |   2 +-
 plc4go/protocols/s7/readwrite/model/DateAndTime.go |   2 +-
 plc4go/protocols/s7/readwrite/model/DeviceGroup.go |   2 +-
 plc4go/protocols/s7/readwrite/model/EventType.go   |   2 +-
 plc4go/protocols/s7/readwrite/model/MemoryArea.go  |   2 +-
 .../s7/readwrite/model/ModeTransitionType.go       |   2 +-
 plc4go/protocols/s7/readwrite/model/QueryType.go   |   2 +-
 plc4go/protocols/s7/readwrite/model/S7Address.go   |   2 +-
 .../protocols/s7/readwrite/model/S7AddressAny.go   |   2 +-
 .../s7/readwrite/model/S7DataAlarmMessage.go       |   2 +-
 plc4go/protocols/s7/readwrite/model/S7Message.go   |   2 +-
 .../s7/readwrite/model/S7MessageObjectRequest.go   |   2 +-
 .../s7/readwrite/model/S7MessageObjectResponse.go  |   2 +-
 .../s7/readwrite/model/S7MessageRequest.go         |   2 +-
 .../s7/readwrite/model/S7MessageResponse.go        |   2 +-
 .../s7/readwrite/model/S7MessageResponseData.go    |   2 +-
 .../s7/readwrite/model/S7MessageUserData.go        |   2 +-
 plc4go/protocols/s7/readwrite/model/S7Parameter.go |   2 +-
 .../readwrite/model/S7ParameterModeTransition.go   |   2 +-
 .../readwrite/model/S7ParameterReadVarRequest.go   |   2 +-
 .../readwrite/model/S7ParameterReadVarResponse.go  |   2 +-
 .../model/S7ParameterSetupCommunication.go         |   2 +-
 .../s7/readwrite/model/S7ParameterUserData.go      |   2 +-
 .../s7/readwrite/model/S7ParameterUserDataItem.go  |   2 +-
 .../model/S7ParameterUserDataItemCPUFunctions.go   |   2 +-
 .../readwrite/model/S7ParameterWriteVarRequest.go  |   2 +-
 .../readwrite/model/S7ParameterWriteVarResponse.go |   2 +-
 plc4go/protocols/s7/readwrite/model/S7Payload.go   |   2 +-
 .../s7/readwrite/model/S7PayloadAlarm8.go          |   2 +-
 .../s7/readwrite/model/S7PayloadAlarmAckInd.go     |   2 +-
 .../s7/readwrite/model/S7PayloadAlarmS.go          |   2 +-
 .../s7/readwrite/model/S7PayloadAlarmSC.go         |   2 +-
 .../s7/readwrite/model/S7PayloadAlarmSQ.go         |   2 +-
 .../readwrite/model/S7PayloadDiagnosticMessage.go  |   2 +-
 .../s7/readwrite/model/S7PayloadNotify.go          |   2 +-
 .../s7/readwrite/model/S7PayloadNotify8.go         |   2 +-
 .../s7/readwrite/model/S7PayloadReadVarResponse.go |   2 +-
 .../s7/readwrite/model/S7PayloadUserData.go        |   2 +-
 .../s7/readwrite/model/S7PayloadUserDataItem.go    |   2 +-
 .../S7PayloadUserDataItemCpuFunctionAlarmAck.go    |   2 +-
 ...yloadUserDataItemCpuFunctionAlarmAckResponse.go |   2 +-
 .../S7PayloadUserDataItemCpuFunctionAlarmQuery.go  |   2 +-
 ...oadUserDataItemCpuFunctionAlarmQueryResponse.go |   2 +-
 ...ayloadUserDataItemCpuFunctionMsgSubscription.go |   2 +-
 ...aItemCpuFunctionMsgSubscriptionAlarmResponse.go |   2 +-
 ...erDataItemCpuFunctionMsgSubscriptionResponse.go |   2 +-
 ...ataItemCpuFunctionMsgSubscriptionSysResponse.go |   2 +-
 ...PayloadUserDataItemCpuFunctionReadSzlRequest.go |   2 +-
 ...ayloadUserDataItemCpuFunctionReadSzlResponse.go |   2 +-
 .../s7/readwrite/model/S7PayloadWriteVarRequest.go |   2 +-
 .../readwrite/model/S7PayloadWriteVarResponse.go   |   2 +-
 .../s7/readwrite/model/S7VarPayloadDataItem.go     |   2 +-
 .../s7/readwrite/model/S7VarPayloadStatusItem.go   |   2 +-
 .../readwrite/model/S7VarRequestParameterItem.go   |   2 +-
 .../model/S7VarRequestParameterItemAddress.go      |   2 +-
 plc4go/protocols/s7/readwrite/model/State.go       |   2 +-
 .../protocols/s7/readwrite/model/StaticHelper.go   |   2 +-
 .../protocols/s7/readwrite/model/SyntaxIdType.go   |   2 +-
 .../s7/readwrite/model/SzlDataTreeItem.go          |   2 +-
 plc4go/protocols/s7/readwrite/model/SzlId.go       |   2 +-
 .../s7/readwrite/model/SzlModuleTypeClass.go       |   2 +-
 plc4go/protocols/s7/readwrite/model/SzlSublist.go  |   2 +-
 plc4go/protocols/s7/readwrite/model/TPKTPacket.go  |   2 +-
 .../protocols/s7/readwrite/model/TransportSize.go  |   2 +-
 .../protocols/simulated/readwrite/ParserHelper.go  |   2 +-
 .../simulated/readwrite/XmlParserHelper.go         |   2 +-
 .../simulated/readwrite/model/DataItem.go          |   4 +-
 .../protocols/simulated/readwrite/model/Dummy.go   |   2 +-
 .../readwrite/model/SimulatedDataTypeSizes.go      |   2 +-
 plc4go/{internal => }/spi/HandlerExposer.go        |   0
 plc4go/spi/Message.go                              |  28 +
 plc4go/{internal => }/spi/MessageCodec.go          |   0
 plc4go/{internal => }/spi/PlcBrowser.go            |   0
 plc4go/{internal => }/spi/PlcConnection.go         |   0
 plc4go/spi/PlcDiscoverer.go                        |  29 +
 plc4go/{internal => }/spi/PlcFieldHandler.go       |   0
 plc4go/{internal => }/spi/PlcReader.go             |   0
 plc4go/{internal => }/spi/PlcSubscriber.go         |   0
 plc4go/{internal => }/spi/PlcValueHandler.go       |   0
 plc4go/{internal => }/spi/PlcWriter.go             |   0
 .../spi/RequestTransactionManager.go               |   0
 plc4go/spi/Tracer.go                               | 129 ++++
 plc4go/spi/TransportAware.go                       |  31 +
 plc4go/spi/TransportInstanceExposer.go             |  26 +
 plc4go/spi/default/DefaultCodec.go                 | 318 +++++++++
 plc4go/spi/default/DefaultConnection.go            | 351 ++++++++++
 plc4go/spi/default/DefaultDriver.go                |  96 +++
 plc4go/{internal => }/spi/default/init.go          |   0
 plc4go/spi/doc.go                                  |  41 ++
 .../spi/interceptors/RequestInterceptor.go         |   0
 .../interceptors/SingleItemRequestInterceptor.go   | 227 +++++++
 plc4go/spi/model/DefaultPlcBrowseEvent.go          | 111 ++++
 plc4go/spi/model/DefaultPlcBrowseQueryResult.go    | 129 ++++
 plc4go/spi/model/DefaultPlcBrowseRequest.go        | 130 ++++
 .../spi/model/DefaultPlcBrowseRequestResult.go     |   0
 .../spi/model/DefaultPlcBrowseResponse.go          |   0
 .../spi/model/DefaultPlcDiscoveryEvent.go          |   0
 plc4go/spi/model/DefaultPlcReadRequest.go          | 182 ++++++
 .../spi/model/DefaultPlcReadRequestResult.go       |   0
 plc4go/spi/model/DefaultPlcReadResponse.go         | 123 ++++
 plc4go/spi/model/DefaultPlcSubscriptionEvent.go    | 112 ++++
 plc4go/spi/model/DefaultPlcSubscriptionRequest.go  | 193 ++++++
 .../model/DefaultPlcSubscriptionRequestResult.go   |   0
 plc4go/spi/model/DefaultPlcSubscriptionResponse.go |  99 +++
 .../spi/model/DefaultPlcUnsubscriptionRequest.go   |   0
 .../model/DefaultPlcUnsubscriptionRequestResult.go |   0
 .../spi/model/DefaultPlcUnsubscriptionResponse.go  |   0
 plc4go/spi/model/DefaultPlcWriteRequest.go         | 240 +++++++
 .../spi/model/DefaultPlcWriteRequestResult.go      |   0
 plc4go/spi/model/DefaultPlcWriteResponse.go        |  90 +++
 plc4go/{internal => }/spi/model/DefaultRequest.go  |   0
 plc4go/{internal => }/spi/model/DefaultResponse.go |   0
 .../{internal => }/spi/options/DiscoveryOption.go  |   0
 plc4go/{internal => }/spi/options/Option.go        |   0
 .../{internal => }/spi/plcerrors/TimeoutError.go   |   0
 plc4go/spi/testutils/DriverTestRunner.go           | 715 +++++++++++++++++++++
 plc4go/spi/testutils/ManualTestRunner.go           | 193 ++++++
 plc4go/spi/testutils/ParserSerializerTestRunner.go | 259 ++++++++
 plc4go/{internal => }/spi/testutils/TestUtils.go   |   0
 .../spi/testutils/steptype_string.go               |   0
 plc4go/{internal => }/spi/transports/Transport.go  |   0
 .../spi/transports/TransportInstance.go            |   0
 plc4go/spi/transports/pcap/Transport.go            | 188 ++++++
 plc4go/spi/transports/serial/Transport.go          | 145 +++++
 plc4go/spi/transports/tcp/Transport.go             | 155 +++++
 plc4go/spi/transports/test/Transport.go            | 137 ++++
 plc4go/spi/transports/udp/Transport.go             | 258 ++++++++
 .../spi/transports/utils/TransportLogger.go        |   0
 plc4go/{internal => }/spi/utils/Buffer.go          |   0
 plc4go/{internal => }/spi/utils/CastUtils.go       |   0
 plc4go/{internal => }/spi/utils/IdGenerator.go     |   0
 plc4go/{internal => }/spi/utils/LengthAware.go     |   0
 plc4go/{internal => }/spi/utils/MultiError.go      |   0
 plc4go/{internal => }/spi/utils/PositionAware.go   |   0
 plc4go/{internal => }/spi/utils/ReadBuffer.go      |   0
 .../spi/utils/ReadBufferByteBased.go               |   0
 .../spi/utils/ReadBufferByteBased_test.go          |   0
 .../spi/utils/ReadBufferJsonBased.go               |   0
 .../{internal => }/spi/utils/ReadBufferXmlBased.go |   0
 plc4go/{internal => }/spi/utils/Regexp.go          |   0
 plc4go/{internal => }/spi/utils/Serializable.go    |   0
 plc4go/{internal => }/spi/utils/Utils.go           |   0
 plc4go/{internal => }/spi/utils/WriteBuffer.go     |   0
 .../spi/utils/WriteBufferBoxBased.go               |   0
 .../spi/utils/WriteBufferByteBased.go              |   0
 .../spi/utils/WriteBufferJsonBased.go              |   0
 .../spi/utils/WriteBufferXmlBased.go               |   0
 plc4go/{internal => }/spi/utils/asciiBox.go        |   0
 plc4go/{internal => }/spi/utils/asciiBox_test.go   |   0
 plc4go/{internal => }/spi/utils/bufferCommons.go   |   0
 plc4go/{internal => }/spi/utils/dumpUtils.go       |   0
 plc4go/{internal => }/spi/utils/dumpUtils_test.go  |   0
 plc4go/{internal => }/spi/utils/hex.go             |   0
 plc4go/{internal => }/spi/utils/hex_test.go        |   0
 plc4go/spi/values/BINT.go                          | 147 +++++
 plc4go/spi/values/BOOL.go                          |  79 +++
 plc4go/spi/values/BREAL.go                         | 178 +++++
 plc4go/spi/values/BYTE.go                          | 103 +++
 plc4go/spi/values/CHAR.go                          |  52 ++
 plc4go/spi/values/DATE.go                          |  71 ++
 plc4go/spi/values/DATE_AND_TIME.go                 |  58 ++
 plc4go/spi/values/DINT.go                          | 142 ++++
 plc4go/spi/values/DWORD.go                         | 102 +++
 .../spi/values/IEC61131ValueHandler.go             |   0
 plc4go/spi/values/INT.go                           | 135 ++++
 plc4go/spi/values/LINT.go                          | 149 +++++
 plc4go/spi/values/LREAL.go                         | 165 +++++
 plc4go/spi/values/LTIME.go                         |  63 ++
 plc4go/spi/values/LWORD.go                         | 118 ++++
 plc4go/{internal => }/spi/values/NULL.go           |   0
 plc4go/spi/values/PlcBitString.go                  |  81 +++
 plc4go/spi/values/PlcByteArray.go                  |  75 +++
 plc4go/spi/values/PlcList.go                       |  87 +++
 .../spi/values/PlcSimpleValueAdapter.go            |   0
 plc4go/spi/values/PlcStruct.go                     | 106 +++
 .../{internal => }/spi/values/PlcValueAdapter.go   |   0
 plc4go/spi/values/REAL.go                          | 159 +++++
 plc4go/spi/values/RawPlcValue.go                   |  83 +++
 plc4go/spi/values/SINT.go                          | 127 ++++
 plc4go/spi/values/STRING.go                        |  53 ++
 plc4go/spi/values/TIME.go                          |  63 ++
 plc4go/spi/values/TIME_OF_DAY.go                   |  74 +++
 plc4go/spi/values/UDINT.go                         | 135 ++++
 plc4go/spi/values/UINT.go                          | 121 ++++
 plc4go/spi/values/ULINT.go                         | 149 +++++
 plc4go/spi/values/USINT.go                         | 107 +++
 plc4go/spi/values/WCHAR.go                         |  54 ++
 plc4go/spi/values/WORD.go                          |  94 +++
 plc4go/spi/values/WSTRING.go                       |  54 ++
 plc4go/tests/drivers/tests/abeth_driver_test.go    |   2 +-
 .../drivers/tests/abeth_parser_serializer_test.go  |   2 +-
 plc4go/tests/drivers/tests/ads_driver_test.go      |   4 +-
 .../drivers/tests/ads_parser_serializer_test.go    |   2 +-
 .../drivers/tests/bacnet_parser_serializer_test.go |   2 +-
 plc4go/tests/drivers/tests/df1_driver_test.go      |   2 +-
 .../drivers/tests/df1_parser_serializer_test.go    |   2 +-
 plc4go/tests/drivers/tests/eip_driver_test.go      |   4 +-
 .../drivers/tests/eip_parser_serializer_test.go    |   2 +-
 plc4go/tests/drivers/tests/firmata_driver_test.go  |   2 +-
 .../tests/firmata_parser_serializer_test.go        |   2 +-
 plc4go/tests/drivers/tests/knxnetip_driver_test.go |   4 +-
 .../tests/knxnetip_parser_serializer_test.go       |   2 +-
 .../tests/drivers/tests/manual_ads_driver_test.go  |   2 +-
 .../drivers/tests/manual_bacnet_PcapTest_test.go   |   4 +-
 .../drivers/tests/manual_bacnet_driver_test.go     |   2 +-
 plc4go/tests/drivers/tests/manual_bacnet_test.go   |   2 +-
 .../tests/drivers/tests/manual_cbus_driver_test.go |  20 +-
 .../tests/drivers/tests/manual_s7_driver_test.go   |   2 +-
 plc4go/tests/drivers/tests/modbus_driver_test.go   |   4 +-
 .../drivers/tests/modbus_parser_serializer_test.go |   2 +-
 plc4go/tests/drivers/tests/s7_driver_test.go       |   4 +-
 .../drivers/tests/s7_parser_serializer_test.go     |   2 +-
 plc4go/tools/plc4xbrowser/ui/commands.go           |   6 +-
 .../internal/analyzer/analyzer.go                  |   2 +-
 .../internal/bacnetanalyzer/analyzer.go            |   4 +-
 .../internal/cbusanalyzer/analyzer.go              |   4 +-
 plc4go/tools/plc4xpcapanalyzer/ui/actions.go       |   4 +-
 plc4go/tools/plc4xpcapanalyzer/ui/commands.go      |   2 +-
 plc4go/tools/plc4xpcapanalyzer/ui/common.go        |   2 +-
 plc4go/tools/plc4xpcapanalyzer/ui/ui.go            |   2 +-
 plc4go/utils/exposedUtils.go                       |  66 --
 plc4go/utils/init.go                               |  21 -
 plc4j/integrations/apache-calcite/pom.xml          |   2 +-
 plc4j/integrations/apache-nifi/README.md           | 119 ++++
 .../apache-nifi/nifi-plc4x-nar/bin/.gitignore      |   2 +
 .../apache-nifi/nifi-plc4x-nar/pom.xml             | 279 ++++----
 .../nifi-plc4x-processors/{ => bin}/pom.xml        |   0
 .../services/org.apache.nifi.processor.Processor   |   0
 .../bin/src/test/resources/logback-test.xml        |  36 ++
 .../apache-nifi/nifi-plc4x-processors/pom.xml      | 175 ++++-
 .../org/apache/plc4x/nifi/BasePlc4xProcessor.java  | 110 ++--
 .../org/apache/plc4x/nifi/Plc4xSinkProcessor.java  |   4 +-
 .../apache/plc4x/nifi/Plc4xSourceProcessor.java    |  12 +-
 .../plc4x/nifi/Plc4xSourceRecordProcessor.java     | 218 +++++++
 .../record/Plc4xFullReadResponseRowCallback.java   |  32 +
 .../nifi/record/Plc4xReadResponseRecordSet.java    | 143 +++++
 .../nifi/record/Plc4xReadResponseRowCallback.java  |  27 +
 .../org/apache/plc4x/nifi/record/Plc4xWriter.java  |  75 +++
 .../plc4x/nifi/record/RecordPlc4xWriter.java       | 165 +++++
 .../org/apache/plc4x/nifi/util/Plc4xCommon.java    | 256 ++++++++
 .../services/org.apache.nifi.processor.Processor   |   3 +-
 .../apache/plc4x/nifi/Plc4xSinkProcessorTest.java  |  39 ++
 .../plc4x/nifi/Plc4xSourceProcessorTest.java       |  41 ++
 .../plc4x/nifi/Plc4xSourceRecordProcessorTest.java |  90 +++
 .../plc4x4nifi/Plc4xSinkProcessorTest.java         |  39 --
 .../plc4x4nifi/Plc4xSourceProcessorTest.java       |  42 --
 plc4j/integrations/apache-nifi/pom.xml             | 195 +++---
 plc4j/pom.xml                                      |   1 +
 .../src/main/resources/protocols/cbus/c-bus.mspec  |   4 +-
 .../server/cbus/protocol/CBusServerAdapter.java    |  23 +-
 2619 files changed, 12403 insertions(+), 10895 deletions(-)

diff --cc plc4go/spi/PlcDiscoverer.go
index 000000000,6a2ca7334..812a25fab
mode 000000,100644..100644
--- a/plc4go/spi/PlcDiscoverer.go
+++ b/plc4go/spi/PlcDiscoverer.go
@@@ -1,0 -1,29 +1,29 @@@
+ /*
+  * Licensed to the Apache Software Foundation (ASF) under one
+  * or more contributor license agreements.  See the NOTICE file
+  * distributed with this work for additional information
+  * regarding copyright ownership.  The ASF licenses this file
+  * to you under the Apache License, Version 2.0 (the
+  * "License"); you may not use this file except in compliance
+  * with the License.  You may obtain a copy of the License at
+  *
+  *   https://www.apache.org/licenses/LICENSE-2.0
+  *
+  * Unless required by applicable law or agreed to in writing,
+  * software distributed under the License is distributed on an
+  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  * KIND, either express or implied.  See the License for the
+  * specific language governing permissions and limitations
+  * under the License.
+  */
+ 
+ package spi
+ 
+ import (
+ 	"github.com/apache/plc4x/plc4go/pkg/api/model"
+ 	"github.com/apache/plc4x/plc4go/spi/options"
+ )
+ 
+ type PlcDiscoverer interface {
 -	Discover(callback func(event model.PlcDiscoveryEvent), discoveryOptions ...options.WithDiscoveryOption) error
++	Discover(callback func(event model.PlcDiscoveryItem), discoveryOptions ...options.WithDiscoveryOption) error
+ }
diff --cc plc4go/spi/default/DefaultDriver.go
index 000000000,db6eaae64..178e2e60c
mode 000000,100644..100644
--- a/plc4go/spi/default/DefaultDriver.go
+++ b/plc4go/spi/default/DefaultDriver.go
@@@ -1,0 -1,96 +1,96 @@@
+ /*
+  * Licensed to the Apache Software Foundation (ASF) under one
+  * or more contributor license agreements.  See the NOTICE file
+  * distributed with this work for additional information
+  * regarding copyright ownership.  The ASF licenses this file
+  * to you under the Apache License, Version 2.0 (the
+  * "License"); you may not use this file except in compliance
+  * with the License.  You may obtain a copy of the License at
+  *
+  *   https://www.apache.org/licenses/LICENSE-2.0
+  *
+  * Unless required by applicable law or agreed to in writing,
+  * software distributed under the License is distributed on an
+  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  * KIND, either express or implied.  See the License for the
+  * specific language governing permissions and limitations
+  * under the License.
+  */
+ 
+ package _default
+ 
+ import (
+ 	"github.com/apache/plc4x/plc4go/pkg/api"
+ 	apiModel "github.com/apache/plc4x/plc4go/pkg/api/model"
+ 	"github.com/apache/plc4x/plc4go/spi"
+ 	"github.com/apache/plc4x/plc4go/spi/options"
+ 	"github.com/apache/plc4x/plc4go/spi/transports"
+ 	"net/url"
+ )
+ 
+ type DefaultDriver interface {
+ 	plc4go.PlcDriver
+ 	spi.PlcDiscoverer
+ 	GetPlcFieldHandler() spi.PlcFieldHandler
+ }
+ 
+ func NewDefaultDriver(protocolCode string, protocolName string, defaultTransport string, plcFieldHandler spi.PlcFieldHandler) DefaultDriver {
+ 	return &defaultDriver{
+ 		protocolCode:     protocolCode,
+ 		protocolName:     protocolName,
+ 		defaultTransport: defaultTransport,
+ 		plcFieldHandler:  plcFieldHandler,
+ 	}
+ }
+ 
+ ///////////////////////////////////////
+ ///////////////////////////////////////
+ //
+ // Internal section
+ //
+ 
+ type defaultDriver struct {
+ 	protocolCode     string
+ 	protocolName     string
+ 	defaultTransport string
+ 	plcFieldHandler  spi.PlcFieldHandler
+ }
+ 
+ //
+ // Internal section
+ //
+ ///////////////////////////////////////
+ ///////////////////////////////////////
+ 
+ func (d *defaultDriver) GetProtocolCode() string {
+ 	return d.protocolCode
+ }
+ 
+ func (d *defaultDriver) GetProtocolName() string {
+ 	return d.protocolName
+ }
+ 
+ func (d *defaultDriver) GetDefaultTransport() string {
+ 	return d.defaultTransport
+ }
+ 
+ func (d *defaultDriver) CheckQuery(query string) error {
+ 	_, err := d.plcFieldHandler.ParseQuery(query)
+ 	return err
+ }
+ 
+ func (d *defaultDriver) GetConnection(_ url.URL, _ map[string]transports.Transport, _ map[string][]string) <-chan plc4go.PlcConnectionConnectResult {
+ 	panic("implement me")
+ }
+ 
+ func (d *defaultDriver) SupportsDiscovery() bool {
+ 	return false
+ }
+ 
 -func (d *defaultDriver) Discover(_ func(event apiModel.PlcDiscoveryEvent), _ ...options.WithDiscoveryOption) error {
++func (d *defaultDriver) Discover(_ func(event apiModel.PlcDiscoveryItem), _ ...options.WithDiscoveryOption) error {
+ 	panic("not available")
+ }
+ 
+ func (d *defaultDriver) GetPlcFieldHandler() spi.PlcFieldHandler {
+ 	return d.plcFieldHandler
+ }