From 3a26f6025130dcaae4aa82ea19b16ad902450eb8 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 28 十一月 2019 11:43:47 +0800 Subject: [PATCH] 合并全部代码完成 --- ZigbeeApp/Shared/Phone/ZigBee/Device/AC.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/AC.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/AC.cs index bcaec98..b70e603 100755 --- a/ZigbeeApp/Shared/Phone/ZigBee/Device/AC.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/AC.cs @@ -98,6 +98,11 @@ public int[] listSupportMode = new int[5] { 0, 0, 0, 0, 0 }; /// <summary> + /// 杩囨护缃戞竻娲楃姸鎬� + /// </summary> + public bool CleanStatu = false; + + /// <summary> /// 鑾峰彇褰撳墠瀹ゅ唴娓╁害. /// <para>AttriButeId=0 (鍏堣皟鐢ㄥ彂鐜板睘鎬ф帴鍙o紝鏌ョ湅璁惧鏄惁鏀寔璇ユ帴鍙g殑灞炴�э級</para> /// </summary> @@ -179,6 +184,14 @@ } /// <summary> + /// 杩囨护缃戞竻娲楃姸鎬� + /// </summary> + public void ReadCleanStatu() + { + ReadAttri(Device.Cluster_ID.Thermostat, AttriButeId.CleanStatu); + } + + /// <summary> /// 鎵妯″紡 /// </summary> public enum FanSwingMode -- Gitblit v1.8.0