wxr
2022-12-01 8301df084faa8f43f4b9cb7f92088e5fd9e64524
HDL_ON/DAL/DriverLayer/Control_Udp.cs
@@ -552,7 +552,7 @@
                        }
                        else
                        {
                            ControlBytesSend(Command.SetCurtainModelStutas, subnetId, deviceId, new byte[] { 17, Convert.ToByte(function.GetAttrState(FunctionAttributeKey.Percent)) });
                            ControlBytesSend(Command.SetCurtainModelStutas, subnetId, deviceId, new byte[] { (byte)(((int)function.bus.LoopId) + 16), Convert.ToByte(function.GetAttrState(FunctionAttributeKey.Percent)) });
                        }
                        break;