6 lines
87 B
Protocol Buffer
6 lines
87 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message SetOpenStateReq {
|
|
uint32 key = 10;
|
|
uint32 value = 6;
|
|
}
|