Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
@@ -74,6 +74,8 @@
        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 = "8-20 characters for password, including character, numbers, symbols";
    }