mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-11-15 14:48:43 +00:00
Add own device type for smartstrip children (#201)
This commit is contained in:
@@ -211,6 +211,7 @@ class SmartStripPlug(SmartPlug):
|
||||
self.child_id = child_id
|
||||
self._last_update = parent._last_update
|
||||
self._sys_info = parent._sys_info
|
||||
self._device_type = DeviceType.StripSocket
|
||||
|
||||
async def update(self):
|
||||
"""Override the update to no-op and inform the user."""
|
||||
|
||||
Reference in New Issue
Block a user