ZigbeeApp/Shared/Phone/Device/Light/LightControl.csold mode 100644 new mode 100755
@@ -175,14 +175,14 @@ } if (deviceUI.CommonDevice.Type == DeviceType.OnOffOutput) { var light = deviceUI.CommonDevice as ToggleLight; var light = deviceUI.CommonDevice as ToggleLight; light.IsOnline = (common as ToggleLight).IsOnline; deviceIMG.IsSelected = light.IsOnline == 1; light.LastDateTime = DateTime.Now; } } catch (Exception ex) { { System.Console.WriteLine($"Error:{ex.Message}"); } });