From 23420922845c9e77019a55c3b3e3271eb1ec261e Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 13 七月 2020 11:42:18 +0800 Subject: [PATCH] 新版本 --- ZigbeeApp/Shared/R.cs | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs old mode 100755 new mode 100644 index d78def6..646002c --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -654,6 +654,14 @@ /// 璀﹀憡锛佹暟鎹嚭閿欙紝蹇呴』鍒锋柊鍒楄〃锛屽惁鍒欐帶鍒剁幇璞¢敊涔� /// </summary> public const int UpdateBindList = 335; + /// <summary> + /// 鍚屾 + /// </summary> + public const int Synchronization = 336; + /// <summary> + /// 鍚屾澶辫触 + /// </summary> + public const int SynchronizationFailed = 337; public readonly static int cancel = 5097; public readonly static int confrim = 5098; @@ -942,6 +950,11 @@ public readonly static int dark = 5411; public readonly static int bright = 5412; public readonly static int tipIlluminanceValue = 5413; + public readonly static int videoIntercom = 5414; + public readonly static int dong = 5415; + public readonly static int unit = 5416; + public readonly static int theOutdoorUnit = 5417; + /// <summary> @@ -5804,7 +5817,11 @@ /// <summary> /// 闇�閲嶆柊缁戝畾 /// </summary> - public const int uNeedToRebind = 16136; + public const int uNeedToRebind = 16136; + /// <summary> + /// 鍑虹幇鎰忓鎯呭喌,鏁版嵁涓㈠け + /// </summary> + public const int uUnKnownErrorAndLostData = 16137; -- Gitblit v1.8.0