Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
@@ -78,7 +78,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";
        //您的手机未连接WIFI网络,请连接
        public readonly static string NotConnectedToWIFI= "Your phone in not connected to WIFI network, please connect.";
        //请确保网关是通电的,连接到WiFi路由器上。
        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.";
        //正在搜索,请点击此处退出搜索模式。
        public readonly static string SearchingExitTheSearchingMode = "Searching, Please touch here to exit the searching mode.";
        //正在搜索新设备,请确保所有新设备都处于配置模式。
        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";
    }
}