wxr
2020-09-25 6d3ba9484472d090532434e53667c096652149ce
HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs
@@ -197,7 +197,7 @@
                btnStop.IsSelected = false;
                btnOpen.IsSelected = false;
                curtain.trait_on_off.value = "off";
                //Control.Send(CommandType_A.write, curtain);
                curtain.percent = 0;
                System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                d.Add("on_off", curtain.trait_on_off.value.ToString());
                Control.SendWriteCommand(curtain, d);
@@ -215,7 +215,7 @@
                btnClose.IsSelected = false;
                btnStop.IsSelected = false;
                curtain.trait_on_off.value = "stop";
                //Control.Send(CommandType_A.write, curtain);
                //curtain.percent = 0;
                System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                d.Add("on_off", curtain.trait_on_off.value.ToString());
                Control.SendWriteCommand(curtain, d);
@@ -227,7 +227,7 @@
                btnClose.IsSelected = false;
                btnStop.IsSelected = false;
                curtain.trait_on_off.value = "on";
                //Control.Send(CommandType_A.write, curtain);
                curtain.percent = 100;
                System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();
                d.Add("on_off", curtain.trait_on_off.value.ToString());
                Control.SendWriteCommand(curtain, d);