wxr
2020-11-24 33470790ac0069c7734fb1a5b8b07350950c6dfe
HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs
@@ -67,7 +67,7 @@
                    //Control.Send(CommandType_A.write, this.socketFunction);
                    System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                    d.Add("on_off", socketFunction.trait_on_off.value.ToString());
                    Control.ins.SendWriteCommand(socketFunction, d);
                    Control.Ins.SendWriteCommand(socketFunction, d);
                })
                { IsBackground = true }.Start();
            };
@@ -81,7 +81,7 @@
                    //Control.Send(CommandType_A.write, this.socketFunction);
                    System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                    d.Add("on_off", socketFunction.trait_on_off.value.ToString());
                    Control.ins.SendWriteCommand(socketFunction, d);
                    Control.Ins.SendWriteCommand(socketFunction, d);
                })
                { IsBackground = true }.Start();
            };