hasDefaultChannel property
Whether the node has a channel with default PSK and name (LongFast, MediumSlow, etc...) and it uses the default frequency slot given the region and modem preset.
Implementation
@$pb.TagNumber(8)
$core.bool get hasDefaultChannel => $_getBF(7);
Implementation
@$pb.TagNumber(8)
set hasDefaultChannel($core.bool value) => $_setBool(7, value);