The console can also be used to view Bluetooth® Low Energy device telemetry.
To display Bluetooth radio settings:
get config/iot/bluetooth
To display the full list of scanned devices:
get status/iot/bluetooth/visible_clients
To display a device per MAC address, for example, the RuuviTag MAC address f5:72:c9:9a:f1:
get status/iot/bluetooth/visible_clients/f5:72:50:c9:9a:f1/
[admin@E300-dae: /]$ get status/iot/bluetooth/visible_clients/f5:72:50:c9:9a:f1
{
"acceleration": 1008.5157410769551,
"acceleration_x": 28,
"acceleration_y": 16,
"acceleration_z": 1008,
"addr_type": 1,
"adv_data": "0201061bff99040513162f2bac66001c001003f0ae7664f0d0f57250c99af1",
"battery": 2995,
"bonding": 255,
"data_format": 5,
"humidity": 30.19,
"mac": "f5:72:50:c9:9a:f1",
"measurement_sequence_number": 61648,
"mfg_data": "f19ac95072f5d0f06476aef00310001c0066ac2b2f1613050499",
"movement_counter": 100,
"pkt_type": 3,
"pressure": 941.34,
"rssi": -60,
"temperature": 24.43,
"txpower": 4,
"type": "Ruuvitag"
}