wxr
2020-11-12 a715181089be0d31cd737a5367ffd02690b9d77f
HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPageBLL.cs
@@ -1,4 +1,5 @@
using System;
using HDL_ON.DriverLayer;
using HDL_ON.Entity;
using Shared;
@@ -66,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.SendWriteCommand(socketFunction, d);
                    Control.ins.SendWriteCommand(socketFunction, d);
                })
                { IsBackground = true }.Start();
            };
@@ -80,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.SendWriteCommand(socketFunction, d);
                    Control.ins.SendWriteCommand(socketFunction, d);
                })
                { IsBackground = true }.Start();
            };