# 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.