wxr
2020-11-26 31da051cc6648c750ddeac9878369a84367d6f9a
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();
            };