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