encryptionEnabled property
Whether to send encrypted or decrypted packets to MQTT. This parameter is only honoured if you also set 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
Implementation
@$pb.TagNumber(5)
$core.bool get encryptionEnabled => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set encryptionEnabled($core.bool value) => $_setBool(4, value);