detectionSensor property

  1. @TagNumber(13)
ModuleConfig_DetectionSensorConfig get detectionSensor

The part of the config that is specific to the Detection Sensor module

Implementation

@$pb.TagNumber(13)
$1.ModuleConfig_DetectionSensorConfig get detectionSensor => $_getN(12);
  1. @TagNumber(13)
set detectionSensor (ModuleConfig_DetectionSensorConfig value)

Implementation

@$pb.TagNumber(13)
set detectionSensor($1.ModuleConfig_DetectionSensorConfig value) =>
    $_setField(13, value);