Add protocol and transport documentation (#663)

* Add protocol and transport documentation

* Update post review
This commit is contained in:
Steven B
2024-01-22 16:45:19 +00:00
committed by GitHub
parent 14acc8550e
commit 6b0a72d5a7
2 changed files with 84 additions and 1 deletions

View File

@@ -168,7 +168,7 @@ class TPLinkSmartHomeProtocol(BaseProtocol):
:param str host: host name or ip address of the device
:param request: command to send to the device (can be either dict or
json string)
json string)
:param retry_count: how many retries to do in case of failure
:return: response dict
"""