wxr
2023-02-09 8bdaa9078e89f2db165c27de9d4d87cb0a05e18b
HDL_ON/DAL/DriverLayer/Control.cs
@@ -1494,14 +1494,12 @@
                                //wjc
                                break;
                            case SPK.Inverter:
                                MainPage.Log("逆变器数据更新");
                            case SPK.InverterRst:
                                var status = new Dictionary<string, object> { ["method"] = "status", ["data"] = temp.objects };
                                MainPage.Log("逆变器数据更新1");
                                Application.RunOnMainThread(() =>
                                {
                                    Inverter.Ins.H5Page.CallJS($"nativeToJs(\'{Newtonsoft.Json.JsonConvert.SerializeObject(status)}\')");
                                });
                                MainPage.Log("逆变器数据更新2");
                                break;
                        }