From a5ba89efa83d0a4afd0d25dbeba5989e4944b5b8 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 24 十一月 2020 18:57:56 +0800
Subject: [PATCH] 20201124;mqtt代码整理备份

---
 HDL_ON/Entity/Device/DeviceModule.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/Entity/Device/DeviceModule.cs b/HDL_ON/Entity/Device/DeviceModule.cs
index c110801..5e2a6ff 100644
--- a/HDL_ON/Entity/Device/DeviceModule.cs
+++ b/HDL_ON/Entity/Device/DeviceModule.cs
@@ -21,12 +21,12 @@
         public int gateway_type = 0;
         public string model_id = "";
         public string device_name = "hdl_bus_gatway";
-        public string model_type = "HDL GWA01IP";
         public string ip_address = "172.16.2.202";
         public string local_data_encode = "false";
         public string access_mode = "LAN";
         public string oid = "";
 
-
+        public string device_model = "HDL-MGWIP.430";
+        public string gatewayId = "12345";
     }
 }

--
Gitblit v1.8.0