UNPKG

matterbridge-roborock-vacuum-plugin

Version:
47 lines (32 loc) โ€ข 956 B
# Web Testing Interface This is a web-based testing interface for the Matterbridge Roborock Vacuum Plugin. ## ๐Ÿš€ Quick Start ### Prerequisites - Node.js installed on your system - Access to the main plugin source code ### Installation & Setup 1. **Copy source files:** ```bash npm run copy-src ``` 2. **Build the project:** ```bash npm run build ``` 3. **Start the development server:** ```bash npm run dev ``` ## ๐ŸŒ Access Once the server is running, open your browser and navigate to: ``` http://localhost:3000 ``` ## ๐Ÿ” Authentication Log in using your Roborock account credentials: - **Username:** Your Roborock account username/email - **Password:** Your Roborock account password ## ๐Ÿงช Testing After successful authentication, you can start testing the plugin functionality through the web interface. --- **Note:** This is a development/testing tool and should not be used in production environments.