From f6fd8acd7c53c44187e70b4709443318a628f4b5 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 16 六月 2020 13:12:33 +0800 Subject: [PATCH] 2020-06-016 --- HDL_ON/Entity/DB_ResidenceData.cs | 46 +++++++++++++++++++++++----------------------- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/HDL_ON/Entity/DB_ResidenceData.cs b/HDL_ON/Entity/DB_ResidenceData.cs index c45cc6d..eb8ea48 100644 --- a/HDL_ON/Entity/DB_ResidenceData.cs +++ b/HDL_ON/Entity/DB_ResidenceData.cs @@ -342,15 +342,15 @@ }, bus_Data = new BusData { - SubnetID = 142, - DeviceID = 4, - LoopID = 111, + SubnetID = 111, + DeviceID = 15, + LoopID = 1, }, });; instance.functionList.sensorsEnvironmentalScience.Add(new Sensor() { - sid = "1234121234567890123456100B020006ABCD", + sid = "1234121234567890123456100B060006ABCD", name = "PM2.5", roomIdList = new List<string>() { "0001" }, function = new List<Trait>() { @@ -358,9 +358,9 @@ }, bus_Data = new BusData { - SubnetID = 142, - DeviceID = 4, - LoopID = 111, + SubnetID = 111, + DeviceID = 15, + LoopID = 1, }, }); //instance.functionList.sensorsEnvironmentalScience.Add(new Sensor() @@ -395,7 +395,7 @@ //}); instance.functionList.sensorsEnvironmentalScience.Add(new Sensor() { - sid = "1234121234567890123456100B050006ABCD", + sid = "1234121234567890123456100B070006ABCD", name = "CO2", roomIdList = new List<string>() { "0001" }, function = new List<Trait>() { @@ -403,14 +403,14 @@ }, bus_Data = new BusData { - SubnetID = 142, - DeviceID = 4, - LoopID = 111, + SubnetID = 111, + DeviceID = 15, + LoopID = 1, }, }); instance.functionList.sensorsEnvironmentalScience.Add(new Sensor() { - sid = "1234121234567890123456100B060006ABCD", + sid = "1234121234567890123456100B020006ABCD", name = "娓╁害", roomIdList = new List<string>() { "0001" }, function = new List<Trait>() { @@ -418,14 +418,14 @@ }, bus_Data = new BusData { - SubnetID = 142, - DeviceID = 4, - LoopID = 111, + SubnetID = 111, + DeviceID = 15, + LoopID = 1, }, }); instance.functionList.sensorsEnvironmentalScience.Add(new Sensor() { - sid = "1234121234567890123456100B070006ABCD", + sid = "1234121234567890123456100B050006ABCD", name = "TVOC", roomIdList = new List<string>() { "0001" }, function = new List<Trait>() { @@ -433,14 +433,14 @@ }, bus_Data = new BusData { - SubnetID = 142, - DeviceID = 4, - LoopID = 111, + SubnetID = 111, + DeviceID = 15, + LoopID = 1, }, }); instance.functionList.sensorsEnvironmentalScience.Add(new Sensor() { - sid = "1234121234567890123456100B080006ABCD", + sid = "1234121234567890123456100B030006ABCD", name = "婀垮害", roomIdList = new List<string>() { "0001" }, function = new List<Trait>() { @@ -448,9 +448,9 @@ }, bus_Data = new BusData { - SubnetID = 142, - DeviceID = 4, - LoopID = 111, + SubnetID = 111, + DeviceID = 15, + LoopID = 1, }, }); -- Gitblit v1.8.0