We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2176ca1 commit f5de021Copy full SHA for f5de021
schemas/deviceShadow/ipShadow/ipShadow.json
@@ -177,9 +177,9 @@
177
"type": "integer"
178
},
179
"mccmnc": {
180
- "type": "string",
+ "type": "number",
181
"description": "Combination of the mobile country code and mobile network codes",
182
- "pattern": "^\\d+$"
+ "minimum": 10000
183
184
"ipAddress": {
185
"type": "string"
@@ -200,9 +200,7 @@
200
"currentBand",
201
"ipAddress",
202
"mccmnc",
203
- "networkMode",
204
- "supportedBands",
205
- "ueMode"
+ "networkMode"
206
],
207
"title": "NetworkInfo"
208
@@ -253,9 +251,7 @@
253
251
}
254
252
255
"required": [
256
- "appName",
257
"appVersion",
258
- "batteryVoltage",
259
"board",
260
"imei",
261
"modemFirmware"
0 commit comments