wei
2020-11-27 1293fea19c6a2b558986856e301d5218c1979692
HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPageBLL.cs
@@ -69,7 +69,7 @@
                    //Control.Send(CommandType_A.write, this.fan);
                    System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                    d.Add("on_off", fan.trait_on_off.value.ToString());
                    Control.ins.SendWriteCommand(fan, d);
                    Control.Ins.SendWriteCommand(fan, d);
                })
                { IsBackground = true }.Start();
            };
@@ -83,7 +83,7 @@
                    //Control.Send(CommandType_A.write, this.fan);
                    System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                    d.Add("on_off", fan.trait_on_off.value.ToString());
                    Control.ins.SendWriteCommand(fan, d);
                    Control.Ins.SendWriteCommand(fan, d);
                })
                { IsBackground = true }.Start();
            };
@@ -96,7 +96,7 @@
                    //Control.Send(CommandType_A.write, this.fan);
                    System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                    d.Add("on_off", fan.trait_on_off.value.ToString());
                    Control.ins.SendWriteCommand(fan, d);
                    Control.Ins.SendWriteCommand(fan, d);
                })
                { IsBackground = true }.Start();
            };