From 9ab5bd54fadd8fc9c542b48c99a117a4e182669b Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期四, 14 十月 2021 16:37:56 +0800
Subject: [PATCH] 智能空开能源界面数据更新

---
 HDL_ON/Entity/Function/Function.cs |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs
index e6e5e74..64bc159 100644
--- a/HDL_ON/Entity/Function/Function.cs
+++ b/HDL_ON/Entity/Function/Function.cs
@@ -922,6 +922,13 @@
         /// value
         /// </summary>
         public const string Value = "value";
+
+        public const string Co2 = "co2";
+        public const string Temperature = "temperature";
+        public const string Hcho = "hcho";
+        public const string Humidity = "humidity";
+        public const string Pm25 = "pm25";
+        public const string Tvoc = "tvoc";
         /// <summary>
         /// 鐘舵��,浼犳劅鍣�
         /// </summary>
@@ -1015,14 +1022,6 @@
         /// 鑺傝兘
         /// </summary>
         public const string Energy = "energy";
-        /// <summary>
-        /// 婀垮害
-        /// </summary>
-        public const string Humidity = "humidity";
-        /// <summary>
-        /// 娓╁害
-        /// </summary>
-        public const string Temperature = "temperature";
         /// <summary>
         /// 瀹ゅ唴娓╁害
         /// </summary>
@@ -1357,6 +1356,7 @@
         /// 锛堝共鎺ョ偣锛�
         /// </summary>
         public const string SensorDryContact = "sensor.dryContact";
+        public const string SensorDryContact2 = "dryContact.standard";
         /// <summary>
         /// 姣背娉紶鎰熷櫒
         /// </summary>
@@ -1379,6 +1379,7 @@
             //spkList.Add(SensorDuiShe);
             //spkList.Add(SensoruUtrasonic);
             spkList.Add(SensorDryContact);
+            spkList.Add(SensorDryContact2);
             spkList.Add(SenesorMegahealth);
             spkList.Add(SenesorMegahealth2);
             return spkList;

--
Gitblit v1.8.0