We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f9759 commit e286a68Copy full SHA for e286a68
features/DeviceShadow.feature.md
@@ -328,7 +328,19 @@ Then the response should equal to this JSON
328
"eest": 7
329
}
330
},
331
- "ts": 1682072423000
+ "ts": 1682072423000,
332
+ "lastUpdate": {
333
+ "device": {
334
+ "networkInfo": {
335
+ "networkMode": 1682072423000,
336
+ "mccmnc": 1682072423000,
337
+ "eest": 1682072423000
338
+ },
339
+ "deviceInfo": {
340
+ "appVersion": 1681975785000
341
+ }
342
343
344
345
```
346
0 commit comments