master^2
Bhaskar 5 months ago
parent 908e0522d7
commit b8d4ec3263

@ -2287,6 +2287,8 @@ exports.getIotDataByCustomerAndHardwareId = async (req, reply) => {
}
};
exports.raiseATicket = async (req, reply) => {
try {
const { customerId, connected_to } = req.params;
@ -2411,6 +2413,7 @@ exports.raiseATicket = async (req, reply) => {
}
};
exports.raiseATicketSlave = async (req, reply) => {
try {
const { customerId, connected_to, tankHardwareId } = req.params; // Now tankHardwareId from params

Loading…
Cancel
Save