mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 02:18:02 +00:00
Add support for tapo wall switches (S500D) (#704)
* Add support for the S500D * tweak * Update README.md
This commit is contained in:
@@ -30,6 +30,7 @@ class DeviceFamilyType(Enum):
|
||||
SmartKasaSwitch = "SMART.KASASWITCH"
|
||||
SmartTapoPlug = "SMART.TAPOPLUG"
|
||||
SmartTapoBulb = "SMART.TAPOBULB"
|
||||
SmartTapoSwitch = "SMART.TAPOSWITCH"
|
||||
|
||||
|
||||
def _dataclass_from_dict(klass, in_val):
|
||||
|
Reference in New Issue
Block a user