percent method

DeviceOutputCommand percent(
  1. double percent
)

Implementation

DeviceOutputCommand percent(double percent) {
  return DeviceOutputCommand(_outputType, PercentOrSteps.fromPercent(percent), null);
}