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