Skip to content

Commit 151092f

Browse files
authored
v3.1.2 (#118)
* Check auth only for login * Update user agent on connection reset (54) * Only set user agent when error * Version 3.1.1 * Include errno 104 for retrieving user agent * Bump to 3.1.2
1 parent 280ecb9 commit 151092f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymyq/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Define a version constant."""
2-
__version__ = "3.1.1"
2+
__version__ = "3.1.2"

pymyq/device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async def _send_state_command(
189189
)
190190
await self._wait_for_state_task
191191

192-
# We return true if state is already closed.
192+
# We return true if current state is already in new state.
193193
if self.state == to_state:
194194
_LOGGER.debug(
195195
"Device %s is in state %s, nothing to do.", self.name, to_state

0 commit comments

Comments
 (0)