componentName property
Component on the robot to move to the specified destination
Implementation
@$pb.TagNumber(9)
$core.String get componentName => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set componentName($core.String v) { $_setString(8, v); }