diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 416be4d..9006b86 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -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 options inside the user interface + */ + bool is_managed = 9; } /*