turnOffWhenIdle property

  1. @TagNumber.new(3)
bool get turnOffWhenIdle

If set to true, the indicator will turn off when the race is in IDLE state. Otherwise, it will be red.

Implementation

@$pb.TagNumber(3)
$core.bool get turnOffWhenIdle => $_getBF(2);
  1. @TagNumber.new(3)
set turnOffWhenIdle (bool v)

Implementation

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