This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
python-kasa
Watch
1
Star
0
Fork
0
You've already forked python-kasa
mirror of
https://github.com/python-kasa/python-kasa.git
synced
2024-12-23 03:33:35 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
4cb28a3b25
python-kasa
/
requirements.txt
3 lines
21 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add new client tool (#42) * Add new client tool After installing the package pyhs100 command-line tool can be used to control the plug. See --help for its usage, most of the features for plugs are implemented, some of the shared functionality works for bulbs too. * Add discover command * Delete old examples, the cli works as an example well enough
2017-03-20 18:03:19 +00:00
click
Add support for HS300 power strip (#137) * discover runs, prints on since of device 0 * added preliminary support for HS300 * forgot to add smartdevice to commit * added index to CLI * clean up dirty code * added fake sysinfo_hs300 * changed device alias to match MAC * #131 Move _id_to_index into smartstrip so everyone can pass index * Update pyHS100/discover.py Co-Authored-By: jimboca <jimboca3@gmail.com> * refactoring to deduplicate code between smarplug and smartstrip * fixing CI failures for devices without children * incorporating feedback from pull request. * fixing hound violation * changed internal store from list of dicts to dict * changed other methods to dictionary store as well * removed unused optional type from imports * changed plugs to Dict, remove redundant sys_info calls * added more functionality for smart strip, added smart strip tests * updated FakeTransportProtocol for devices with children * corrected hound violations * add click-datetime
2019-01-08 19:13:25 +00:00
click-datetime
Reference in New Issue
Copy Permalink