Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 00c215c

Browse files
committed
🐛 Set delaybeforesend=0 to fix Home Assistant sleep warnings
1 parent b4d4588 commit 00c215c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyruckus/RuckusSSH.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def __init__(
3030
ignore_sighup=ignore_sighup,
3131
encoding=encoding,
3232
)
33+
self.delaybeforesend = None
3334

3435
async def login(
3536
self, host: str, username=None, password="", login_timeout=10

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pyruckus",
10-
version="0.15",
10+
version="0.16",
1111
description="Python API to interact with a Ruckus Unleashed device.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)