Add UserPreference to enable or disable MQTT uplink encryption

pull/87/head
Joshua Pirihi 2022-01-27 14:35:07 +13:00
rodzic 785fb20a0d
commit 47195848f0
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -682,6 +682,15 @@ message RadioConfig {
* ExternalNotificationPlugin can benefit from this feature.
*/
bool canned_message_plugin_send_bell = 173;
/*
* Whether to send encrypted or decrypted packets to MQTT.
* This parameter is only honoured if you also set mqtt_server
* (the default official mqtt.meshtastic.org server can handle encrypted packets)
*
* Decrypted packets may be useful for external systems that want to consume meshtastic packets
*/
bool mqtt_encryption_enabled = 174;
}
UserPreferences preferences = 1;