陈嘉乐
2020-12-23 63c5b3a0826bb6a2715bb11d6c236ce87e97ff74
HDL_ON/DAL/DriverLayer/Control.cs
@@ -241,7 +241,11 @@
        {
            if (Ins.IsRemote || DB_ResidenceData.Instance.GatewayType == 1)
            {
                ControlAProtocolScene(scene);
                new System.Threading.Thread(() =>
                {
                    ControlAProtocolScene(scene);
                })
                { IsBackground = true }.Start();
            }
            else
            {