Skip to content

Commit 44798c2

Browse files
committed
Improve NodeTimout error message
1 parent 70727f8 commit 44798c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/messages/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _response_timeout_expired(self, stick_timeout: bool = False) -> None:
170170
_LOGGER.warning("No response received for %s within timeout (%s seconds)", self, self._response, NODE_TIME_OUT)
171171
self._response_future.set_exception(
172172
NodeTimeout(
173-
f"No response to {self} within {NODE_TIME_OUT} seconds"
173+
f"No device response to {self} within {NODE_TIME_OUT} seconds"
174174
)
175175
)
176176

0 commit comments

Comments
 (0)