From 9ebd6edb9beddf1a6881b2ca924ed43bf5cedfbe Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 30 十二月 2022 11:24:03 +0800 Subject: [PATCH] 1 --- SmartHome/HDL/Operation/Device/GatewayBase.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/SmartHome/HDL/Operation/Device/GatewayBase.cs b/SmartHome/HDL/Operation/Device/GatewayBase.cs index 2bb7ab7..08cc2d5 100644 --- a/SmartHome/HDL/Operation/Device/GatewayBase.cs +++ b/SmartHome/HDL/Operation/Device/GatewayBase.cs @@ -36,5 +36,11 @@ public string Remote_IP2 = string.Empty; public string Remote_IP2_Prot = string.Empty; + public bool isOnline = false; + /// <summary> + /// 宸茬粡杩佺Щ鍒版柊鏈嶅姟鍣� + /// </summary> + public bool isMoveToNewServer = false; + } } -- Gitblit v1.8.0