From 304dca51c28183a9dfc192c6b93ea1c00bdd5d97 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 01 七月 2020 15:00:40 +0800 Subject: [PATCH] 添加了写入功能类型 --- ZigbeeApp/Shared/R.cs | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index de1dffb..1ecc9a8 100755 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -350,7 +350,7 @@ /// </summary> public const int AddFreshAirModulPanelMsg = 239; /// <summary> - /// 璁剧疆甯稿紑妯″紡鍚庯紝鎮ㄧ殑闂ㄩ攣灏嗗缁坽0}澶勪簬鎵撳紑鐘舵�侊紝纭寮�鍚紵 + /// 璁剧疆甯稿紑妯″紡鍚庯紝鎮ㄧ殑闂ㄩ攣灏嗗缁坽0}澶勪簬鎵撳紑鐘舵�侊紝纭寮�鍚紵 /// </summary> public const int SetDoorLockNomallyOpen = 241; /// <summary> @@ -622,6 +622,38 @@ /// 闀挎寜鈥滃紑鍏斥�濇寜閿�5绉� /// </summary> public const int LongPressButtonSwitch = 327; + /// <summary> + /// 鏈�澶氬彲娣诲姞{0}涓� + /// </summary> + public const int AddMoreTip = 328; + /// <summary> + /// 缁戝畾 + /// </summary> + public const int Bind = 329; + /// <summary> + /// 330=璇ヨ澶囨槸缁х數鍣紝褰撳墠鍙敮鎸佸甫鏈夎皟鍏夌殑鐏厜缁戝畾 + /// </summary> + public readonly static int CanSelectDimmer = 330; + /// <summary> + /// 璇ヨ澶囨槸璋冨厜鐏紝褰撳墠鍙敮鎸佷笉甯︽湁璋冨厜鐨勭伅鍏夌粦瀹� + /// </summary> + public readonly static int CanSelectRelay = 331; + /// <summary> + /// 绌鸿皟鐩爣 + /// </summary> + public const int AcTargets = 332; + /// <summary> + /// 涓嶇粦瀹氫换浣曠洰鏍� + /// </summary> + public const int BindEmptyTargets = 333; + /// <summary> + /// /鐫$湢鏃堕棿 + /// </summary> + public const int SleepTime = 334; + /// <summary> + /// 璀﹀憡锛佹暟鎹嚭閿欙紝蹇呴』鍒锋柊鍒楄〃锛屽惁鍒欐帶鍒剁幇璞¢敊涔� + /// </summary> + public const int UpdateBindList = 335; public readonly static int cancel = 5097; public readonly static int confrim = 5098; @@ -902,6 +934,10 @@ public readonly static int executeSone = 5403; public readonly static int hour1 = 5404; public readonly static int mi = 5405; + public readonly static int nightLightSwitch = 5406; + public readonly static int colorTemperature = 5407; + public readonly static int buzzer = 5408; + /// <summary> @@ -5753,6 +5789,10 @@ /// 灏忓鐏紑鍏� /// </summary> public const int uMiniLightSwitch = 16133; + /// <summary> + /// 璁剧疆璁惧鍔熻兘绫诲瀷澶辫触 + /// </summary> + public const int uSetDeviceFunctionTypeFail = 16134; -- Gitblit v1.8.0