【同步】BOOT 和 CLOUD 的功能

This commit is contained in:
YunaiV
2026-01-18 19:03:30 +08:00
parent 304b2f102a
commit 17a1af1069
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package cn.iocoder.yudao.module.iot.gateway.codec;
import cn.iocoder.yudao.module.iot.core.mq.message.IotDeviceMessage;
/**
* {@link IotDeviceMessage} 的编解码器
* {@link cn.iocoder.yudao.module.iot.core.mq.message.IotDeviceMessage} 的编解码器
*
* @author 芋道源码
*/

View File

@@ -123,7 +123,7 @@ public class IotMqttConnectionManager {
* @param deviceId 设备 ID
* @return 连接信息
*/
public ConnectionInfo getConnectionInfoByDeviceId(Long deviceId) {
public IotMqttConnectionManager.ConnectionInfo getConnectionInfoByDeviceId(Long deviceId) {
// 通过设备 ID 获取连接端点
MqttEndpoint endpoint = getDeviceEndpoint(deviceId);
if (endpoint == null) {