disallowToSetDefaultViaBluetooth property

  1. @TagNumber.new(2)
bool get disallowToSetDefaultViaBluetooth

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);
  1. @TagNumber.new(2)
set disallowToSetDefaultViaBluetooth (bool v)

Implementation

@$pb.TagNumber(2)
set disallowToSetDefaultViaBluetooth($core.bool v) { $_setBool(1, v); }