fleetmap-reports 1.0.565 → 1.0.566

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.565",
3
+ "version": "1.0.566",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -270,6 +270,7 @@ function deviceName (device) {
270
270
  }
271
271
 
272
272
  function getAlertInfo (drivers, alert, device, translations) {
273
+ console.log('getAlertInfo', drivers, alert, device, translations)
273
274
  if (alert.type === 'alarm' && alert.position) {
274
275
  getDigitalPortValue(alert.position, 1, translations, device.attributes)
275
276
  }