mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-11-23 07:01:22 +00:00
move get_time{zone} out from smartdevice + some minor cleanups
This commit is contained in:
@@ -39,7 +39,6 @@ class SmartPlug(SmartDevice):
|
||||
|
||||
def __init__(self, host: str) -> None:
|
||||
super().__init__(host)
|
||||
self.emeter_type = "emeter"
|
||||
self._device_type = DeviceType.Plug
|
||||
self.add_module("schedule", Schedule(self, "schedule"))
|
||||
self.add_module("usage", Usage(self, "schedule"))
|
||||
|
||||
Reference in New Issue
Block a user