Skip to content

Commit d147066

Browse files
committed
Corrected typos and format
1 parent 260c18a commit d147066

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ After importing tinytuya, you create a device handle for the device you want to
111111
### TinyTuya Module Classes and Functions
112112
```
113113
Global Functions
114-
devices = deviceScan() # returns dictionary of devices found on local network
115-
scan() # interactive scan of local network
116-
wizard() # interactive setup wizard
114+
devices = deviceScan() # Returns dictionary of devices found on local network
115+
scan() # Interactive scan of local network
116+
wizard() # Interactive setup wizard
117117
set_debug(toggle, color) # Activate verbose debugging output
118-
118+
119119
Classes
120120
OutletDevice(dev_id, address, local_key=None, dev_type='default')
121121
CoverDevice(dev_id, address, local_key=None, dev_type='default')
@@ -186,7 +186,7 @@ Functions:
186186
Starting with v1.2.0 TinyTuya functions will return error details in the JSON data responses instead of raising exceptions. The format for this response:
187187
188188
```json
189-
{ "Error":"Invalid JSON Payload", "Err":"900", "Payload":"{Tuya Message}" }'
189+
{ "Error":"Invalid JSON Payload", "Err":"900", "Payload":"{Tuya Message}" }
190190
```
191191
192192
The "Err" number will be one of these:
@@ -542,11 +542,11 @@ NOTE (*) - The range can vary depending on the device. As an example, for dimmer
542542

543543
## Credits
544544

545-
* TuyAPI https://github.com/codetheweb/tuyapi by codetheweb and blackrozes
546-
For protocol reverse engineering, additional protocol reverse engineering from jepsonrob and clach04
547-
* PyTuya https://github.com/clach04/python-tuya by clach04
548-
The origin of this python module (now abandoned), nijave for pycryptodome support and testing, Exilit for unittests and docstrings, mike-gracia for improved Python version support, samuscherer for RGB Bulb support, magneticflux for improved Python version support, sean6541 for initial PyPi package and Home Assistant support <https://github.com/sean6541/tuya-homeassistant>, ziirish - for resolving a dependency problem related to version numbers at install time
549-
* https://github.com/rospogrigio/localtuya-homeassistant by rospogrigio
545+
* TuyAPI https://github.com/codetheweb/tuyapi by codetheweb and blackrozes.
546+
Protocol reverse engineering from jepsonrob and clach04.
547+
* PyTuya https://github.com/clach04/python-tuya by clach04.
548+
The origin of this python module (now abandoned). Thanks to nijave for pycryptodome support and testing, Exilit for unittests and docstrings, mike-gracia for improved Python version support, samuscherer for RGB Bulb support, magneticflux for improved Python version support, sean6541 for initial PyPi package and Home Assistant support <https://github.com/sean6541/tuya-homeassistant>, ziirish - for resolving a dependency problem related to version numbers at install time
549+
* https://github.com/rospogrigio/localtuya-homeassistant by rospogrigio.
550550
Updated pytuya to support devices with Device IDs of 22 characters
551551

552552
## Related Projects

0 commit comments

Comments
 (0)