DeviceOutputCommand constructor

DeviceOutputCommand(
  1. OutputType outputType,
  2. PercentOrSteps value,
  3. int? duration
)

Implementation

DeviceOutputCommand(this.outputType, this.value, this.duration);