provider Bluetooth GET /bluetooth/get_bonded
@utdk/google/home /bluetooth/get_bonded
Get Paired Devices
*See note for Bluetooth under `/setup/bluetooth/status`* **For both parts** This gives a list of all paired or 'bonded' devices. The response field names are self-descriptive.

Try it

Authentication
Configure credentials for Google Home
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getpaireddevices
GET/bluetooth/get_bonded
*See note for Bluetooth under `/setup/bluetooth/status`* **For both parts** This gives a list of all paired or 'bonded' devices. The response field names are self-descriptive.

This operation has no parameters.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_home from '@utdk/google/home';

await google_home.getpaireddevices()