Aggiunto supporto ad Honeywell EDA52
This commit is contained in:
15
.idea/deploymentTargetDropDown.xml
generated
15
.idea/deploymentTargetDropDown.xml
generated
@@ -3,20 +3,7 @@
|
|||||||
<component name="deploymentTargetDropDown">
|
<component name="deploymentTargetDropDown">
|
||||||
<value>
|
<value>
|
||||||
<entry key="Prod_Android.WMS.app">
|
<entry key="Prod_Android.WMS.app">
|
||||||
<State>
|
<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>
|
|
||||||
</entry>
|
</entry>
|
||||||
<entry key="app">
|
<entry key="app">
|
||||||
<State />
|
<State />
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ public class HoneyWellBarcodeReader implements BarcodeReaderInterface {
|
|||||||
List<String> compatibleModels = new ArrayList<String>();
|
List<String> compatibleModels = new ArrayList<String>();
|
||||||
compatibleModels.add("EDA50");
|
compatibleModels.add("EDA50");
|
||||||
compatibleModels.add("EDA51");
|
compatibleModels.add("EDA51");
|
||||||
|
compatibleModels.add("EDA52");
|
||||||
compatibleModels.add("CT60");
|
compatibleModels.add("CT60");
|
||||||
|
|
||||||
return compatibleModels.contains(model);
|
return compatibleModels.contains(model);
|
||||||
|
|||||||
Reference in New Issue
Block a user