Add admin_channel_enabled to the security config

pull/557/head
Jonathan Bennett 2024-08-07 09:28:57 -05:00
rodzic 6cde2e2672
commit 684d1faf8e
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -1063,6 +1063,11 @@ message Config {
* Moved to SecurityConfig * Moved to SecurityConfig
*/ */
bool bluetooth_logging_enabled = 7; bool bluetooth_logging_enabled = 7;
/*
* Enables incoming admin control over the "admin" channel
*/
bool admin_channel_enabled = 8 [default = false];
} }
/* /*