Skip to content

Commit f5de021

Browse files
committed
fix: more fixes for asset_tracker_v2
1 parent 2176ca1 commit f5de021

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

schemas/deviceShadow/ipShadow/ipShadow.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@
177177
"type": "integer"
178178
},
179179
"mccmnc": {
180-
"type": "string",
180+
"type": "number",
181181
"description": "Combination of the mobile country code and mobile network codes",
182-
"pattern": "^\\d+$"
182+
"minimum": 10000
183183
},
184184
"ipAddress": {
185185
"type": "string"
@@ -200,9 +200,7 @@
200200
"currentBand",
201201
"ipAddress",
202202
"mccmnc",
203-
"networkMode",
204-
"supportedBands",
205-
"ueMode"
203+
"networkMode"
206204
],
207205
"title": "NetworkInfo"
208206
},
@@ -253,9 +251,7 @@
253251
}
254252
},
255253
"required": [
256-
"appName",
257254
"appVersion",
258-
"batteryVoltage",
259255
"board",
260256
"imei",
261257
"modemFirmware"

0 commit comments

Comments
 (0)