matterbridge-roborock-vacuum-plugin
Version:
Matterbridge Roborock Vacuum Plugin
47 lines (32 loc) โข 956 B
Markdown
# 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.