Files
squeezelite-esp32/components/spotify/cspot/protobuf/mercury.proto
2023-05-10 16:45:50 +02:00

7 lines
106 B
Protocol Buffer

syntax = "proto2";
message Header {
optional string uri = 0x01;
optional string method = 0x03;
}