mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
09a22e5cbc
* add protocol buffer definitions * oauth rework * websocket introduction Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
9 lines
181 B
Protocol Buffer
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;
|
|
} |