ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceCard/DeviceColorLightCardControl.cs
@@ -1,4 +1,5 @@ using System; using Shared.Phone.UserCenter; using System; using System.Collections.Generic; using System.Text; using ZigBee.Device; @@ -95,7 +96,7 @@ //检测能否发送获取状态命令 if (this.CheckCanSendStatuComand() == true) { Device.DeviceLogic.ReadDeviceAttributeLogic.Instance.SendDimmableLightStatuComand(this.device); HdlDeviceAttributeLogic.Current.SendDimmableLightStatuComand(this.device); } }