transmitOverLora property

  1. @TagNumber(3)
bool get transmitOverLora

Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa. Note that this is not available on a channel with default key and name.

Implementation

@$pb.TagNumber(3)
$core.bool get transmitOverLora => $_getBF(2);
  1. @TagNumber(3)
set transmitOverLora (bool value)

Implementation

@$pb.TagNumber(3)
set transmitOverLora($core.bool value) => $_setBool(2, value);