4.3.1 nodes
Beacon Line Nodes Einstellungen.
key | value |
---|---|
URL | /{PREFIX}/nodes |
Method | GET |
Description | Reads all Bluetooth® Low Energy-Nodes |
Parameters | N/A |
Response | JSON |
Beispiel:
#curl localhost:8080/bline/v1/nodes
[{
"AnchorList": [{
"AnchorID": "line1-01",
"RSSI": -21,
"Timestamp": 1695799643418
}, {
"AnchorID": "line1-01",
"RSSI": -24,
"Timestamp": 1695799644268
}, {
"AnchorID": "line1-01",
"RSSI": -24,
"Timestamp": 1695799644477
}, {
"AnchorID": "line1-01",
"RSSI": -24,
"Timestamp": 1695799644477
}, {
"AnchorID": "line1-01",
"RSSI": -24,
"Timestamp": 1695799645318
}],
"Connectable": true,
"Data": "0201060dff7b0140000000b36d33c649f6",
"LastAnchor": "line1-01",
"LastTime": 1695799645318,
"mac": "f6:49:c6:33:6d:b3",
"name": ""
}]