master
Varun 9 months ago
parent e9e9164823
commit 06836c4fe3

@ -4659,6 +4659,8 @@ client.on('message', async (topic, message) => {
time
}));
// Save IoT data for the received tanks
const iotTankData = new IotData({
hardwareId: hw_Id, // Updated variable name
@ -4993,5 +4995,5 @@ async function removeDuplicates() {
}
// Run the remove duplicates function
removeDuplicates();
// removeDuplicates();
console.log("this is for testing autopush,line located in tankscontroller")
Loading…
Cancel
Save