openhab-addons/bundles/org.openhab.binding.mercedesme/proto/vin-events.proto
Bernd Weymann 1789d545cd [MercedesMe] Switch to Mercedes App SDK (#15628)
* add protocol buffer definitions
* oauth rework
* websocket introduction

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
2025-01-02 09:48:53 +02:00

9 lines
181 B
Protocol Buffer

syntax = "proto3";
package proto;
option java_package = "com.daimler.mbcarkit.proto";
message VINUpdate {
repeated string addedVINs = 1;
repeated string deletedVINs = 2;
}