@hello.nrfcloud.com/proto-map 13.2.1 → 13.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -279,7 +279,7 @@ var _obj;
279
279
  *
280
280
  * Reference Signal Received Power (RSRP). The average power level in dBm received from a single reference signal in an LTE (Long-term Evolution) network. Typically this value ranges from -140 to -40 dBm. Examples: -97, -104.
281
281
  *
282
- * Minimum: -140
282
+ * Minimum: -160
283
283
  * Maximum: -40
284
284
  */ 2: {
285
285
  ResourceID: 2,
@@ -289,7 +289,7 @@ var _obj;
289
289
  Multiple: false,
290
290
  Description: "Reference Signal Received Power (RSRP). The average power level in dBm received from a single reference signal in an LTE (Long-term Evolution) network. Typically this value ranges from -140 to -40 dBm. Examples: -97, -104.",
291
291
  RangeEnumeration: {
292
- min: -140,
292
+ min: -160,
293
293
  max: -40
294
294
  },
295
295
  Units: "dBm"
package/lwm2m/14203.xml CHANGED
@@ -34,7 +34,7 @@
34
34
  <MultipleInstances>Single</MultipleInstances>
35
35
  <Mandatory>Optional</Mandatory>
36
36
  <Type>Integer</Type>
37
- <RangeEnumeration>-140..-40</RangeEnumeration>
37
+ <RangeEnumeration>-160..-40</RangeEnumeration>
38
38
  <Units>dBm</Units>
39
39
  <Description><![CDATA[Reference Signal Received Power (RSRP). The average power level in dBm received from a single reference signal in an LTE (Long-term Evolution) network. Typically this value ranges from -140 to -40 dBm. Examples: -97, -104.]]></Description>
40
40
  </Item>
@@ -124,10 +124,10 @@ export const definitions: Record<LwM2MObjectID, LWM2MObjectInfo> = { /**
124
124
  *
125
125
  * Reference Signal Received Power (RSRP). The average power level in dBm received from a single reference signal in an LTE (Long-term Evolution) network. Typically this value ranges from -140 to -40 dBm. Examples: -97, -104.
126
126
  *
127
- * Minimum: -140
127
+ * Minimum: -160
128
128
  * Maximum: -40
129
129
  */
130
- 2: { ResourceID: 2, Name: "RSRP", Mandatory: false, Type: ResourceType.Integer, Multiple: false, Description: "Reference Signal Received Power (RSRP). The average power level in dBm received from a single reference signal in an LTE (Long-term Evolution) network. Typically this value ranges from -140 to -40 dBm. Examples: -97, -104.", RangeEnumeration: { min: -140, max: -40 }, Units: "dBm" }, /**
130
+ 2: { ResourceID: 2, Name: "RSRP", Mandatory: false, Type: ResourceType.Integer, Multiple: false, Description: "Reference Signal Received Power (RSRP). The average power level in dBm received from a single reference signal in an LTE (Long-term Evolution) network. Typically this value ranges from -140 to -40 dBm. Examples: -97, -104.", RangeEnumeration: { min: -160, max: -40 }, Units: "dBm" }, /**
131
131
  * Area (Integer)
132
132
  *
133
133
  * Area code. Examples: 12
@@ -32,7 +32,7 @@ export type ConnectionInformation_14203 = LwM2MObject<{
32
32
  *
33
33
  * Reference Signal Received Power (RSRP). The average power level in dBm received from a single reference signal in an LTE (Long-term Evolution) network. Typically this value ranges from -140 to -40 dBm. Examples: -97, -104.
34
34
  *
35
- * Minimum: -140
35
+ * Minimum: -160
36
36
  * Maximum: -40
37
37
  */
38
38
  2?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hello.nrfcloud.com/proto-map",
3
- "version": "13.2.1",
3
+ "version": "13.2.2",
4
4
  "description": "Documents the communication protocol between devices, the hello.nrfcloud.com/map backend and web application",
5
5
  "type": "module",
6
6
  "exports": {
@@ -50,7 +50,8 @@
50
50
  "remark": "15.0.1",
51
51
  "remark-frontmatter": "5.0.0",
52
52
  "tsmatchers": "5.0.2",
53
- "tsx": "4.16.0",
53
+ "tsx": "4.16.2",
54
+ "typescript": "5.5.3",
54
55
  "xml2js": "0.6.2",
55
56
  "yaml": "2.4.5"
56
57
  },