|
|
|
@ -409,7 +409,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
},
|
|
|
|
|
handler: installationController.getIotDataByCustomer,
|
|
|
|
|
});
|
|
|
|
|
fastify.get("/api/getAllmasterlistwithslaves/:customerId/:hardwareId", {
|
|
|
|
|
fastify.get("/api/getsinglemasterlistwithslaves/:customerId/:hardwareId", {
|
|
|
|
|
schema: {
|
|
|
|
|
description: "Get single check masrter connected slave data",
|
|
|
|
|
tags: ["Installation"],
|
|
|
|
|