wxr
2022-12-01 132dc0402e0c5e22a7d54cdddc1700a1842304bd
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;