refactor(picked up pallets): changes to start picking up only area from spot

This commit is contained in:
2025-06-12 21:13:25 -05:00
parent e865c1dcaf
commit f79ff26958

View File

@@ -49,6 +49,6 @@ export const palletSendTag = async (tagData: any) => {
Date.now() - tagTime <= 5000 &&
!tagData.value
) {
await pickedup({ runningNr: 1234, all: true });
await pickedup({ runningNr: 1234, all: true, areaFrom: "wrapper1" });
}
};