detectionSensor property
The part of the config that is specific to the Detection Sensor module
Implementation
@$pb.TagNumber(13)
$1.ModuleConfig_DetectionSensorConfig get detectionSensor => $_getN(12);
Implementation
@$pb.TagNumber(13)
set detectionSensor($1.ModuleConfig_DetectionSensorConfig value) =>
$_setField(13, value);