1
0

__init__.py 252 B

12345678910111213
  1. from dataclasses import dataclass
  2. from switchbot import SwitchbotModel
  3. @dataclass
  4. class AirPurifierTestCase:
  5. manufacturer_data: bytes
  6. service_data: bytes
  7. data: dict
  8. model: str
  9. modelFriendlyName: str
  10. modelName: SwitchbotModel