Comparing version 2.0.1 to 2.0.2
@@ -15,3 +15,6 @@ Setup | ||
4. Setup Charles' [SSL certificate](https://www.charlesproxy.com/documentation/using-charles/ssl-certificates/) for your phone. | ||
4. Setup Charles' [SSL certificate](https://www.charlesproxy.com/documentation/using-charles/ssl-certificates/) for your phone. If the app throws network errors, you may have to take an additional step to fully trust the Charles SSL certificate: | ||
`Settings > General > About > Certificate Trust Testings` | ||
5. Proxy your phone's traffic through Charles (IP is the IP of your computer): | ||
@@ -18,0 +21,0 @@ |
@@ -233,3 +233,3 @@ 'use strict'; | ||
} else { | ||
thisRequest.dps[options.dps.toString] = options.set; | ||
thisRequest.dps[options.dps.toString()] = options.set; | ||
} | ||
@@ -236,0 +236,0 @@ |
{ | ||
"name": "tuyapi", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "An easy-to-use API for devices that use Tuya's cloud services (currently only supports smart plugs)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
574472