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-27 17:34:46 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-10-27 17:36:41 +0300
commit3960735f1b6a00c8d732b20db55e204e8abf0d04 (patch)
treeb0c44cdf41d3d9145732ea7844515d29f5b58c1a /TuyaDeviceApiInfo.cs
parentcffc3a33ba3211f431861d5a78716cdcee5bdd09 (diff)
Comments and minor fixes
Diffstat (limited to 'TuyaDeviceApiInfo.cs')
-rw-r--r--TuyaDeviceApiInfo.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/TuyaDeviceApiInfo.cs b/TuyaDeviceApiInfo.cs
index d5228c4..5fd1b29 100644
--- a/TuyaDeviceApiInfo.cs
+++ b/TuyaDeviceApiInfo.cs
@@ -3,6 +3,9 @@ using System.Text.Json.Serialization;
namespace com.clusterrr.TuyaNet
{
+ /// <summary>
+ /// Device info received from Tuya API.
+ /// </summary>
public class TuyaDeviceApiInfo
{
[JsonPropertyName("active_time")]