hasDefaultChannel property

  1. @TagNumber(8)
bool get hasDefaultChannel

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);
  1. @TagNumber(8)
set hasDefaultChannel (bool value)

Implementation

@$pb.TagNumber(8)
set hasDefaultChannel($core.bool value) => $_setBool(7, value);