@autofleet/node-common 1.1.70 → 1.1.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/settings/map.js +7 -0
package/package.json
CHANGED
package/settings/map.js
CHANGED
|
@@ -142,6 +142,13 @@ module.exports = {
|
|
|
142
142
|
defaultValue: 50000,
|
|
143
143
|
context: 'fuel',
|
|
144
144
|
},
|
|
145
|
+
MIN_TO_ELECTRIC_FUEL: {
|
|
146
|
+
name: 'Maximum time for electric fuel',
|
|
147
|
+
description: '',
|
|
148
|
+
type: 'number',
|
|
149
|
+
defaultValue: 15,
|
|
150
|
+
context: 'fuel',
|
|
151
|
+
},
|
|
145
152
|
DRIVER_MAX_MIN_TO_FUEL: {
|
|
146
153
|
name: 'Maximum time for fuel',
|
|
147
154
|
description: 'The maximum time in minutes for driver done with fuel',
|