@@ -0,0 +1,16 @@
+package com.github.microservice.deviceTopicConfig;
+
+/**
+ *
+ * @author TRX
+ * @date 2025/3/18
+ */
+public class IotTopIcConfig {
+ // mqtt有新信息来 topic
+ public static final String mqttMessageUpdateTopIc = "/page/fresh/message/%s";
+ // 物模型属性值更新 topic
+ public static final String iotPropertyUpdateTopIc = "/page/fresh/property/%s";
+}