steps method

DeviceOutputCommand steps(
  1. int steps
)

Implementation

DeviceOutputCommand steps(int steps) {
  return DeviceOutputCommand(_outputType, PercentOrSteps.fromSteps(steps), null);
}