diff --git a/projects/IoTCenter/wwwroot/node.default.html b/projects/IoTCenter/wwwroot/node.default.html index 02171584..b6f03347 100644 --- a/projects/IoTCenter/wwwroot/node.default.html +++ b/projects/IoTCenter/wwwroot/node.default.html @@ -174,9 +174,9 @@
-
用电:
-
-
+
用电:
+
+

@@ -187,9 +187,29 @@
-
开关:
-
-
+
一路开关:
+
+
+
+
+
+
+
+ + +
+
+ {{device.Name||device.DisplayName}} +
+
+
+
+ +
+
+
三路开关:
+
+

@@ -210,16 +230,16 @@
-
插座:
-
-
+
插座:
+
+

- - + +
{{device.Name||device.DisplayName}} @@ -491,7 +511,7 @@ UpdateChart('湿度', 'humidityChart', 'Humidity'); UpdateChart('前门光照', 'LightChart1', 'Light'); UpdateChart('后门光照', 'LightChart2', 'Light'); - UpdateChart('用电', 'EnergyChart', 'Energy'); + UpdateChart('用电', 'EnergyChart', 'Electricity'); }); }); },