provider Device Info POST /get_app_device_id
@utdk/google/home /get_app_device_id
App Device ID
This gives "app device id", "certificate" and "signed data". The `app_id` in the request is mandatory and refers to Chromecast backdrop/screensaver app. It has to be set to `E8C28D3C`. The certificate is valid and issued by `Chromecast ICA 6 (Audio Assist), Google Inc`. Not sure what the other two are.

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.

appdeviceid
POST/get_app_device_id
This gives "app device id", "certificate" and "signed data". The `app_id` in the request is mandatory and refers to Chromecast backdrop/screensaver app. It has to be set to `E8C28D3C`. The certificate is valid and issued by `Chromecast ICA 6 (Audio Assist), Google Inc`. Not sure what the other two are.

Input

required

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.appdeviceid()