Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zlinoliver authored Apr 25, 2021
1 parent 85872fe commit 79b19b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Before use, you need to configure the `config.json` file in the Homebridge plugi
```
vim config.json
```
4. In `options`, enter the `username`, `password`, `accessId`, and `accessKey` that you get from the [Tuya IoT Platform](https://iot.tuya.com/). The `lang` defaults to `en`. The `endPoint` is the domain name of the currently used Tuya Open API.
4. In `options`, enter the `username`, `password`, `accessId`, and `accessKey` that you get from the [Tuya IoT Platform](https://iot.tuya.com/). The `lang` defaults to `en`. The `endPoint` is the domain name of the currently used [Tuya Open API](https://developer.tuya.com/en/docs/cloud/?_source=github).
<img src="https://images.tuyacn.com/app/Hanh/config3.json.png" alt="Edit registration information" style="zoom:50%;" />
Expand Down Expand Up @@ -162,6 +162,7 @@ For more information about Homebridge installation, see the **Common Issues** in
- `getDeviceListStatus(devIds = [])`: Gets the status of multiple devices.
- `sendCommand(deviceID, params)`: Sends commands to a device.
For more info, please check the [Tuya Open API docs](https://developer.tuya.com/en/docs/cloud/?_source=github).
## MQTT
Expand Down

0 comments on commit 79b19b9

Please sign in to comment.