runOutput method

Future<void> runOutput(
  1. DeviceOutputCommand cmd
)

Implementation

Future<void> runOutput(DeviceOutputCommand cmd) async {
  await _communicator.sendMessageExpectOk(generateOutputCmd(cmd));
}