From 474783457240f62d4f926e628fea2abb1c4b8b0d Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期一, 11 十月 2021 14:53:37 +0800 Subject: [PATCH] spk更新异常,安防中心传感器状态无显示 --- HDL_ON/Entity/Function/Function.cs | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs index e6e5e74..4c6031f 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> -- Gitblit v1.8.0