Skip to content

Commit

Permalink
Added support for Roidmi Eve (#1072)
Browse files Browse the repository at this point in the history
* Initial support for Roidmi Eve

* Roidmi Eve: Initial commit number 2

* Roidmi Eve: Initial commit number 3

* Roidmi Eve: Initial commit number 4
  • Loading branch information
martin9000andersen committed Jul 12, 2021
1 parent 61ca4a1 commit 1d5536d
Show file tree
Hide file tree
Showing 5 changed files with 976 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Supported devices
- Xiaomi Mijia 360 1080p
- Xiaomi Mijia STYJ02YM (Viomi)
- Xiaomi Mijia 1C STYTJ01ZHM (Dreame)
- Xiaomi Roidmi Eve
- Xiaomi Mi Smart WiFi Socket
- Xiaomi Chuangmi Plug V1 (1 Socket, 1 USB Port)
- Xiaomi Chuangmi Plug V3 (1 Socket, 2 USB Ports)
Expand Down
2 changes: 2 additions & 0 deletions docs/api/miio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Submodules
miio.cooker
miio.curtain_youpin
miio.device
miio.deviceinfo
miio.discovery
miio.dreamevacuum_miot
miio.exceptions
Expand All @@ -65,6 +66,7 @@ Submodules
miio.powerstrip
miio.protocol
miio.pwzn_relay
miio.roidmivacuum_miot
miio.scishare_coffeemaker
miio.toiletlid
miio.updater
Expand Down
1 change: 1 addition & 0 deletions miio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
from miio.powerstrip import PowerStrip
from miio.protocol import Message, Utils
from miio.pwzn_relay import PwznRelay
from miio.roidmivacuum_miot import RoidmiVacuumMiot
from miio.scishare_coffeemaker import ScishareCoffee
from miio.toiletlid import Toiletlid
from miio.vacuum import Vacuum, VacuumException
Expand Down

0 comments on commit 1d5536d

Please sign in to comment.