Sets aux output source.
Future<void> setAuxSource(int auxIndex, int source) async { await sendCommand(AuxSourceCommand(auxIndex: auxIndex, source: source)); }