Files
home-sensors/proto/token/token.proto
T
Charles Hathaway 9bbe917e59 add: signal server
2023-09-20 22:09:15 -07:00

7 lines
97 B
Protocol Buffer

syntax = "proto3";
package token;
message AuthToken {
string uid = 1;
string home = 2;
}