添加confirm
This commit is contained in:
parent
350785234c
commit
c35842fdeb
|
|
@ -22,6 +22,7 @@ public class TuohengMqttClientService {
|
|||
|
||||
private static final String AIRPORT_NEST_REALTIME_TOPIC = "/topic/v1/airportNest/+/realTime/data";
|
||||
private static final String AIRPORT_NEST_BASIC_TOPIC = "/topic/v1/airportNest/+/realTime/basic";
|
||||
private static final String AIRPORT_NEST_CONFIRM_TOPIC = "/topic/v1/airportNest/+/confirm";
|
||||
private static final String AIRPORT_DRONE_REALTIME_TOPIC = "/topic/v1/airportDrone/+/realTime/data";
|
||||
private static final String PRODUCT_OSD_TOPIC = "thing/product/+/osd";
|
||||
private static final String PRODUCT_EVENTS_TOPIC = "thing/product/+/events";
|
||||
|
|
@ -120,6 +121,7 @@ public class TuohengMqttClientService {
|
|||
String[] topics = {
|
||||
AIRPORT_NEST_REALTIME_TOPIC,
|
||||
AIRPORT_NEST_BASIC_TOPIC,
|
||||
AIRPORT_NEST_CONFIRM_TOPIC,
|
||||
AIRPORT_DRONE_REALTIME_TOPIC,
|
||||
PRODUCT_OSD_TOPIC,
|
||||
PRODUCT_EVENTS_TOPIC
|
||||
|
|
|
|||
Loading…
Reference in New Issue