|
|
|
@ -189,9 +189,9 @@ fastify.post("/api/qccheckwaterlevelSensor/:hardwareId", {
|
|
|
|
|
|
|
|
|
|
fastify.get("/api/getHardware/:storeId", {
|
|
|
|
|
schema: {
|
|
|
|
|
tags: ["Tank"],
|
|
|
|
|
description: "This is Get Hardware Data",
|
|
|
|
|
summary: "This is to Hardware Tank Data",
|
|
|
|
|
tags: ["Store-Data"],
|
|
|
|
|
description: "This is to Get Hardware Data",
|
|
|
|
|
summary: "This is to Get Hardware Tank Data",
|
|
|
|
|
params: {
|
|
|
|
|
required: ["storeId"],
|
|
|
|
|
type: "object",
|
|
|
|
|