From 55e0a19f3b1c113732f8ee56ac964e5208ec7afd Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 26 六月 2025 08:50:36 +0800 Subject: [PATCH] refactor(simulation): 调整用气量和用水量的基础值和增量 --- src/main/java/com/zhitan/config/mqtt/MqttInboundConfig.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zhitan/config/mqtt/MqttInboundConfig.java b/src/main/java/com/zhitan/config/mqtt/MqttInboundConfig.java index 019c1d6..72c9277 100644 --- a/src/main/java/com/zhitan/config/mqtt/MqttInboundConfig.java +++ b/src/main/java/com/zhitan/config/mqtt/MqttInboundConfig.java @@ -31,7 +31,7 @@ // 璁㈤槄娑堟伅閫傞厤鍣� @Bean public MqttPahoMessageDrivenChannelAdapter inboundAdapter() { - return new MqttPahoMessageDrivenChannelAdapter(clientId + "-inbound", mqttClientFactory, defaultTopic); + return new MqttPahoMessageDrivenChannelAdapter(clientId + "-inbound", mqttClientFactory, defaultTopic,MqttTopic.DEVICE_KT_UP); } // 瀹氫箟娑堟伅澶勭悊娴� -- Gitblit v1.9.3