Skip to content

Commit 4ea8273

Browse files
committed
added parameter documentation
1 parent 0fe53e5 commit 4ea8273

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_aws_iot.py

+2
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ def loop(self, timeout: float = 0) -> None:
227227
Must be called within the keep_alive timeout specified to init.
228228
This method does not handle network connection/disconnection.
229229
230+
:param float timeout: client return after this timeout, in seconds.
231+
230232
Example of "pumping" an AWS IoT message loop:
231233
..code-block::python
232234

0 commit comments

Comments
 (0)