diff --git a/OpenAuth.WebApi/Model/mqtt/MqttHostedService.cs b/OpenAuth.WebApi/Model/mqtt/MqttHostedService.cs index 1130c6d..b3f15e6 100644 --- a/OpenAuth.WebApi/Model/mqtt/MqttHostedService.cs +++ b/OpenAuth.WebApi/Model/mqtt/MqttHostedService.cs @@ -27,11 +27,11 @@ namespace OpenAuth.WebApi.Model.mqtt await mqttCenter.ConnectAndSubscribeAsync( // "thing/product/8UUXN5400A079H/osd", - // "thing/product/1581F8HGX254V00A0BUY/osd" + "thing/product/1581F8HGX254V00A0BUY/osd" // "thing/product/8UUXN5400A079H/services", //"thing/product/8UUXN5400A079H/services_reply" - "thing/product/8UUXN5400A079H/requests", - "thing/product/8UUXN5400A079H/services_reply" + //"thing/product/8UUXN5400A079H/requests", + //"thing/product/8UUXN5400A079H/services_reply" //"thing/product/8UUXN5400A079H/events" ); }