Managed device mode

This commit is contained in:
Ben Meadors 2023-05-12 08:00:13 -05:00
parent e84f0cc7ca
commit 802f3f45bf

View file

@ -129,6 +129,12 @@ message Config {
* Treat double tap interrupt on supported accelerometers as a button press if set to true
*/
bool double_tap_as_button_press = 8;
/*
* If true, device is considered to be "managed" by a mesh administrator
* Clients should then limit available configuration and administrative option inside the user interface
*/
bool is_managed = 9;
}
/*