liu
9 天以前 0240f4dceb273622ddf7ab577ab9018295c17233
yudao-module-iot/yudao-module-iot-gateway/src/main/java/cn/iocoder/yudao/module/iot/gateway/protocol/modbus/tcpclient/handler/downstream/IotModbusTcpClientDownstreamHandler.java
@@ -21,7 +21,7 @@
 * 1. 处理下行消息(如属性设置 thing.service.property.set)
 * 2. 将属性值转换为 Modbus 写指令,通过 TCP 连接发送给设备
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@RequiredArgsConstructor
@Slf4j