-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathio.edgehog.devicemanager.CellularConnectionStatus.json
More file actions
74 lines (74 loc) · 2.68 KB
/
io.edgehog.devicemanager.CellularConnectionStatus.json
File metadata and controls
74 lines (74 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"interface_name": "io.edgehog.devicemanager.CellularConnectionStatus",
"version_major": 0,
"version_minor": 1,
"type": "datastream",
"ownership": "device",
"aggregation": "object",
"mappings": [
{
"endpoint": "/%{id}/carrier",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "Connectivity carrier operator name."
},
{
"endpoint": "/%{id}/cellId",
"type": "longinteger",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "The Cell ID in hexadecimal format, either 16 bit for 2G or 28 bit for 3G or 4G."
},
{
"endpoint": "/%{id}/mobileCountryCode",
"type": "integer",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "The mobile country code (MCC) for the device's home network. Valid range: 0–999."
},
{
"endpoint": "/%{id}/mobileNetworkCode",
"type": "integer",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "The Mobile Network Code for the device's home network. This is the MNC for GSM, WCDMA, LTE and NR. CDMA uses the System ID (SID). Valid range for MNC: 0–999. Valid range for SID: 0–32767."
},
{
"endpoint": "/%{id}/localAreaCode",
"type": "integer",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "Two byte location area code in hexadecimal format."
},
{
"endpoint": "/%{id}/registrationStatus",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "GSM/LTE registration status. Possible values: [NotRegistered, Registered, SearchingOperator, RegistrationDenied, Unknown, RegisteredRoaming]"
},
{
"endpoint": "/%{id}/rssi",
"type": "double",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "Signal strenght of the device in dBm."
},
{
"endpoint": "/%{id}/technology",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "Access Technology. Possible values [GSM, GSMCompact, UTRAN, GSMwEGPRS, UTRANwHSDPA, UTRANwHSUPA, UTRANwHSDPAandHSUPA, EUTRAN]"
}
]
}