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