This is an automated email from the ASF dual-hosted git repository.
chrisdutz pushed a change to branch refactor/spi3
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from 49363144b1 chore: Updated the KNX and BacNET vendor ids.
add 86f13da896 chore: Updated the KNX and BacNET vendor ids.
No new revisions were added by this update.
Summary of changes:
.../readwrite/model/CIPEncapsulationPacket.go | 28 +++----
.../readwrite/model/CIPEncapsulationReadRequest.go | 4 +-
.../model/CIPEncapsulationReadResponse.go | 4 +-
.../readwrite/model/DF1CommandRequestMessage.go | 8 +-
...mandResponseMessageProtectedTypedLogicalRead.go | 8 +-
.../abeth/readwrite/model/DF1RequestCommand.go | 8 +-
.../abeth/readwrite/model/DF1RequestMessage.go | 28 ++++---
.../model/DF1RequestProtectedTypedLogicalRead.go | 24 +++---
.../abeth/readwrite/model/DF1ResponseMessage.go | 32 ++++----
.../bacnetip/readwrite/model/BACnetVendorId.go | 96 ++++++++++++++++++++++
plc4go/protocols/cbus/readwrite/model/Alpha.go | 10 ++-
.../cbus/readwrite/model/ApplicationAddress1.go | 12 +--
.../cbus/readwrite/model/ApplicationAddress2.go | 12 +--
.../cbus/readwrite/model/BridgeAddress.go | 10 ++-
plc4go/protocols/cbus/readwrite/model/CALData.go | 16 ++--
.../cbus/readwrite/model/CALDataAcknowledge.go | 12 +--
.../cbus/readwrite/model/CALDataGetStatus.go | 12 +--
.../cbus/readwrite/model/CALDataIdentify.go | 8 +-
.../cbus/readwrite/model/CALDataIdentifyReply.go | 12 +--
.../cbus/readwrite/model/CALDataRecall.go | 12 +--
.../protocols/cbus/readwrite/model/CALDataReply.go | 12 +--
.../protocols/cbus/readwrite/model/CALDataReset.go | 3 +-
.../cbus/readwrite/model/CALDataStatus.go | 16 ++--
.../cbus/readwrite/model/CALDataStatusExtended.go | 28 ++++---
.../protocols/cbus/readwrite/model/CALDataWrite.go | 16 ++--
plc4go/protocols/cbus/readwrite/model/CALReply.go | 10 ++-
.../protocols/cbus/readwrite/model/CALReplyLong.go | 32 ++++----
.../cbus/readwrite/model/CALReplyShort.go | 3 +-
.../protocols/cbus/readwrite/model/CBusCommand.go | 12 +--
.../readwrite/model/CBusCommandDeviceManagement.go | 16 ++--
.../model/CBusCommandPointToMultiPoint.go | 8 +-
.../readwrite/model/CBusCommandPointToPoint.go | 8 +-
.../model/CBusCommandPointToPointToMultiPoint.go | 8 +-
.../protocols/cbus/readwrite/model/CBusHeader.go | 22 ++---
.../protocols/cbus/readwrite/model/CBusMessage.go | 3 +-
.../cbus/readwrite/model/CBusMessageToClient.go | 8 +-
.../cbus/readwrite/model/CBusMessageToServer.go | 8 +-
.../protocols/cbus/readwrite/model/CBusOptions.go | 42 +++++-----
.../model/CBusPointToMultiPointCommand.go | 6 +-
.../model/CBusPointToMultiPointCommandNormal.go | 16 ++--
.../model/CBusPointToMultiPointCommandStatus.go | 16 ++--
.../readwrite/model/CBusPointToPointCommand.go | 12 +--
.../model/CBusPointToPointCommandDirect.go | 12 +--
.../model/CBusPointToPointCommandIndirect.go | 16 ++--
.../model/CBusPointToPointToMultiPointCommand.go | 14 ++--
.../CBusPointToPointToMultiPointCommandNormal.go | 12 +--
.../CBusPointToPointToMultiPointCommandStatus.go | 12 +--
plc4go/protocols/cbus/readwrite/model/Checksum.go | 10 ++-
.../protocols/cbus/readwrite/model/Confirmation.go | 20 +++--
.../cbus/readwrite/model/CustomManufacturer.go | 10 ++-
.../protocols/cbus/readwrite/model/CustomTypes.go | 10 ++-
.../protocols/cbus/readwrite/model/EncodedReply.go | 8 +-
.../cbus/readwrite/model/EncodedReplyCALReply.go | 8 +-
.../cbus/readwrite/model/IdentifyReplyCommand.go | 3 +-
.../IdentifyReplyCommandCurrentSenseLevels.go | 8 +-
.../model/IdentifyReplyCommandDSIStatus.go | 44 +++++-----
.../readwrite/model/IdentifyReplyCommandDelays.go | 12 +--
...dentifyReplyCommandExtendedDiagnosticSummary.go | 94 ++++++++++-----------
.../model/IdentifyReplyCommandFirmwareVersion.go | 8 +-
.../IdentifyReplyCommandGAVPhysicalAddresses.go | 8 +-
.../model/IdentifyReplyCommandGAVValuesCurrent.go | 8 +-
.../model/IdentifyReplyCommandGAVValuesStored.go | 8 +-
.../model/IdentifyReplyCommandLogicalAssignment.go | 8 +-
.../model/IdentifyReplyCommandManufacturer.go | 8 +-
.../model/IdentifyReplyCommandMaximumLevels.go | 8 +-
.../model/IdentifyReplyCommandMinimumLevels.go | 8 +-
.../IdentifyReplyCommandNetworkTerminalLevels.go | 8 +-
.../model/IdentifyReplyCommandNetworkVoltage.go | 20 +++--
.../model/IdentifyReplyCommandOutputUnitSummary.go | 20 +++--
.../readwrite/model/IdentifyReplyCommandSummary.go | 16 ++--
.../model/IdentifyReplyCommandTerminalLevels.go | 8 +-
.../readwrite/model/IdentifyReplyCommandType.go | 8 +-
.../model/IdentifyReplyCommandUnitSummary.go | 38 +++++----
.../cbus/readwrite/model/InterfaceOptions1.go | 38 +++++----
.../model/InterfaceOptions1PowerUpSettings.go | 10 ++-
.../cbus/readwrite/model/InterfaceOptions2.go | 38 +++++----
.../cbus/readwrite/model/InterfaceOptions3.go | 38 +++++----
.../cbus/readwrite/model/LevelInformation.go | 22 ++---
.../cbus/readwrite/model/LevelInformationAbsent.go | 8 +-
.../readwrite/model/LevelInformationCorrupted.go | 20 +++--
.../cbus/readwrite/model/LevelInformationNormal.go | 16 ++--
.../cbus/readwrite/model/LogicAssignment.go | 38 +++++----
.../protocols/cbus/readwrite/model/MonitoredSAL.go | 6 +-
.../model/MonitoredSALLongFormSmartMode.go | 36 ++++----
.../cbus/readwrite/model/MonitoredSALReply.go | 8 +-
.../model/MonitoredSALShortFormBasicMode.go | 26 +++---
.../model/NetworkProtocolControlInformation.go | 18 ++--
.../protocols/cbus/readwrite/model/NetworkRoute.go | 14 ++--
.../cbus/readwrite/model/ParameterChange.go | 14 ++--
.../cbus/readwrite/model/ParameterChangeReply.go | 8 +-
.../cbus/readwrite/model/ParameterValue.go | 3 +-
.../model/ParameterValueApplicationAddress1.go | 12 +--
.../model/ParameterValueApplicationAddress2.go | 12 +--
.../model/ParameterValueBaudRateSelector.go | 12 +--
.../model/ParameterValueCustomManufacturer.go | 8 +-
.../readwrite/model/ParameterValueCustomTypes.go | 8 +-
.../model/ParameterValueInterfaceOptions1.go | 12 +--
...rameterValueInterfaceOptions1PowerUpSettings.go | 8 +-
.../model/ParameterValueInterfaceOptions2.go | 12 +--
.../model/ParameterValueInterfaceOptions3.go | 12 +--
.../cbus/readwrite/model/ParameterValueRaw.go | 8 +-
.../readwrite/model/ParameterValueSerialNumber.go | 12 +--
plc4go/protocols/cbus/readwrite/model/PowerUp.go | 14 ++--
.../protocols/cbus/readwrite/model/PowerUpReply.go | 8 +-
plc4go/protocols/cbus/readwrite/model/Reply.go | 6 +-
.../cbus/readwrite/model/ReplyEncodedReply.go | 16 ++--
.../protocols/cbus/readwrite/model/ReplyNetwork.go | 14 ++--
.../cbus/readwrite/model/ReplyOrConfirmation.go | 8 +-
.../model/ReplyOrConfirmationConfirmation.go | 12 +--
.../readwrite/model/ReplyOrConfirmationReply.go | 12 +--
plc4go/protocols/cbus/readwrite/model/Request.go | 22 ++---
.../cbus/readwrite/model/RequestCommand.go | 24 +++---
.../cbus/readwrite/model/RequestContext.go | 10 ++-
.../readwrite/model/RequestDirectCommandAccess.go | 18 ++--
.../protocols/cbus/readwrite/model/RequestEmpty.go | 3 +-
.../protocols/cbus/readwrite/model/RequestNull.go | 8 +-
.../cbus/readwrite/model/RequestObsolete.go | 14 ++--
.../protocols/cbus/readwrite/model/RequestReset.go | 16 ++--
.../readwrite/model/RequestSmartConnectShortcut.go | 14 ++--
.../cbus/readwrite/model/RequestTermination.go | 10 ++-
.../cbus/readwrite/model/ResponseTermination.go | 14 ++--
plc4go/protocols/cbus/readwrite/model/SALData.go | 8 +-
.../cbus/readwrite/model/SALDataAccessControl.go | 8 +-
.../cbus/readwrite/model/SALDataAirConditioning.go | 8 +-
.../cbus/readwrite/model/SALDataAudioAndVideo.go | 8 +-
.../readwrite/model/SALDataClockAndTimekeeping.go | 8 +-
.../cbus/readwrite/model/SALDataEnableControl.go | 8 +-
.../cbus/readwrite/model/SALDataErrorReporting.go | 8 +-
.../cbus/readwrite/model/SALDataFreeUsage.go | 3 +-
.../cbus/readwrite/model/SALDataHeating.go | 8 +-
.../cbus/readwrite/model/SALDataHvacActuator.go | 8 +-
.../readwrite/model/SALDataIrrigationControl.go | 8 +-
.../cbus/readwrite/model/SALDataLighting.go | 8 +-
.../cbus/readwrite/model/SALDataMeasurement.go | 8 +-
.../cbus/readwrite/model/SALDataMediaTransport.go | 8 +-
.../cbus/readwrite/model/SALDataMetering.go | 8 +-
.../model/SALDataPoolsSpasPondsFountainsControl.go | 8 +-
.../cbus/readwrite/model/SALDataReserved.go | 3 +-
.../readwrite/model/SALDataRoomControlSystem.go | 3 +-
.../cbus/readwrite/model/SALDataSecurity.go | 8 +-
.../model/SALDataTelephonyStatusAndControl.go | 8 +-
.../readwrite/model/SALDataTemperatureBroadcast.go | 8 +-
.../cbus/readwrite/model/SALDataTesting.go | 3 +-
.../cbus/readwrite/model/SALDataTriggerControl.go | 8 +-
.../cbus/readwrite/model/SALDataVentilation.go | 8 +-
.../cbus/readwrite/model/SerialInterfaceAddress.go | 10 ++-
.../protocols/cbus/readwrite/model/SerialNumber.go | 22 ++---
.../cbus/readwrite/model/ServerErrorReply.go | 8 +-
.../protocols/cbus/readwrite/model/StatusByte.go | 22 ++---
.../cbus/readwrite/model/StatusRequest.go | 6 +-
.../readwrite/model/StatusRequestBinaryState.go | 16 ++--
.../model/StatusRequestBinaryStateDeprecated.go | 16 ++--
.../cbus/readwrite/model/StatusRequestLevel.go | 20 +++--
.../protocols/cbus/readwrite/model/UnitAddress.go | 10 ++-
.../knxnetip/readwrite/model/KnxManufacturer.go | 74 ++++++++++++-----
.../knxnetip/readwrite/model/KnxManufacturer.cs | 63 ++++++++++----
156 files changed, 1374 insertions(+), 921 deletions(-)