diff --git a/projects/IoTCenter/Views/Home/Node.cshtml b/projects/IoTCenter/Views/Home/Node.cshtml index 9c512072..b4b529e7 100644 --- a/projects/IoTCenter/Views/Home/Node.cshtml +++ b/projects/IoTCenter/Views/Home/Node.cshtml @@ -146,6 +146,8 @@ +
-
-
-
-
+
+
+
+
-
+

{{GetData('温湿度传感器',null,null,'温度','Description')}}

-
+
温度:{{GetData('温湿度传感器',null,null,'温度','Value')}}{{ GetData('温湿度传感器',null,null,'温度','Unit')}}
-
+
-
+
-
+

{{GetData('温湿度传感器',null,null,'湿度','Description')}}

-
+
湿度:{{GetData('温湿度传感器',null,null,'湿度','Value')}}{{ GetData('温湿度传感器',null,null,'温度','Unit')}}
@@ -82,31 +82,31 @@
-
+
-
+
-
+

{{GetData('光强检测器',null,'前门','光照度','Description')}}

-
+
前门光照:{{GetData('光强检测器',null,'前门','光照度','Value')}}{{ GetData('光强检测器',null,'前门','光照度','Unit')}}
-
+
-
+
-
+

{{GetData('光强检测器',null,'后门','光照度','Description')}}

-
+
后门光照:{{GetData('光强检测器',null,'后门','光照度','Value') }}{{ GetData('光强检测器',null,'后门','光照度','Unit')}}
@@ -114,31 +114,31 @@
-
+
-
+
-
+
-
+
前门人体:{{GetData('红外感应器',null,'前门','状态','Value') }}
-
+
-
+
-
+
-
+
后门人体:{{GetData('红外感应器',null,'后门','状态','Value') }}