Skip to content

Commit

Permalink
Supported devices added to README.md and version bumped (#39)
Browse files Browse the repository at this point in the history
* Version number bumped.

* List of supported devices added.

* Product name updated.
  • Loading branch information
syssi authored and rytilahti committed Aug 22, 2017
1 parent a4a10a0 commit 4723cc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and report new missing functionality.

Thanks for the nice people over [ioBroker forum](http://forum.iobroker.net/viewtopic.php?f=23&t=4898) who figured out the encryption to make this possible.

### Supported devices

* Xiaomi Mi Robot Vacuum
* Xiaomi Mi Air Purifier 2
* Xiaomi Mi Smart WiFi Socket
* Xiaomi Mi Smart Socket Plug (1 Socket, 1 USB Port)
* Xiaomi Smart Power Strip (WiFi, 6 Ports)
* Xiaomi Philips Eyecare Smart Lamp 2
* Xiaomi Philips LED Ceiling Lamp
* Xiaomi Philips LED Ball Lamp

### Adding support for other devices

Although this library (and tool) currently only supports the vacuum cleaner, some other Xiaomi products use the same [underlying communication protocol](https://github.com/OpenMiHome/mihome-binary-protocol) ([another source for vacuum-specific documentation](https://github.com/marcelrv/XiaomiRobotVacuumProtocol)), so *patches for supporting other Xiaomi devices using the same protocol are welcome!*
Expand Down
2 changes: 1 addition & 1 deletion mirobo/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit 4723cc3

Please sign in to comment.