|
|
@ -26,7 +26,7 @@ namespace OpenAuth.WebApi.Model.mqtt
|
|
|
|
handlers,
|
|
|
|
handlers,
|
|
|
|
server: "175.27.168.120",
|
|
|
|
server: "175.27.168.120",
|
|
|
|
port: 6011,
|
|
|
|
port: 6011,
|
|
|
|
clientId: "mqtt_client_1581",
|
|
|
|
clientId: "mqtt_client_1582",
|
|
|
|
username: "sdhc",
|
|
|
|
username: "sdhc",
|
|
|
|
password: ""
|
|
|
|
password: ""
|
|
|
|
);
|
|
|
|
);
|
|
|
@ -42,6 +42,8 @@ namespace OpenAuth.WebApi.Model.mqtt
|
|
|
|
$"thing/product/{gateway}/events",
|
|
|
|
$"thing/product/{gateway}/events",
|
|
|
|
$"thing/product/{gateway}/requests",
|
|
|
|
$"thing/product/{gateway}/requests",
|
|
|
|
$"thing/product/{gateway}/services_reply",
|
|
|
|
$"thing/product/{gateway}/services_reply",
|
|
|
|
|
|
|
|
$"thing/product/{gateway}/drc/up",
|
|
|
|
|
|
|
|
$"thing/product/{gateway}/drc/down",
|
|
|
|
$"thing/product/{gateway}/state"
|
|
|
|
$"thing/product/{gateway}/state"
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|