Execute a custom command
Future<dynamic> sendCommand(List<dynamic> command) async { return await _client.send_object(command); }