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