kopia lustrzana https://github.com/meshtastic/protobufs
Add is_attended to User
rodzic
b4044f8f9f
commit
6d7c9e6180
|
@ -94,6 +94,11 @@ message UserLite {
|
|||
* This is sent out to other nodes on the mesh to allow them to compute a shared secret key.
|
||||
*/
|
||||
bytes public_key = 7;
|
||||
|
||||
/*
|
||||
* Whether or not the node is attended by a User
|
||||
*/
|
||||
optional bool is_attended = 8;
|
||||
}
|
||||
|
||||
message NodeInfoLite {
|
||||
|
|
|
@ -781,6 +781,11 @@ message User {
|
|||
* This is sent out to other nodes on the mesh to allow them to compute a shared secret key.
|
||||
*/
|
||||
bytes public_key = 8;
|
||||
|
||||
/*
|
||||
* Whether or not the node is attended by a User
|
||||
*/
|
||||
optional bool is_attended = 9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue