turnOffWhenIdle property
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);
Implementation
@$pb.TagNumber(3)
set turnOffWhenIdle($core.bool v) { $_setBool(2, v); }