Aggiunto supporto ad Honeywell EDA52

This commit is contained in:
Giuseppe Scorrano 2024-02-01 10:33:34 +01:00
parent b6abeee972
commit 20c934a28e
2 changed files with 2 additions and 14 deletions

View File

@ -3,20 +3,7 @@
<component name="deploymentTargetDropDown">
<value>
<entry key="Prod_Android.WMS.app">
<State>
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="20119B1E55" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2024-01-15T11:45:15.850312500Z" />
</State>
<State />
</entry>
<entry key="app">
<State />

View File

@ -43,6 +43,7 @@ public class HoneyWellBarcodeReader implements BarcodeReaderInterface {
List<String> compatibleModels = new ArrayList<String>();
compatibleModels.add("EDA50");
compatibleModels.add("EDA51");
compatibleModels.add("EDA52");
compatibleModels.add("CT60");
return compatibleModels.contains(model);