Bool to enable tls on mqtt connection

pull/334/head
Ben Meadors 2023-04-02 20:53:09 -05:00
rodzic ef83ba1d91
commit 96d0f0e238
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -56,6 +56,11 @@ message ModuleConfig {
* Whether to send / consume json packets on MQTT
*/
bool json_enabled = 6;
/*
* If true, we attempt to establish a secure connection using TLS
*/
bool tls_enabled = 7;
}
/*