From 23ca39219c5075d829d14137cb54896a24ae513d Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期五, 04 十二月 2020 13:57:08 +0800 Subject: [PATCH] 20201204 --- HDL_ON/DAL/Server/NewApiRes.cs | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs index ee11cc6..ad8afe2 100644 --- a/HDL_ON/DAL/Server/NewApiRes.cs +++ b/HDL_ON/DAL/Server/NewApiRes.cs @@ -513,7 +513,10 @@ /// </summary> public string aesKey; /// <summary> - /// + /// BUSUDPGATEWAY, + /// AGATEWAY, + /// ZIGBEEGATEWAY, + /// KNXGATEWAY /// </summary> public string gatewayType; /// <summary> @@ -541,12 +544,18 @@ /// 璁惧鍙� /// </summary> public int deviceId; + /// <summary> + /// 缃戝叧鐘舵�� + /// ON_LINE(0,"鍦ㄧ嚎"), + /// OFF_LINE(1,"涓嬬嚎"),; + /// </summary> + public string gatewayStatus; ///// <summary> ///// ///// </summary> //public string gwFirmwareVersion; - + ///// <summary> ///// ///// </summary> -- Gitblit v1.8.0