python-kasa/pyHS100
Teemu R 71ac1f043a Add device discovery (#25)
* add (untested) discover mode

* Keep discovery and normal communication separate, uppercase magic consts

This sepearates the earlier test code for discovering devices,
and adds 5 sec timeout for gathering responses from potential devices.

This commit also uppercases magic constants.

Discovery & communication tested with HS110.

* update readme with example how to discover devices, pep8ify
2017-01-08 06:44:57 +08:00
..
tests Refactor & add unittests for almost all functionality, add tox for running tests on py27 and py35 (#17) 2016-12-17 06:51:56 +08:00
__init__.py Add device discovery (#25) 2017-01-08 06:44:57 +08:00
protocol.py Add device discovery (#25) 2017-01-08 06:44:57 +08:00
pyHS100.py Add timeout to query (#19) 2017-01-08 06:42:31 +08:00