PySwitchbot 2.4.0__tar.gz → 2.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/PKG-INFO +1 -1
  2. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/pyproject.toml +1 -1
  3. pyswitchbot-2.4.1/switchbot/__version__.py +1 -0
  4. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/fan.py +6 -0
  5. pyswitchbot-2.4.0/switchbot/__version__.py +0 -1
  6. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/LICENSE +0 -0
  7. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/README.md +0 -0
  8. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/__init__.py +0 -0
  9. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parser.py +0 -0
  10. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/__init__.py +0 -0
  11. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/_sensor_th.py +0 -0
  12. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/air_purifier.py +0 -0
  13. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/art_frame.py +0 -0
  14. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/blind_tilt.py +0 -0
  15. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/bot.py +0 -0
  16. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/bulb.py +0 -0
  17. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/ceiling_light.py +0 -0
  18. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/climate_panel.py +0 -0
  19. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/contact.py +0 -0
  20. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/curtain.py +0 -0
  21. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/fan.py +0 -0
  22. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/hub2.py +0 -0
  23. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/hub3.py +0 -0
  24. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/hubmini_matter.py +0 -0
  25. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/humidifier.py +0 -0
  26. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/keypad.py +0 -0
  27. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/keypad_vision.py +0 -0
  28. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/leak.py +0 -0
  29. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/light_strip.py +0 -0
  30. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/lock.py +0 -0
  31. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/meter.py +0 -0
  32. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/motion.py +0 -0
  33. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/plug.py +0 -0
  34. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/presence_sensor.py +0 -0
  35. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/relay_switch.py +0 -0
  36. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/remote.py +0 -0
  37. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/roller_shade.py +0 -0
  38. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/smart_thermostat_radiator.py +0 -0
  39. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/vacuum.py +0 -0
  40. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/adv_parsers/weather_station.py +0 -0
  41. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/api_config.py +0 -0
  42. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/__init__.py +0 -0
  43. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/air_purifier.py +0 -0
  44. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/climate.py +0 -0
  45. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/evaporative_humidifier.py +0 -0
  46. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/hub2.py +0 -0
  47. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/hub3.py +0 -0
  48. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/light.py +0 -0
  49. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/lock.py +0 -0
  50. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/const/presence_sensor.py +0 -0
  51. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/__init__.py +0 -0
  52. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/air_purifier.py +0 -0
  53. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/art_frame.py +0 -0
  54. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/base_cover.py +0 -0
  55. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/base_light.py +0 -0
  56. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/blind_tilt.py +0 -0
  57. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/bot.py +0 -0
  58. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/bulb.py +0 -0
  59. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/ceiling_light.py +0 -0
  60. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/contact.py +0 -0
  61. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/curtain.py +0 -0
  62. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/device.py +0 -0
  63. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/evaporative_humidifier.py +0 -0
  64. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/fan.py +0 -0
  65. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/humidifier.py +0 -0
  66. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/keypad.py +0 -0
  67. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/keypad_vision.py +0 -0
  68. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/light_strip.py +0 -0
  69. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/lock.py +0 -0
  70. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/meter.py +0 -0
  71. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/meter_pro.py +0 -0
  72. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/motion.py +0 -0
  73. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/plug.py +0 -0
  74. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/relay_switch.py +0 -0
  75. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/roller_shade.py +0 -0
  76. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/smart_thermostat_radiator.py +0 -0
  77. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/devices/vacuum.py +0 -0
  78. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/discovery.py +0 -0
  79. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/enum.py +0 -0
  80. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/helpers.py +0 -0
  81. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/models.py +0 -0
  82. {pyswitchbot-2.4.0 → pyswitchbot-2.4.1}/switchbot/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySwitchbot
3
- Version: 2.4.0
3
+ Version: 2.4.1
4
4
  Summary: A library to communicate with Switchbot
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "PySwitchbot"
3
- version = "2.4.0"
3
+ version = "2.4.1"
4
4
  description = "A library to communicate with Switchbot"
5
5
  authors = ["Daniel Hjelseth Hoyer"]
6
6
  license = "MIT"
@@ -0,0 +1 @@
1
+ __version__ = "2.4.1"
@@ -60,3 +60,9 @@ class VerticalOscillationAngle(Enum):
60
60
  ANGLE_30 = 30
61
61
  ANGLE_60 = 60
62
62
  ANGLE_90 = 95
63
+
64
+ @classmethod
65
+ def _missing_(cls, value: int) -> VerticalOscillationAngle | None:
66
+ if value == 90:
67
+ return cls.ANGLE_90
68
+ return None
@@ -1 +0,0 @@
1
- __version__ = "2.4.0"
File without changes
File without changes