PySwitchbot 0.37.5__tar.gz → 0.37.6__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.
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/PKG-INFO +1 -1
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/PySwitchbot.egg-info/PKG-INFO +1 -1
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/setup.py +1 -1
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/blind_tilt.py +1 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/blind_tilt.py +2 -2
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/LICENSE +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/MANIFEST.in +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/PySwitchbot.egg-info/SOURCES.txt +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/PySwitchbot.egg-info/dependency_links.txt +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/PySwitchbot.egg-info/requires.txt +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/PySwitchbot.egg-info/top_level.txt +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/README.md +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/setup.cfg +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/__init__.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parser.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/__init__.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/bot.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/bulb.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/ceiling_light.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/contact.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/curtain.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/humidifier.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/light_strip.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/lock.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/meter.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/motion.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/adv_parsers/plug.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/api_config.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/const.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/__init__.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/base_light.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/bot.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/bulb.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/ceiling_light.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/contact.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/curtain.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/device.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/humidifier.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/light_strip.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/lock.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/meter.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/motion.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/devices/plug.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/discovery.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/enum.py +0 -0
- {PySwitchbot-0.37.5 → PySwitchbot-0.37.6}/switchbot/models.py +0 -0
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
import logging
|
|
5
5
|
from typing import Any
|
|
6
6
|
|
|
7
|
-
from switchbot.devices.device import REQ_HEADER, update_after_operation
|
|
7
|
+
from switchbot.devices.device import REQ_HEADER, update_after_operation, SwitchbotSequenceDevice
|
|
8
8
|
|
|
9
9
|
from .curtain import CURTAIN_EXT_SUM_KEY, SwitchbotCurtain
|
|
10
10
|
|
|
@@ -26,7 +26,7 @@ CLOSE_UP_KEYS = [
|
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
class SwitchbotBlindTilt(SwitchbotCurtain):
|
|
29
|
+
class SwitchbotBlindTilt(SwitchbotCurtain, SwitchbotSequenceDevice):
|
|
30
30
|
"""Representation of a Switchbot Blind Tilt."""
|
|
31
31
|
|
|
32
32
|
# The position of the blind is saved returned with 0 = closed down, 50 = open and 100 = closed up.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|