From 7bbdd4e5552889434aff81ed10ea7c64174f7d34 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Tue, 9 Jun 2026 07:01:02 -0500 Subject: [PATCH] refactor(mobile): new error found and added in --- lstMobile/app.json | 2 +- lstMobile/src/lib/tcpScan.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lstMobile/app.json b/lstMobile/app.json index 7159d27..c7d00e8 100644 --- a/lstMobile/app.json +++ b/lstMobile/app.json @@ -15,7 +15,7 @@ "foregroundImage": "./assets/adaptive-icon-white.png", "backgroundColor": "#ffffff" }, - "versionCode": 42, + "versionCode": 43, "minSupportedVersionCode": 33, "predictiveBackGestureEnabled": false, "package": "net.alpla.lst.mobile", diff --git a/lstMobile/src/lib/tcpScan.ts b/lstMobile/src/lib/tcpScan.ts index bdebbdb..cb86ab9 100644 --- a/lstMobile/src/lib/tcpScan.ts +++ b/lstMobile/src/lib/tcpScan.ts @@ -27,6 +27,7 @@ type ScannerEvent = { const ERROR_KEYWORDS = [ "invalid barcode", + "invalid command", "already", "not on stock", "article tolerance",