adminChannelEnabled property
Allow incoming device control over the insecure legacy admin channel.
Implementation
@$pb.TagNumber(8)
$core.bool get adminChannelEnabled => $_getBF(6);
Implementation
@$pb.TagNumber(8)
set adminChannelEnabled($core.bool value) => $_setBool(6, value);