From 944b87b6bcccb095cd73f13f4410fb20faf48f74 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期三, 25 十二月 2019 11:21:06 +0800 Subject: [PATCH] 2019.12.25 --- 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 100644 --- 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