Future<bool> stopLeft({int timeout = 5}) async { bool ret = await _command .writeCgi("decoder_control.cgi?command=5&onestep=0&", timeout: timeout); return ret; }