-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathio.edgehog.devicemanager.WiFiScanResults.json
More file actions
51 lines (51 loc) · 1.79 KB
/
io.edgehog.devicemanager.WiFiScanResults.json
File metadata and controls
51 lines (51 loc) · 1.79 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
{
"interface_name": "io.edgehog.devicemanager.WiFiScanResults",
"version_major": 0,
"version_minor": 2,
"type": "datastream",
"ownership": "device",
"aggregation": "object",
"mappings": [
{
"endpoint": "/ap/channel",
"type": "integer",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "The channel over which the client is communicating with the access point.",
"doc": "The channel represents one of the ranges into which the reference frequency is divided and it's identified by an integer number in the range 1 - 165, depending on the frequency itself and the region."
},
{
"endpoint": "/ap/connected",
"type": "boolean",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "Identifies if the device is connected to this Access Point"
},
{
"endpoint": "/ap/essid",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "Extended Service Set Identification of the current AP, empty string if the AP is hidden."
},
{
"endpoint": "/ap/macAddress",
"type": "string",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "Lower case mac address string formatted like `de:ad:be:ff:11:22`."
},
{
"endpoint": "/ap/rssi",
"type": "integer",
"database_retention_policy": "use_ttl",
"database_retention_ttl": 5184000,
"explicit_timestamp": true,
"description": "The current signal strength measured in dBm."
}
]
}