Skip to content

Commit bb49206

Browse files
committed
fix(cli): send more simulated data
1 parent af2daf4 commit bb49206

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

cli/commands/simulate-device.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,13 @@ export const simulateDeviceCommand = ({
173173
config: {
174174
activeMode: true,
175175
activeWaitTime: 60,
176+
locationTimeout: 300,
177+
movementResolution: 120,
178+
movementTimeout: 3600,
179+
accThreshAct: 4,
180+
accThreshInact: 4,
181+
accTimeoutInact: 60,
182+
nod: [],
176183
},
177184
device: {
178185
deviceInfo: {
@@ -181,6 +188,22 @@ export const simulateDeviceCommand = ({
181188
board: 'PCA20035+solar',
182189
imei: generateIMEI(),
183190
},
191+
simInfo: {
192+
uiccMode: 1,
193+
iccid: '8944511616143691045',
194+
imsi: '234500004623194',
195+
},
196+
networkInfo: {
197+
currentBand: 12,
198+
supportedBands: '(2,3,4,8,12,13,20,28)\r\n',
199+
areaCode: 35412,
200+
mccmnc: 310411,
201+
ipAddress: '10.171.63.64',
202+
ueMode: 2,
203+
cellID: 84187657,
204+
networkMode: 'LTE-M',
205+
eest: 8,
206+
},
184207
},
185208
}
186209

0 commit comments

Comments
 (0)