wei
2020-11-27 1293fea19c6a2b558986856e301d5218c1979692
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();
            };