mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-06 10:44:04 +00:00
Add protocol and transport documentation (#663)
* Add protocol and transport documentation * Update post review
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
Reference in New Issue
Block a user