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-11-30 11:55:44 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-11-30 11:55:44 +0300
commit19a141a6e836bd6e3adcade6d87959d692e8a482 (patch)
tree16eb22462465eaad531517711634d1570e56373e
parent22cfc78fcda6b8a0691f2f99928a1b8a44b6f879 (diff)
Comments.
-rw-r--r--TuyaApi.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TuyaApi.cs b/TuyaApi.cs
index 2756311..bf682a4 100644
--- a/TuyaApi.cs
+++ b/TuyaApi.cs
@@ -104,7 +104,7 @@ namespace com.clusterrr.TuyaNet
}
/// <summary>
- /// Low-level request to API.
+ /// Request to official API.
/// </summary>
/// <param name="uri">Method URI.</param>
/// <param name="body">Body of request if any.</param>