Aggiunto supporto ad Honeywell EDA52
This commit is contained in:
parent
b6abeee972
commit
20c934a28e
15
.idea/deploymentTargetDropDown.xml
generated
15
.idea/deploymentTargetDropDown.xml
generated
@ -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 />
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user