From ecba45c93391066bc30c7bd602c3a7683fbb99a7 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 31 七月 2020 10:56:12 +0800
Subject: [PATCH] 临时备份

---
 ZigbeeApp/Shared/Phone/ZigBee/Device/ColorTemperatureLight.cs |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/ColorTemperatureLight.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/ColorTemperatureLight.cs
index 6dcd028..1f2a4b8 100755
--- a/ZigbeeApp/Shared/Phone/ZigBee/Device/ColorTemperatureLight.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/ColorTemperatureLight.cs
@@ -28,12 +28,6 @@
         public int ColorTemperature = 0;
 
         /// <summary>
-        ///铚傞福鍣ㄦ槸鍚﹀湪鍝嶇潃(true:鍝嶇潃 false:涓嶅搷)
-        /// </summary>
-        [Newtonsoft.Json.JsonIgnore]
-        public bool IsBuzzerRing = false;
-
-        /// <summary>
         /// 璇诲彇浜害
         /// </summary>
         public void ReadLevel()
@@ -47,14 +41,6 @@
         public void ReadColorTemperature()
         {
             ReadAttri(Device.Cluster_ID.ColorControl, AttriButeId.LevelControl);
-        }
-
-        /// <summary>
-        /// 璇诲彇铚傞福鍣ㄧ姸鎬�(灏忓鐏笓鐢�)
-        /// </summary>
-        public void ReadBuzzerStatu()
-        {
-            ReadAttri((Cluster_ID)1282, 0);
         }
 
         ///<summary >

--
Gitblit v1.8.0