From 9a4b76398009cf76c508d61f7e48fb6f5cb7ac2d Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期二, 21 七月 2020 09:46:53 +0800 Subject: [PATCH] 请合并最新多功能面板代码 --- ZigbeeApp/Shared/R.cs | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs old mode 100755 new mode 100644 index 448024f..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> @@ -5797,7 +5810,18 @@ /// 璁剧疆璁惧鍔熻兘绫诲瀷澶辫触 /// </summary> public const int uSetDeviceFunctionTypeFail = 16134; - + /// <summary> + /// 鑾峰彇鍦烘櫙鍒楄〃澶辫触,缃戝叧鍥炲瓒呮椂 + /// </summary> + public const int uGetSceneListFailAndTimeOut = 16135; + /// <summary> + /// 闇�閲嶆柊缁戝畾 + /// </summary> + public const int uNeedToRebind = 16136; + /// <summary> + /// 鍑虹幇鎰忓鎯呭喌,鏁版嵁涓㈠け + /// </summary> + public const int uUnKnownErrorAndLostData = 16137; -- Gitblit v1.8.0