Skip to content

Commit 697b5bf

Browse files
committed
fix(d2c-device): make appName 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 e0b93d9 commit 697b5bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schemas/deviceToCloud/device/device.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130
}
131131
},
132132
"required": [
133-
"appName",
134133
"appVersion",
135134
"batteryVoltage",
136135
"board",

0 commit comments

Comments
 (0)