uplinkEnabled property

  1. @TagNumber(5)
bool get uplinkEnabled

If true, messages on the mesh will be sent to the public internet by any gateway ndoe

Implementation

@$pb.TagNumber(5)
$core.bool get uplinkEnabled => $_getBF(4);
  1. @TagNumber(5)
set uplinkEnabled (bool value)

Implementation

@$pb.TagNumber(5)
set uplinkEnabled($core.bool value) => $_setBool(4, value);