enabled property

  1. @TagNumber(1)
bool get enabled

If a meshtastic node is able to reach the internet it will normally attempt to gateway any channels that are marked as is_uplink_enabled or is_downlink_enabled.

Implementation

@$pb.TagNumber(1)
$core.bool get enabled => $_getBF(0);
  1. @TagNumber(1)
set enabled (bool value)

Implementation

@$pb.TagNumber(1)
set enabled($core.bool value) => $_setBool(0, value);