Commit 0cc878c
committed
fix(d2c-device): make appName, batteryVoltage optional
asset_tracker_v2 does not send it.
```json
{
"appId": "DEVICE",
"messageType": "DATA",
"ts": 1676369307189,
"data": {
"deviceInfo": {
"imei": "350457794611739",
"iccid": "8931080620054223678",
"modemFirmware": "mfw_nrf9160_1.3.3",
"board": "thingy91_nrf9160",
"appVersion": "0.0.0-development"
}
}
}
```1 parent 8feb481 commit 0cc878c
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | 133 | | |
135 | | - | |
136 | 134 | | |
137 | 135 | | |
138 | 136 | | |
| |||
0 commit comments