From 5eeafe3af80bfd88306bd8ad9e76c8f4b51ca35f Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 17 十二月 2020 14:16:20 +0800
Subject: [PATCH] 增加本地发送的重发机制
---
HDL_ON/Common/R.cs | 87 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 86 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 7bfbf1a..e25fa3c 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -4,6 +4,8 @@
{
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;
@@ -708,6 +710,18 @@
/// 浣跨敤璐﹀彿瀵嗙爜鐧诲綍
/// </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;
#region 缃戠粶璇锋眰鍝嶅簲閿欒鎻愮ず淇℃伅
@@ -780,7 +794,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