Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/tuyanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-10-29 15:31:46 +0300
committerGitHub <noreply@github.com>2021-10-29 15:31:46 +0300
commitff88bf8b6a95c162082a5da0e598d572d8414c49 (patch)
tree6c0abe6533fea854b912af7d690eb62bc6607f23
parent08c8ed09e18bfebe78c98a857997c673cd5277aa (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7febbfa..3837bde 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Tuya.Net
-.NET Standard 2.0 library to interface with Tuya WiFi smart devices.
+.NET Standard 2.0 library to interface with Tuya WiFi smart devices over LAN, without using the cloud.
## Description
@@ -21,7 +21,7 @@ Most requests must contain base JSON values:
"t": "CURRENT_TIME"
}
```
-Where `DEVICE_ID` is a **device ID** and CURRENT_TIME is a Unix timestamp as a string.
+Where `DEVICE_ID` is a **device ID** and `CURRENT_TIME` is a Unix timestamp as a string.
Every response contains command code, JSON and return code (0 = success).