src/main/java/com/fzzy/gateway/hx2023/ScConstant.java
@@ -32,4 +32,9 @@ */ public static String TOPIC_REPORT = "/${productId}/${deviceId}/properties/report"; /** * 设备相关信息恢复报文-topic */ public static String TOPIC_MESSAGE_REPORT = "/device/${productId}/${deviceId}/message/property/report"; }