From 60fea1a35f8bfd2eb1399cae05d853b93b3674f9 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 03 一月 2020 13:47:35 +0800 Subject: [PATCH] 2020-01-03 1.增加信mqtt网关设备类型支持。 2.住宅ID改为string类型。 --- Crabtree/SmartHome/HDL/Operation/Device/GatewayBase.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Operation/Device/GatewayBase.cs b/Crabtree/SmartHome/HDL/Operation/Device/GatewayBase.cs index 2bb7ab7..e47a0de 100644 --- a/Crabtree/SmartHome/HDL/Operation/Device/GatewayBase.cs +++ b/Crabtree/SmartHome/HDL/Operation/Device/GatewayBase.cs @@ -31,6 +31,8 @@ public string Remote_Password = string.Empty; + + public string Remote_IP1 = string.Empty; public string Remote_IP1_Prot = string.Empty; public string Remote_IP2 = string.Empty; -- Gitblit v1.8.0