HDL_ON/UI/UI2/FuntionControlView/Electrical/AirSwitchPage.cs
@@ -238,12 +238,13 @@ if (updataTemp.spk == bodyView.function.spk && updataTemp.sid == bodyView.function.sid) { bodyView.btnSwitch.IsSelected = bodyView.btnSwitchIcon.IsSelected = updataTemp.trait_on_off.curValue.ToString() == "on"; } if(updataTemp.GetAttribute("run_status")!=null) { bodyView.UpdataRunStatus(); } } } catch (Exception ex) { MainPage.Log($"AirSwitch error {ex.Message}");