水冷发送

master
tq 3 months ago
parent 2c46cce059
commit 7500d1890f

@ -7,7 +7,7 @@ using Service.WaterCool.Client;
namespace Service.Job;
/// <summary>
/// 每秒发送水冷固定帧
/// 每秒发送水冷
/// </summary>
[Scope]
public class SendWaterCoolJob : AbstractCronJob
@ -30,10 +30,9 @@ public class SendWaterCoolJob : AbstractCronJob
if (client.IsConnect && client.IsWaterCoolSend)
{
client.Send();
Log.Info($"水冷固定帧发送成功");
}
}
Log.Info($"水冷发送成功");
return Task.CompletedTask;
}

Loading…
Cancel
Save