|
@@ -229,9 +229,9 @@ public class OperationMessageService {
|
|
|
|
|
|
|
|
log.info("Topic: {}", topicName);
|
|
log.info("Topic: {}", topicName);
|
|
|
// ping不执行
|
|
// ping不执行
|
|
|
- if (event.equals("ping")) {
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (event.equals("ping")) {
|
|
|
|
|
+// return;
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
String gateWayId = jsonObject.getStr("gatewayId");
|
|
String gateWayId = jsonObject.getStr("gatewayId");
|
|
|
String deviceId = jsonObject.getStr("deviceId");
|
|
String deviceId = jsonObject.getStr("deviceId");
|