ignoreMqtt property

  1. @TagNumber(104)
bool get ignoreMqtt

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);
  1. @TagNumber(104)
set ignoreMqtt (bool value)

Implementation

@$pb.TagNumber(104)
set ignoreMqtt($core.bool value) => $_setBool(16, value);