mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add role to NodeInfo/Lite
This commit is contained in:
parent
c845b7848e
commit
da22c442b3
2 changed files with 10 additions and 0 deletions
|
|
@ -116,6 +116,11 @@ message NodeInfoLite {
|
|||
* local channel index we heard that node on. Only populated if its not the default channel.
|
||||
*/
|
||||
uint32 channel = 7;
|
||||
|
||||
/*
|
||||
* Indicates that the device's role in the mesh
|
||||
*/
|
||||
Config.DeviceConfig.Role role = 8;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -1046,6 +1046,11 @@ message NodeInfo {
|
|||
* local channel index we heard that node on. Only populated if its not the default channel.
|
||||
*/
|
||||
uint32 channel = 7;
|
||||
|
||||
/*
|
||||
* Indicates that the device's role in the mesh
|
||||
*/
|
||||
Config.DeviceConfig.Role role = 8;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue