homebridge-redmond-robot
Version:
Homebridge Plugin for Redmond Robot Vacuum
49 lines (36 loc) • 951 B
Markdown
This is a plugin for [Homebridge](https://github.com/nfarina/homebridge) to control your **Redmond Cleaning Vacuum.**
This plugin supports following functions:
- **Power Switch** (on/off)
After [Homebridge](https://github.com/nfarina/homebridge) has been installed:
```
$ sudo npm install -g homebridge-redmond-robot
```
```
{
"bridge": {
...
},
"platforms": [
{
"username": "USER",
"password": "PASS",
"country": "+7",
"startMode": "AutoClean",
"stopMode": "BackCharging",
"platform": "HomebridgeRedmondRobot"
}
]
}
```
Or with homebridge-config-ui
* SmartClean
* AutoClean
* EdgeClean
* SpotClean
* RoomClean
* Standby
* BackCharging