diff --git a/projects/Infrastructure/Data/EfDbContext.cs b/projects/Infrastructure/Data/EfDbContext.cs index f25b7dc9..8891e9c7 100644 --- a/projects/Infrastructure/Data/EfDbContext.cs +++ b/projects/Infrastructure/Data/EfDbContext.cs @@ -13,7 +13,7 @@ namespace Infrastructure.Data { public static readonly ILoggerFactory MyLoggerFactory = LoggerFactory.Create(builder => { - //builder.AddConsole(); + builder.AddConsole(); }); public EfDbContext(DbContextOptions options) : base(options) diff --git a/projects/IoTCenter/Views/Home/Node.cshtml b/projects/IoTCenter/Views/Home/Node.cshtml index 82ad71b9..7e4ccc03 100644 --- a/projects/IoTCenter/Views/Home/Node.cshtml +++ b/projects/IoTCenter/Views/Home/Node.cshtml @@ -5,7 +5,8 @@
@@ -147,6 +180,7 @@
+ + +
+
+ {{device.DisplayName||device.Name}} + + +
+
+
+ + +
+
+ 色调 +
+ +
+ +
+
+
+
+ 饱和度 +
+
+ +
+
+
+
+ + +
+
+ 亮度 +
+
+ +
+
+
+
+
diff --git a/projects/IoTNode/iotnode.db b/projects/IoTNode/iotnode.db index 9779c0cf..d58deb36 100644 Binary files a/projects/IoTNode/iotnode.db and b/projects/IoTNode/iotnode.db differ