enabled property
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);
Implementation
@$pb.TagNumber(1)
set enabled($core.bool value) => $_setBool(0, value);