Sets key on air state.
Future<void> setKeyOnAir(int meIndex, int keyerIndex, bool onAir) async { await sendCommand(KeyOnAirCommand( meIndex: meIndex, keyerIndex: keyerIndex, onAir: onAir, )); }