DeviceOutputCommand constructor
DeviceOutputCommand(
- OutputType outputType,
- PercentOrSteps value,
- int? duration
Implementation
DeviceOutputCommand(this.outputType, this.value, this.duration);