disallowToSetDefaultViaBluetooth property
If set to true, the default settings can't be set via bluetooth. This can only be changed over a web socket connection to avoid lockout.
Implementation
@$pb.TagNumber(2)
$core.bool get disallowToSetDefaultViaBluetooth => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set disallowToSetDefaultViaBluetooth($core.bool v) { $_setBool(1, v); }