Add role to User instead

pull/406/head
Ben Meadors 2023-11-26 14:10:31 -06:00
rodzic 4f3e5f8b81
commit 2966ac6fad
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -512,6 +512,11 @@ message User {
* Also, "long_name" should be their licence number.
*/
bool is_licensed = 6;
/*
* Indicates that the user's role in the mesh
*/
Config.DeviceConfig.Role role = 7;
}
/*