From a37ab3f9394bd09107a1de3866bba99e54f5a1b4 Mon Sep 17 00:00:00 2001 From: Bernd Weymann Date: Thu, 3 Oct 2024 22:14:56 +0200 Subject: [PATCH] compile *.proto with protoc compiler v4.27.5 Signed-off-by: Bernd Weymann --- .../java/com/daimler/mbcarkit/proto/Acp.java | 43 +-- .../com/daimler/mbcarkit/proto/Client.java | 15 +- .../com/daimler/mbcarkit/proto/Cluster.java | 15 +- .../com/daimler/mbcarkit/proto/Eventpush.java | 11 +- .../com/daimler/mbcarkit/proto/Protos.java | 75 ++--- .../mbcarkit/proto/ServiceActivation.java | 27 +- .../daimler/mbcarkit/proto/UserEvents.java | 63 ++-- .../mbcarkit/proto/VehicleCommands.java | 275 +++++++++--------- .../daimler/mbcarkit/proto/VehicleEvents.java | 183 ++++++------ .../daimler/mbcarkit/proto/Vehicleapi.java | 59 ++-- .../com/daimler/mbcarkit/proto/VinEvents.java | 11 +- .../java/com/google/protobuf/GoGoProtos.java | 7 +- 12 files changed, 398 insertions(+), 386 deletions(-) diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Acp.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Acp.java index f68ca090ec366..600b4dea3c2fe 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Acp.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Acp.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: acp.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private Acp() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Acp.class.getName()); } @@ -40,8 +41,8 @@ public static final class VVA extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VVA.class.getName()); } @@ -101,8 +102,8 @@ public enum CommandState com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", CommandState.class.getName()); } @@ -266,8 +267,8 @@ public enum CommandCondition com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", CommandCondition.class.getName()); } @@ -728,8 +729,8 @@ public static final class VehicleAPI extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleAPI.class.getName()); } @@ -819,8 +820,8 @@ public enum CommandState com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", CommandState.class.getName()); } @@ -1011,8 +1012,8 @@ public enum AttributeStatus com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AttributeStatus.class.getName()); } @@ -1302,8 +1303,8 @@ public enum QueueType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", QueueType.class.getName()); } @@ -2228,8 +2229,8 @@ public static final class ACP extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ACP.class.getName()); } @@ -2813,8 +2814,8 @@ public enum CommandType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", CommandType.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Client.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Client.java index a46935b1305a7..d698124ba17a1 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Client.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Client.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: client.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private Client() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Client.class.getName()); } @@ -359,8 +360,8 @@ public static final class ClientMessage extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ClientMessage.class.getName()); } @@ -5103,8 +5104,8 @@ public static final class Logout extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Logout.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Cluster.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Cluster.java index d063e8c4227d2..25d439fc37046 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Cluster.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Cluster.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: cluster.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private Cluster() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Cluster.class.getName()); } @@ -52,8 +53,8 @@ public enum MemberStatus com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", MemberStatus.class.getName()); } @@ -192,8 +193,8 @@ public static final class AppTwinMemberStatusValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AppTwinMemberStatusValue.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Eventpush.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Eventpush.java index 6bbe18a281ded..dee5f626fd01d 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Eventpush.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Eventpush.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: eventpush.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private Eventpush() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Eventpush.class.getName()); } @@ -150,8 +151,8 @@ public static final class EventPushCommand extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", EventPushCommand.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Protos.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Protos.java index 7ffda0c58a423..16dc80742ab1c 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Protos.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Protos.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: protos.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private Protos() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Protos.class.getName()); } @@ -44,8 +45,8 @@ public enum SubscriptionErrorType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SubscriptionErrorType.class.getName()); } @@ -177,8 +178,8 @@ public enum OperatingSystemName com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", OperatingSystemName.class.getName()); } @@ -371,8 +372,8 @@ public static final class SubscribeRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SubscribeRequest.class.getName()); } @@ -1153,8 +1154,8 @@ public static final class SubscribeResponse extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SubscribeResponse.class.getName()); } @@ -2142,8 +2143,8 @@ public static final class UnsubscribeRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UnsubscribeRequest.class.getName()); } @@ -2907,8 +2908,8 @@ public static final class UnsubscribeResponse extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UnsubscribeResponse.class.getName()); } @@ -3910,8 +3911,8 @@ public static final class SubscriptionError extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SubscriptionError.class.getName()); } @@ -4906,8 +4907,8 @@ public static final class SubscribeToAppTwinRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SubscribeToAppTwinRequest.class.getName()); } @@ -6642,8 +6643,8 @@ public static final class ResubscribeToAppTwinRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ResubscribeToAppTwinRequest.class.getName()); } @@ -7287,8 +7288,8 @@ public static final class ResubscribeToAppTwinResponse extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ResubscribeToAppTwinResponse.class.getName()); } @@ -7341,8 +7342,8 @@ public enum ResubscribeResult com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ResubscribeResult.class.getName()); } @@ -7899,8 +7900,8 @@ public static final class SubscribeToAppTwinResponse extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SubscribeToAppTwinResponse.class.getName()); } @@ -8438,8 +8439,8 @@ public static final class UnsubscribeFromAppTwinRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UnsubscribeFromAppTwinRequest.class.getName()); } @@ -8976,8 +8977,8 @@ public static final class UnsubscribeFromAppTwinResponse extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UnsubscribeFromAppTwinResponse.class.getName()); } @@ -9711,8 +9712,8 @@ public static final class Heartbeat extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Heartbeat.class.getName()); } @@ -10100,8 +10101,8 @@ public static final class AssignedVehicles extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AssignedVehicles.class.getName()); } @@ -10660,8 +10661,8 @@ public static final class AcknowledgeAssignedVehicles extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeAssignedVehicles.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/ServiceActivation.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/ServiceActivation.java index b08cd9799e4fd..5955df31e26f6 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/ServiceActivation.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/ServiceActivation.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: service-activation.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private ServiceActivation() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ServiceActivation.class.getName()); } @@ -56,8 +57,8 @@ public enum ServiceStatus com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ServiceStatus.class.getName()); } @@ -190,8 +191,8 @@ public static final class AcknowledgeServiceStatusUpdatesByVIN extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeServiceStatusUpdatesByVIN.class.getName()); } @@ -624,8 +625,8 @@ public static final class AcknowledgeServiceStatusUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeServiceStatusUpdate.class.getName()); } @@ -1112,8 +1113,8 @@ public static final class ServiceStatusUpdatesByVIN extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ServiceStatusUpdatesByVIN.class.getName()); } @@ -2041,8 +2042,8 @@ public static final class ServiceStatusUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ServiceStatusUpdate.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/UserEvents.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/UserEvents.java index 87cf07fd0b408..9ca343fd15207 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/UserEvents.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/UserEvents.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: user-events.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private UserEvents() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UserEvents.class.getName()); } @@ -46,8 +47,8 @@ public static final class AcknowledgeUserDataUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeUserDataUpdate.class.getName()); } @@ -543,8 +544,8 @@ public static final class UserDataUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UserDataUpdate.class.getName()); } @@ -1661,8 +1662,8 @@ public static final class AcknowledgeUserVehicleAuthChangedUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeUserVehicleAuthChangedUpdate.class.getName()); } @@ -2095,8 +2096,8 @@ public static final class AcknowledgeAbilityToGetVehicleMasterDataFromRestAPI ex com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeAbilityToGetVehicleMasterDataFromRestAPI.class.getName()); } @@ -2562,8 +2563,8 @@ public static final class UserVehicleAuthChangedUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UserVehicleAuthChangedUpdate.class.getName()); } @@ -3568,8 +3569,8 @@ public static final class CPDUserData extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", CPDUserData.class.getName()); } @@ -7167,8 +7168,8 @@ public static final class CPDUserAddress extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", CPDUserAddress.class.getName()); } @@ -9593,8 +9594,8 @@ public static final class CPDUserCommunicationPreference extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", CPDUserCommunicationPreference.class.getName()); } @@ -10229,8 +10230,8 @@ public static final class AcknowledgeUserPictureUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeUserPictureUpdate.class.getName()); } @@ -10727,8 +10728,8 @@ public static final class UserPictureUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UserPictureUpdate.class.getName()); } @@ -11661,8 +11662,8 @@ public static final class AcknowledgeUserPINUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeUserPINUpdate.class.getName()); } @@ -12159,8 +12160,8 @@ public static final class UserPINUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UserPINUpdate.class.getName()); } @@ -13103,8 +13104,8 @@ public static final class UpdateUserJWTRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", UpdateUserJWTRequest.class.getName()); } @@ -13609,8 +13610,8 @@ public static final class AcknowledgeUpdateUserJWTRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeUpdateUserJWTRequest.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VehicleCommands.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VehicleCommands.java index 59548b1cb8fdf..2d3d610725d9a 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VehicleCommands.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VehicleCommands.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: vehicle-commands.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private VehicleCommands() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleCommands.class.getName()); } @@ -78,8 +79,8 @@ public enum Door com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Door.class.getName()); } @@ -330,8 +331,8 @@ public enum ZEVPreconditioningType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ZEVPreconditioningType.class.getName()); } @@ -580,8 +581,8 @@ public enum TimeProfileDay com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TimeProfileDay.class.getName()); } @@ -792,8 +793,8 @@ public enum DriveType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", DriveType.class.getName()); } @@ -927,8 +928,8 @@ public static final class AcknowledgeCommandRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeCommandRequest.class.getName()); } @@ -2175,8 +2176,8 @@ public static final class CommandRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", CommandRequest.class.getName()); } @@ -2233,8 +2234,8 @@ public enum Backend com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Backend.class.getName()); } @@ -12769,8 +12770,8 @@ public static final class DeactivateVehicleKeys extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", DeactivateVehicleKeys.class.getName()); } @@ -13648,8 +13649,8 @@ public static final class ActivateVehicleKeys extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ActivateVehicleKeys.class.getName()); } @@ -14485,8 +14486,8 @@ public static final class AuxheatStart extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AuxheatStart.class.getName()); } @@ -14840,8 +14841,8 @@ public static final class AuxheatStop extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AuxheatStop.class.getName()); } @@ -15236,8 +15237,8 @@ public static final class AuxheatConfigure extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AuxheatConfigure.class.getName()); } @@ -15290,8 +15291,8 @@ public enum Selection com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Selection.class.getName()); } @@ -16127,8 +16128,8 @@ public static final class DoorsLock extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", DoorsLock.class.getName()); } @@ -16902,8 +16903,8 @@ public static final class DoorsUnlock extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", DoorsUnlock.class.getName()); } @@ -17759,8 +17760,8 @@ public static final class EngineStart extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", EngineStart.class.getName()); } @@ -18257,8 +18258,8 @@ public static final class EngineStop extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", EngineStop.class.getName()); } @@ -18624,8 +18625,8 @@ public static final class SunroofOpen extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SunroofOpen.class.getName()); } @@ -19122,8 +19123,8 @@ public static final class SunroofClose extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SunroofClose.class.getName()); } @@ -19489,8 +19490,8 @@ public static final class SunroofLift extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SunroofLift.class.getName()); } @@ -20044,8 +20045,8 @@ public static final class SunroofMove extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SunroofMove.class.getName()); } @@ -21117,8 +21118,8 @@ public static final class WindowsOpen extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WindowsOpen.class.getName()); } @@ -21615,8 +21616,8 @@ public static final class WindowsClose extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WindowsClose.class.getName()); } @@ -21982,8 +21983,8 @@ public static final class WindowsVentilate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WindowsVentilate.class.getName()); } @@ -22597,8 +22598,8 @@ public static final class WindowsMove extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WindowsMove.class.getName()); } @@ -24410,8 +24411,8 @@ public static final class SpeedalertStart extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SpeedalertStart.class.getName()); } @@ -24905,8 +24906,8 @@ public static final class SpeedalertStop extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SpeedalertStop.class.getName()); } @@ -25277,8 +25278,8 @@ public static final class ZEVPreconditioningStart extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ZEVPreconditioningStart.class.getName()); } @@ -25810,8 +25811,8 @@ public static final class ZEVPreconditioningStop extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ZEVPreconditioningStop.class.getName()); } @@ -26287,8 +26288,8 @@ public static final class ZEVPreconditioningConfigure extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ZEVPreconditioningConfigure.class.getName()); } @@ -26337,8 +26338,8 @@ public enum DepartureTimeMode com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", DepartureTimeMode.class.getName()); } @@ -26968,8 +26969,8 @@ public static final class ZEVPreconditioningConfigureSeats extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ZEVPreconditioningConfigureSeats.class.getName()); } @@ -27618,8 +27619,8 @@ public static final class BatteryChargeProgramConfigure extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", BatteryChargeProgramConfigure.class.getName()); } @@ -27664,8 +27665,8 @@ public enum ChargeProgram com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeProgram.class.getName()); } @@ -28209,8 +28210,8 @@ public static final class BatteryMaxSocConfigure extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", BatteryMaxSocConfigure.class.getName()); } @@ -28831,8 +28832,8 @@ public static final class ChargeProgramConfigure extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeProgramConfigure.class.getName()); } @@ -28886,8 +28887,8 @@ public enum ChargeProgram com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeProgram.class.getName()); } @@ -30784,8 +30785,8 @@ public static final class ChargeControlConfigure extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeControlConfigure.class.getName()); } @@ -31921,8 +31922,8 @@ public static final class ChargeOptConfigure extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeOptConfigure.class.getName()); } @@ -31985,8 +31986,8 @@ public static final class Tariff extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Tariff.class.getName()); } @@ -32039,8 +32040,8 @@ public enum Rate com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Rate.class.getName()); } @@ -33689,8 +33690,8 @@ public static final class ChargeOptStart extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeOptStart.class.getName()); } @@ -34052,8 +34053,8 @@ public static final class ChargeOptStop extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeOptStop.class.getName()); } @@ -34439,8 +34440,8 @@ public static final class TemperatureConfigure extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TemperatureConfigure.class.getName()); } @@ -34498,8 +34499,8 @@ public static final class TemperaturePoint extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TemperaturePoint.class.getName()); } @@ -34591,8 +34592,8 @@ public enum Zone com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Zone.class.getName()); } @@ -36049,8 +36050,8 @@ public static final class WeekProfileConfigure extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WeekProfileConfigure.class.getName()); } @@ -36112,8 +36113,8 @@ public static final class WeeklySetHU extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WeeklySetHU.class.getName()); } @@ -36178,8 +36179,8 @@ public enum Day com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Day.class.getName()); } @@ -37538,8 +37539,8 @@ public static final class WeekProfileConfigureV2 extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WeekProfileConfigureV2.class.getName()); } @@ -38522,8 +38523,8 @@ public static final class TimeProfile extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TimeProfile.class.getName()); } @@ -40314,8 +40315,8 @@ public static final class SigPosStart extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SigPosStart.class.getName()); } @@ -40370,8 +40371,8 @@ public enum HornType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", HornType.class.getName()); } @@ -40500,8 +40501,8 @@ public enum LightType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", LightType.class.getName()); } @@ -40642,8 +40643,8 @@ public enum SigposType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SigposType.class.getName()); } @@ -41553,8 +41554,8 @@ public static final class TheftalarmConfirmDamagedetection extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TheftalarmConfirmDamagedetection.class.getName()); } @@ -41916,8 +41917,8 @@ public static final class TheftalarmDeselectDamagedetection extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TheftalarmDeselectDamagedetection.class.getName()); } @@ -42279,8 +42280,8 @@ public static final class TheftalarmDeselectInterior extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TheftalarmDeselectInterior.class.getName()); } @@ -42642,8 +42643,8 @@ public static final class TheftalarmDeselectTow extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TheftalarmDeselectTow.class.getName()); } @@ -43005,8 +43006,8 @@ public static final class TheftalarmSelectDamagedetection extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TheftalarmSelectDamagedetection.class.getName()); } @@ -43368,8 +43369,8 @@ public static final class TheftalarmSelectInterior extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TheftalarmSelectInterior.class.getName()); } @@ -43731,8 +43732,8 @@ public static final class TheftalarmSelectTow extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TheftalarmSelectTow.class.getName()); } @@ -44104,8 +44105,8 @@ public static final class TheftalarmStart extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TheftalarmStart.class.getName()); } @@ -44556,8 +44557,8 @@ public static final class TheftalarmStop extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TheftalarmStop.class.getName()); } @@ -44938,8 +44939,8 @@ public static final class AutomaticValetParkingActivate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AutomaticValetParkingActivate.class.getName()); } @@ -45530,8 +45531,8 @@ public static final class ChargeFlapUnlock extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeFlapUnlock.class.getName()); } @@ -45885,8 +45886,8 @@ public static final class ChargeCouplerUnlock extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeCouplerUnlock.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VehicleEvents.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VehicleEvents.java index 34d77ef431ae1..48d649df1d8f1 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VehicleEvents.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VehicleEvents.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: vehicle-events.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private VehicleEvents() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleEvents.class.getName()); } @@ -52,8 +53,8 @@ public enum ChargeProgram com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeProgram.class.getName()); } @@ -209,8 +210,8 @@ public enum AttributeStatus com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AttributeStatus.class.getName()); } @@ -457,8 +458,8 @@ public static final class VEPUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VEPUpdate.class.getName()); } @@ -2121,8 +2122,8 @@ public static final class VehicleAttributeStatus extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleAttributeStatus.class.getName()); } @@ -2196,8 +2197,8 @@ public enum CombustionConsumptionUnit com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", CombustionConsumptionUnit.class.getName()); } @@ -2380,8 +2381,8 @@ public enum ElectricityConsumptionUnit com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ElectricityConsumptionUnit.class.getName()); } @@ -2557,8 +2558,8 @@ public enum GasConsumptionUnit com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", GasConsumptionUnit.class.getName()); } @@ -2708,8 +2709,8 @@ private GasConsumptionUnit(int value) { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SpeedDistanceUnit.class.getName()); } @@ -2850,8 +2851,8 @@ public enum SpeedUnit com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SpeedUnit.class.getName()); } @@ -2984,8 +2985,8 @@ public enum DistanceUnit com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", DistanceUnit.class.getName()); } @@ -3110,8 +3111,8 @@ public enum TemperatureUnit com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TemperatureUnit.class.getName()); } @@ -3244,8 +3245,8 @@ public enum PressureUnit com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", PressureUnit.class.getName()); } @@ -3375,8 +3376,8 @@ public enum RatioUnit com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", RatioUnit.class.getName()); } @@ -3504,8 +3505,8 @@ public enum ClockHourUnit com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ClockHourUnit.class.getName()); } @@ -8723,8 +8724,8 @@ public static final class ChargeProgramsValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeProgramsValue.class.getName()); } @@ -9512,8 +9513,8 @@ public static final class ChargeProgramParameters extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ChargeProgramParameters.class.getName()); } @@ -10569,8 +10570,8 @@ public static final class WeeklyProfileValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WeeklyProfileValue.class.getName()); } @@ -11721,8 +11722,8 @@ public static final class VVRTimeProfile extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VVRTimeProfile.class.getName()); } @@ -12860,8 +12861,8 @@ public static final class EcoHistogramValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", EcoHistogramValue.class.getName()); } @@ -13588,8 +13589,8 @@ public static final class EcoHistogramBin extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", EcoHistogramBin.class.getName()); } @@ -14110,8 +14111,8 @@ public static final class SpeedAlertConfigurationValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SpeedAlertConfigurationValue.class.getName()); } @@ -14866,8 +14867,8 @@ public static final class SpeedAlertConfiguration extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", SpeedAlertConfiguration.class.getName()); } @@ -15601,8 +15602,8 @@ public static final class WeeklySettingsHeadUnitValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WeeklySettingsHeadUnitValue.class.getName()); } @@ -16421,8 +16422,8 @@ public static final class WeeklySetting extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WeeklySetting.class.getName()); } @@ -16964,8 +16965,8 @@ public static final class TemperaturePointsValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TemperaturePointsValue.class.getName()); } @@ -17825,8 +17826,8 @@ public static final class TemperaturePoint extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TemperaturePoint.class.getName()); } @@ -18571,8 +18572,8 @@ public static final class WeekdayTariffValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WeekdayTariffValue.class.getName()); } @@ -19423,8 +19424,8 @@ public static final class WeekendTariffValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", WeekendTariffValue.class.getName()); } @@ -20251,8 +20252,8 @@ public static final class Tariff extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Tariff.class.getName()); } @@ -20826,8 +20827,8 @@ public static final class StateOfChargeProfileValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", StateOfChargeProfileValue.class.getName()); } @@ -21677,8 +21678,8 @@ public static final class StateOfCharge extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", StateOfCharge.class.getName()); } @@ -22268,8 +22269,8 @@ public static final class VEPUpdatesByVIN extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VEPUpdatesByVIN.class.getName()); } @@ -23070,8 +23071,8 @@ public static final class DebugMessage extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", DebugMessage.class.getName()); } @@ -23623,8 +23624,8 @@ public static final class VehicleStatus extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleStatus.class.getName()); } @@ -24661,8 +24662,8 @@ public static final class PushMessage extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", PushMessage.class.getName()); } @@ -28260,8 +28261,8 @@ public static final class TrackingEvent extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", TrackingEvent.class.getName()); } @@ -29444,8 +29445,8 @@ public static final class PayloadValue extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", PayloadValue.class.getName()); } @@ -30341,8 +30342,8 @@ public com.daimler.mbcarkit.proto.VehicleEvents.PayloadValue getDefaultInstanceF com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeVEPRequest.class.getName()); } @@ -30786,8 +30787,8 @@ public static final class AcknowledgeVEPUpdatesByVIN extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeVEPUpdatesByVIN.class.getName()); } @@ -31231,8 +31232,8 @@ public static final class ConfigurePingInterval extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", ConfigurePingInterval.class.getName()); } @@ -31670,8 +31671,8 @@ public static final class AcknowledgeVehicleUpdated extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeVehicleUpdated.class.getName()); } @@ -32104,8 +32105,8 @@ public static final class AcknowledgePreferredDealerChange extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgePreferredDealerChange.class.getName()); } @@ -32572,8 +32573,8 @@ public static final class VehicleUpdated extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleUpdated.class.getName()); } @@ -33395,8 +33396,8 @@ public static final class PreferredDealerChange extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", PreferredDealerChange.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Vehicleapi.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Vehicleapi.java index ccc1adcd2f61f..258455fc78332 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Vehicleapi.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/Vehicleapi.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: vehicleapi.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private Vehicleapi() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", Vehicleapi.class.getName()); } @@ -50,8 +51,8 @@ public static final class AcknowledgeAppTwinCommandStatusUpdatesByVIN extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AcknowledgeAppTwinCommandStatusUpdatesByVIN.class.getName()); } @@ -546,8 +547,8 @@ public static final class AppTwinCommandStatusUpdatesByVIN extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AppTwinCommandStatusUpdatesByVIN.class.getName()); } @@ -1402,8 +1403,8 @@ public static final class AppTwinCommandStatusUpdatesByPID extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AppTwinCommandStatusUpdatesByPID.class.getName()); } @@ -2412,8 +2413,8 @@ public static final class AppTwinCommandStatus extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AppTwinCommandStatus.class.getName()); } @@ -4072,8 +4073,8 @@ public static final class VehicleAPICommandPostResult extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleAPICommandPostResult.class.getName()); } @@ -5163,8 +5164,8 @@ public static final class VehicleAPICommandGetResult extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleAPICommandGetResult.class.getName()); } @@ -6209,8 +6210,8 @@ public static final class VehicleAPIDataGetResult extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleAPIDataGetResult.class.getName()); } @@ -6933,8 +6934,8 @@ public static final class VehicleAPIAttributeStatus extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleAPIAttributeStatus.class.getName()); } @@ -7891,8 +7892,8 @@ public static final class VehicleAPICommandProcessStatus extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleAPICommandProcessStatus.class.getName()); } @@ -9711,8 +9712,8 @@ public static final class VehicleAPIError extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VehicleAPIError.class.getName()); } @@ -11010,8 +11011,8 @@ public static final class AppTwinPendingCommandsRequest extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AppTwinPendingCommandsRequest.class.getName()); } @@ -11400,8 +11401,8 @@ public static final class AppTwinPendingCommandsResponse extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", AppTwinPendingCommandsResponse.class.getName()); } @@ -12163,8 +12164,8 @@ public static final class PendingCommand extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", PendingCommand.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VinEvents.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VinEvents.java index c7109f0bc35df..8f1482164f445 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VinEvents.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/daimler/mbcarkit/proto/VinEvents.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: vin-events.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.daimler.mbcarkit.proto; @@ -10,8 +11,8 @@ private VinEvents() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VinEvents.class.getName()); } @@ -90,8 +91,8 @@ public static final class VINUpdate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", VINUpdate.class.getName()); } diff --git a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/google/protobuf/GoGoProtos.java b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/google/protobuf/GoGoProtos.java index 238d9395154ae..b24f059bd752e 100644 --- a/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/google/protobuf/GoGoProtos.java +++ b/bundles/org.openhab.binding.mercedesme/src/3rdparty/java/com/google/protobuf/GoGoProtos.java @@ -1,6 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! +// NO CHECKED-IN PROTOBUF GENCODE // source: gogo.proto -// Protobuf Java Version: 4.26.1 +// Protobuf Java Version: 4.27.5 package com.google.protobuf; @@ -10,8 +11,8 @@ private GoGoProtos() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 26, - /* patch= */ 1, + /* minor= */ 27, + /* patch= */ 5, /* suffix= */ "", GoGoProtos.class.getName()); }