|
|
@ -27,11 +27,11 @@ namespace OpenAuth.WebApi.Model.mqtt
|
|
|
|
|
|
|
|
|
|
|
|
await mqttCenter.ConnectAndSubscribeAsync(
|
|
|
|
await mqttCenter.ConnectAndSubscribeAsync(
|
|
|
|
// "thing/product/8UUXN5400A079H/osd",
|
|
|
|
// "thing/product/8UUXN5400A079H/osd",
|
|
|
|
// "thing/product/1581F8HGX254V00A0BUY/osd"
|
|
|
|
"thing/product/1581F8HGX254V00A0BUY/osd"
|
|
|
|
// "thing/product/8UUXN5400A079H/services",
|
|
|
|
// "thing/product/8UUXN5400A079H/services",
|
|
|
|
//"thing/product/8UUXN5400A079H/services_reply"
|
|
|
|
//"thing/product/8UUXN5400A079H/services_reply"
|
|
|
|
"thing/product/8UUXN5400A079H/requests",
|
|
|
|
//"thing/product/8UUXN5400A079H/requests",
|
|
|
|
"thing/product/8UUXN5400A079H/services_reply"
|
|
|
|
//"thing/product/8UUXN5400A079H/services_reply"
|
|
|
|
//"thing/product/8UUXN5400A079H/events"
|
|
|
|
//"thing/product/8UUXN5400A079H/events"
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|