|
|
|
@ -487,6 +487,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
fastify.route({
|
|
|
|
|
method: "POST",
|
|
|
|
|
url: "/api/APIWriteforstandalone",
|
|
|
|
|
|
|
|
|
|
schema: {
|
|
|
|
|
tags: ["Tank"],
|
|
|
|
|
description: "This is for creating an IOT Device for slave integrated in master",
|
|
|
|
@ -516,7 +517,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
handler: tanksController.IotDeviceforstandalone
|
|
|
|
|
handler: tanksController.IotDeviceforstandalonedevice
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|