|
|
@ -789,7 +789,7 @@ fastify.post(
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handler: installationController.getIotDataByCustomer,
|
|
|
|
handler: installationController.getIotDataByCustomer,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
fastify.get("/api/getsinglemasterlistwithslaves/:customerId/:hardwareId", {
|
|
|
|
fastify.get("/api/getsinglemasterlistwithslaves/:customerId", {
|
|
|
|
schema: {
|
|
|
|
schema: {
|
|
|
|
description: "Get single check masrter connected slave data",
|
|
|
|
description: "Get single check masrter connected slave data",
|
|
|
|
tags: ["Installation"],
|
|
|
|
tags: ["Installation"],
|
|
|
|