provider Device Info GET /offer
@utdk/google/home /offer
Offer
This gives a token which is used by the Home app to get offers. The offers themselves are not stored on the device. A new token is generated for every request.

Try it

Authentication
Configure credentials for Google Home
offer
GET/offer
This gives a token which is used by the Home app to get offers. The offers themselves are not stored on the device. A new token is generated for every request.

This operation has no parameters.

Configure credentials 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.offer()