fix(plc zeccetti): changes to improve the timing on the zecetti more to be done

This commit is contained in:
2025-11-07 10:08:56 -06:00
parent 7c40f028c8
commit 247010d48f
5 changed files with 24 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ export const createPlcMonitor = (config: any) => {
`Date being sent to labeler: ${JSON.stringify(zechette)}`,
);
labelingProcess({ zechette: zechette });
}, 1000);
}, 150);
}
});
});