From b129359c5a0df75f63d9131e5e41d3060ac38cc3 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期一, 30 十二月 2019 14:14:06 +0800 Subject: [PATCH] 2019.12.30 --- ZigbeeApp/Shared/R.cs | 61 +++++++++++++++++++++++++++++- 1 files changed, 58 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index d51b603..bdf0ef7 100644 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -632,7 +632,7 @@ /// </summary> public const int LoginByAccountPWD = 10110; /// <summary> - /// 鍙戦�侀獙璇佺爜 + /// 鑾峰彇楠岃瘉鐮� /// </summary> public const int SendVerificationCode = 10111; /// <summary> @@ -759,6 +759,18 @@ /// 鏂板瘑鐮佸拰鍘熷瘑鐮佷竴鑷� /// </summary> public const int NEWPASSWORDANDOLDPASSWORDEQUAL = 10142; + /// <summary> + /// 璇峰厛鑾峰彇楠岃瘉鐮� + /// </summary> + public const int NORECORD = 10143; + /// <summary> + /// 蹇樿瀵嗙爜锛� + /// </summary> + public const int ForgotPWD_1 = 10144; + /// <summary> + /// 宸叉湁璐﹀彿锛熺櫥褰� + /// </summary> + public const int LoginByAccountPWD_1 = 10145; /// <summary> @@ -793,6 +805,10 @@ /// 缃戝叧涓嶅湪绾� /// </summary> public const int TheMainGatewayIsNotOnLine = 10157; + /// <summary> + /// 涓嬩竴姝� + /// </summary> + public const int Next = 10158; /// <summary> @@ -1017,6 +1033,41 @@ /// 娓╂箍搴︿紶鎰熷櫒 /// </summary> public const int TemperatureAndHumiditySensor = 12112; + + + /// <summary> + /// 鏈変汉 + /// </summary> + public const int IASZone_Statu_HavePerson = 12500; + /// <summary> + /// 鏃犱汉 + /// </summary> + public const int IASZone_Statu_NoPerson = 12501; + /// <summary> + /// 婕忔按 + /// </summary> + public const int IASZone_Statu_HaveWater = 12502; + /// <summary> + /// 姝e父 + /// </summary> + public const int IASZone_Statu_Normal = 12503; + /// <summary> + /// 寮�鍚� + /// </summary> + public const int IASZone_Statu_Open = 12504; + /// <summary> + /// 闂悎 + /// </summary> + public const int IASZone_Statu_Close = 12505; + /// <summary> + /// 鎶ヨ + /// </summary> + public const int IASZone_Statu_Alarm = 12506; + /// <summary> + /// 瀹夊叏 + /// </summary> + public const int IASZone_Statu_Safe = 12507; + #endregion @@ -1263,11 +1314,11 @@ public const int NeedCleanAC = 13511; /// <summary> - /// 娌″姛鑳� 璇峰厛娣诲姞 + /// 杩樻病鏈夊姛鑳藉摝 /// </summary> public const int NoFunction_Tip = 13600; /// <summary> - /// 娌″満鏅� 璇峰厛娣诲姞 + /// 杩樻病鏈夊満鏅摝 /// </summary> public const int NoScene_Tip = 13601; /// <summary> @@ -1278,6 +1329,10 @@ /// 鑾峰彇涓�... /// </summary> public const int Getting = 13603; + /// <summary> + /// 褰撳墠 浜害 + /// </summary> + public const int CurrentLightLevel = 13604; -- Gitblit v1.8.0