From b800fbdf874cdc75ddc137ea2c22ac2c25d8b45c Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期二, 26 十一月 2019 10:10:37 +0800 Subject: [PATCH] 2019.11.26 --- 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