From 281f7d0b8a363a3ed4d6f83bb5fa22bb6d0340f3 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 08 一月 2021 16:20:13 +0800 Subject: [PATCH] 2021-01-08 1.更新 --- Crabtree/SmartHome/HDL/Common/Constant.cs | 34 ++++++++++++++-------------------- 1 files changed, 14 insertions(+), 20 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Common/Constant.cs b/Crabtree/SmartHome/HDL/Common/Constant.cs index e006909..33bc993 100644 --- a/Crabtree/SmartHome/HDL/Common/Constant.cs +++ b/Crabtree/SmartHome/HDL/Common/Constant.cs @@ -7,26 +7,7 @@ /// </summary> public class Constant { - /// <summary> - /// 鐢ㄦ埛鍗忚 - /// </summary> - public const string URL_USERAGREEMENT = "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html"; - /// <summary> - /// 闅愮鏀跨瓥 - /// </summary> - public const string URL_PRIVACYPOLICY = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html"; - /// <summary> - /// 鎶�鏈敮鎸佺數璇濆彿鐮� - /// </summary> - public const string SUPPORT_TELEPHONENUMBER = "4008558535"; - /// <summary> - /// 鎶�鏈敮鎸侀偖绠卞湴鍧� - /// </summary> - public const string SUPPORT_EMAIL = "hdltickets@hdlautomation.com"; - /// <summary> - /// 鑻规灉鍟嗗簵鍦板潃 - /// </summary> - public const string URL_APPSTORE = "https://apps.apple.com/cn/app/on/id1532353432"; + /// <summary> /// 瑁佸壀鍥剧墖鐨勯珮澶у皬 @@ -286,5 +267,18 @@ } + /// <summary> + /// 缃戝叧绫诲瀷 + /// </summary> + public enum GatewayType + { + BUSUDPGATEWAY = 1, + AGATEWAY, + ZIGBEEGATEWAY, + KNXGATEWAY, + + } + + #endregion } -- Gitblit v1.8.0