From bb6ad792b598927a5459a5fb6f6c27fb1aa9e94e Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期四, 17 十二月 2020 14:06:36 +0800 Subject: [PATCH] 20201217-1 --- HDL_ON/Common/R.cs | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 113 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index d83df1c..58cf187 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,14 @@ { public static class StringId { + public const int GatewayOfflineCannotCreateScene = 375; + public const int ResidenceDeletedSwitchToAnotherResidence = 374; + public const int AddFloorFail = 373; + public const int UnableToCreateScenarioPleaseBindGateway = 372; + public const int FunctionCannotBeUsedPleaseBindGateway = 371; + public const int TobeFamily = 370; + public const int AddNewResidence = 369; + public const int WelcomeToOnPlus = 368; public const int DeleteFloorFail = 367; public const int DeleteSceneFail = 366; public const int EditSceneInfoFail = 365; @@ -698,6 +706,39 @@ /// 鎮ㄧ殑瀵嗙爜宸茬粡淇敼鐢熸晥锛岃閲嶆柊鐧诲綍 /// </summary> public const int YourPasswordHasBeenChanged = 9047; + /// <summary> + /// 浣跨敤璐﹀彿瀵嗙爜鐧诲綍 + /// </summary> + public const int LogWithAccountAndPassword = 9048; + /// <summary> + /// 瀵嗙爜杩炵画杈撻敊娆℃暟宸茶揪鍒�10娆�,鐢ㄦ埛宸茶閿佸畾,璇锋鏃�0鐐瑰悗鍐嶇櫥闄� + /// </summary> + public const int AccountLoginLock = 9049; + /// <summary> + /// 楠岃瘉闈㈠ID + /// </summary> + public const int VerifyFaceID = 9050; + /// <summary> + /// 淇濆瓨鐢ㄦ埛澶村儚澶辫触 + /// </summary> + public const int FailedToSaveUserImage = 9051; + /// <summary> + /// 鎺ㄩ�佹敞鍐屾甯� + /// </summary> + public const int PushNormal = 9052; + /// <summary> + /// 鎺ㄩ�佹敞鍐屽紓甯� + /// </summary> + public const int PushException = 9053; + /// <summary> + /// 鏁板瓧瀵嗙爜楠岃瘉 + /// </summary> + public const int PasswordVerification = 9054; + /// <summary> + /// 缁樺埗鎵嬪娍楠岃瘉 + /// </summary> + public const int GestureVerification = 9055; + #region 缃戠粶璇锋眰鍝嶅簲閿欒鎻愮ず淇℃伅 @@ -770,7 +811,78 @@ /// 浣忓畢涓嶅瓨鍦� /// </summary> public const int Home_NoExists = 10016; - + /// <summary> + /// 璇锋眰澶辫触锛屽弬鏁板紓甯革紒 + /// </summary> + public const int RequestFailedParameterException = 10017; + /// <summary> + /// 缁戝畾鍙风爜閲嶅 + /// </summary> + public const int DuplicateBindingNumber = 10018; + /// <summary> + /// 褰撳墠浣忓畢娌℃湁缁戝畾缃戝叧 + /// </summary> + public const int PleaseBindTheGatewayFirst = 10019; + /// <summary> + /// 缃戝叧涓嶅瓨鍦� + /// </summary> + public const int GatewayDoesNotExist = 10020; + /// <summary> + /// 缃戝叧绂荤嚎 + /// </summary> + public const int GatewayOffline = 10021; + /// <summary> + /// 璁惧绂荤嚎 + /// </summary> + public const int DeviceOffline = 10022; + /// <summary> + /// 鎺у埗澶辫触,璇风◢鍚庡啀璇曪紒 + /// </summary> + public const int ControlFailure = 10023; + /// <summary> + /// 鍦烘櫙宸茬粡瀛樺湪 + /// </summary> + public const int SceneAlreadyExists = 10024; + /// <summary> + /// 鑷姩鍖栧凡缁忓瓨鍦� + /// </summary> + public const int AutomationAlreadyExists = 10025; + /// <summary> + /// spk涓嶆敮鎸佽鍔熻兘 + /// </summary> + public const int SpkNotSupportThisFeature = 10026; + /// <summary> + /// spk鍔熻兘涓嶆敮鎸佹鍔熻兘鍊� + /// </summary> + public const int SpkNotSupportThisFunctionValue = 10027; + /// <summary> + /// 娌℃湁鏉冮檺 + /// </summary> + public const int PermissionDenied = 10028; + /// <summary> + /// 璁惧鐩爣閲嶅 + /// </summary> + public const int DuplicateDeviceTarget = 10029; + /// <summary> + /// 娌℃湁杩滅▼鎺у埗鏉冮檺 + /// </summary> + public const int NoRemoteControlPermission = 10030; + /// <summary> + /// 璁惧涓嶈兘涓虹┖ + /// </summary> + public const int TheDeviceCannotBeEmpty = 10031; + /// <summary> + /// 鐢ㄦ埛娌℃湁璁惧鐨勬潈闄� + /// </summary> + public const int NotHavePermissionToTheDevice = 10032; + /// <summary> + /// 璁惧涓嶅瓨鍦� + /// </summary> + public const int TheDeviceDoesNotExist = 10033; + + + + #endregion #endregion } -- Gitblit v1.8.0