fleetmap-reports 1.0.660 → 1.0.661

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.660",
3
+ "version": "1.0.661",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -130,7 +130,8 @@ function processDevices (from, to, devices, data) {
130
130
  door2: p.attributes.door2,
131
131
  sensor: p.attributes.sensor,
132
132
  rain: p.attributes.rain,
133
- ignition: p.attributes.ignition
133
+ ignition: p.attributes.ignition,
134
+ alarm: p.attributes.alarm
134
135
  }
135
136
  }
136
137
  })