Skip to content

Commit 16abfed

Browse files
add action status to init
1 parent 90423e4 commit 16abfed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
setup(
77
name='switchbotpy',
88
packages=['switchbotpy'],
9-
version='0.1.6',
9+
version='0.1.7',
1010
license='MIT',
1111
description='An API for Switchbots that allows to control actions, settings and timers (also password protected)',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
author='Nicolas Küchler',
1515
author_email='[email protected]',
1616
url='https://github.com/RoButton/switchbotpy',
17-
download_url='https://github.com/RoButton/switchbotpy/archive/v_016.tar.gz',
17+
download_url='https://github.com/RoButton/switchbotpy/archive/v_017.tar.gz',
1818
keywords=['Switchbot', 'Ble', 'Button', 'Actions', 'Settings', 'Timers'],
1919
install_requires=['pygatt', 'pexpect'],
2020
classifiers=[

switchbotpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from switchbotpy.switchbot import Scanner, Bot
22
from switchbotpy.switchbot_timer import StandardTimer, Action, Mode
3-
from switchbotpy.switchbot_util import SwitchbotError
3+
from switchbotpy.switchbot_util import SwitchbotError, ActionStatus

0 commit comments

Comments
 (0)