From f500e14c0a994487070380c50c85e0929cbc8e63 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 05 一月 2021 10:48:04 +0800
Subject: [PATCH] 2021-01-05 1.更新

---
 Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
index 80f8a95..eecfbb1 100644
--- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
+++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
@@ -70,5 +70,28 @@
         public readonly static string InsufficientAuthority = "You don't have full control over this sharer's home!";
         //缃戝叧琚叾瀹冧綇瀹呯粦瀹氾紝涓庣綉鍏抽�氳澶辫触! 璇烽暱鎸夌綉鍏虫寜閽�3S锛岃繘鍏ョ孩鐏父浜紝鐒跺悗閲嶆柊鎼滅储锛�
         public readonly static string GatewayPasswordError = "Failed to communicate with gateway, as the gateway has already been bound to another residence. Please press the gateway button for 3s, and search again when the red light keeps on.";
+        //鎺у埗澶辫触
+        public readonly static string ControlFailure = ", fail to control.";
+        //缃戝叧鏃犲搷搴旓紝璇烽噸璇�!
+        public readonly static string GatewayNoResponse = "No response from gateway, please try again!";
+        //瀵嗙爜蹇呴』鏄�8-20涓瓧绗︼紝鍖呮嫭鑷冲皯涓�涓ぇ灏忓啓瀛楁瘝锛屾暟瀛楀拰鐗规畩瀛楃銆�
+        public readonly static string PasswordStrengthNotMatch = "The password must be 8-20 characters, including at least one uppercase and lowercase letters, numbers and special characters.";
+        //瀵嗙爜涓嶈兘鍖呭惈鐢ㄦ埛鍚�
+        public readonly static string PasswordNotUsername = "Password cannot contain username";
+        //鎮ㄧ殑鎵嬫満鏈繛鎺IFI缃戠粶锛岃杩炴帴
+        public readonly static string NotConnectedToWIFI= "Your phone in not connected to WIFI network, please connect.";
+        //璇风‘淇濈綉鍏虫槸閫氱數鐨勶紝杩炴帴鍒癢iFi璺敱鍣ㄤ笂銆�
+        public readonly static string MakeSureGatewayIsPoweredUp = "Please make sure gateway is powered up and connect to WiFi router.";
+        //濡傛灉鍒楄〃涓病鏈夋墍鏈夌綉鍏筹紝鍒欏彲浠ュ啀娆℃悳绱€��
+        public readonly static string IfAllTheGatewaysAreNotInTheList = "If all the gateways are not in the list, you can search again.";
+        //姝e湪鎼滅储锛岃鐐瑰嚮姝ゅ閫�鍑烘悳绱㈡ā寮忋��
+        public readonly static string SearchingExitTheSearchingMode = "Searching, Please touch here to exit the searching mode.";
+        //姝e湪鎼滅储鏂拌澶囷紝璇风‘淇濇墍鏈夋柊璁惧閮藉浜庨厤缃ā寮忋��
+        public readonly static string SearchingForNewDevices = "Searching for new devices, Please make sure all new devices are in configuration mode.";
+        //澶囨敞闀垮害瓒呰繃闄愬埗銆�
+        public readonly static string RemarkLengthExceededTheLimit = "Device name length exceeded the limit.";
+        //澶囨敞涓嶈兘涓虹┖銆�
+        public readonly static string RemarksCannotBeEmpty = "Device name cannot be empty";
+
     }
 }

--
Gitblit v1.8.0