mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #87 from joshpirihi/master
Add a user preference to control MQTT encryption
This commit is contained in:
commit
07ed86d8b4
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue