We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f418e20 commit 9eb9b46Copy full SHA for 9eb9b46
1 file changed
README.md
@@ -130,12 +130,12 @@ Starting with v1.2.0 TinyTuya functions will return error details in the JSON da
130
131
The "Err" number will be one of these:
132
133
- 900 - Invalid JSON Response from Device
134
- 901 - Network Error: Unable to Connect
135
- 902 - Timeout Waiting for Device
136
- 903 - Specified Value Out of Range
137
- 904 - Unexpected Payload from Device
138
- 905 - Network Error: Device Unreachable
+* 900 - Invalid JSON Response from Device
+* 901 - Network Error: Unable to Connect
+* 902 - Timeout Waiting for Device
+* 903 - Specified Value Out of Range
+* 904 - Unexpected Payload from Device
+* 905 - Network Error: Device Unreachable
139
140
### Example Usage
141
0 commit comments