We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After
if (code === 'linedetection') code = 'LineDetection';
Please add
if (code === 'fielddetection') code = 'FieldDetection';
After
if (code === 'linedetection') code = 'LineDetection';
Please add
if (code === 'fielddetection') code = 'FieldDetection';