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 {