国外区域、天气api获取
This commit is contained in:
@ -3,6 +3,8 @@ package com.ho.datacollect.util;
|
|||||||
public class MqttConfigUtil {
|
public class MqttConfigUtil {
|
||||||
|
|
||||||
public static String[] commonTopic = new String[]{
|
public static String[] commonTopic = new String[]{
|
||||||
|
"+/device/93372fa4f4c4ebcf",
|
||||||
|
"+/device/5b69426e2ff8e459",
|
||||||
"1/device/+"
|
"1/device/+"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,8 @@ import java.util.List;
|
|||||||
public class MqttConfigUtil {
|
public class MqttConfigUtil {
|
||||||
|
|
||||||
public static String[] commonTopic = new String[]{
|
public static String[] commonTopic = new String[]{
|
||||||
|
"+/device/93372fa4f4c4ebcf",
|
||||||
|
"+/device/5b69426e2ff8e459",
|
||||||
"1/device/+"
|
"1/device/+"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user