Add role to NodeInfo/Lite

pull/405/head
Ben Meadors 2023-11-26 06:53:52 -06:00
rodzic c845b7848e
commit da22c442b3
2 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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;
}
/*

Wyświetl plik

@ -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;
}
/*