ignoreMqtt property
If true, the device will not process any packets received via LoRa that passed via MQTT anywhere on the path towards it.
Implementation
@$pb.TagNumber(104)
$core.bool get ignoreMqtt => $_getBF(16);
Implementation
@$pb.TagNumber(104)
set ignoreMqtt($core.bool value) => $_setBool(16, value);