Commit 209ea177a591f561601ad3c896b209ae3d23105e
1 parent
956ce5804d
Exists in
master
modemInfo.device
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/modem.js
... | ... | @@ -22,6 +22,7 @@ const reportSender = require('./report-sender'); |
22 | 22 | const msisdn = require('./msisdn'); |
23 | 23 | |
24 | 24 | const modemInfo = { |
25 | + device: config.modem.device, | |
25 | 26 | manufacturer: null, |
26 | 27 | model: null, |
27 | 28 | imei: null, |
... | ... | @@ -33,7 +34,6 @@ const modemInfo = { |
33 | 34 | signalStrength: null, |
34 | 35 | signalStrengthTs: null, |
35 | 36 | signalStrengthTsReadable: null, |
36 | - config: config.modem, | |
37 | 37 | }; |
38 | 38 | |
39 | 39 | let lastTs = new Date(); |