2026-08-07 d65c665b483f9c7b57358d4ad2c4bf3c6e1f9608
yudao-module-iot/yudao-module-iot-gateway/src/main/java/cn/iocoder/yudao/module/iot/gateway/protocol/modbus/tcpserver/handler/downstream/IotModbusTcpServerDownstreamHandler.java
@@ -24,7 +24,7 @@
 * 1. 处理下行消息(如属性设置 thing.service.property.set)
 * 2. 将属性值转换为 Modbus 写指令,通过 TCP 连接发送给设备
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@Slf4j
public class IotModbusTcpServerDownstreamHandler {