HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-11-13 8b9ce384b26c414db32f98e94e088f5334869c2d
ZigbeeApp/Shared/Phone/Device/AirSwitch/AirSwitchControl.cs
@@ -175,7 +175,7 @@
                        if (deviceUI.CommonDevice.Type == DeviceType.AirSwitch)
                        {
                            var airSwitch = deviceUI.CommonDevice as ZigBee.Device.AirSwitch;
                            airSwitch.IsOnline = (common as ZigBee.Device.AirSwitch).IsOnline;
                            airSwitch.IsOnline = common.IsOnline;
                            deviceIMG.IsSelected = airSwitch.IsOnline == 1;
                            airSwitch.LastDateTime = DateTime.Now;
                        }