wxr
2020-11-24 33470790ac0069c7734fb1a5b8b07350950c6dfe
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();
            };