shellx-ai
Version:
shellx is a powerful WebSocket-based client for controlling shell commands and UI automation on remote devices.
15 lines (14 loc) • 367 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_CONFIG = void 0;
exports.DEFAULT_CONFIG = {
timeout: 5000,
reconnect: true,
reconnectMaxAttempts: 5,
reconnectInterval: 1000,
pingInterval: 2000,
onOpen: () => { },
onClose: () => { },
onError: () => { },
onReconnectFailed: () => { },
};
;