mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-01-19 10:12:42 +00:00
generalize smartdevice class and add bulb support for the cli tool (#50)
Fixes #48 and #51. The basic functionality should work on all types of supported devices, for bulb specific commands it is currently necessary to specify ```--bulb```.
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
from .smartplug import SmartPlug
|
||||
from .pyHS100 import SmartPlugException, SmartDevice
|
||||
from .smartbulb import SmartBulb
|
||||
from .protocol import TPLinkSmartHomeProtocol
|
||||
from .protocol import TPLinkSmartHomeProtocol
|
||||
|
||||
Reference in New Issue
Block a user