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; }