provider Device Settings POST /set_eureka_info
@utdk/google/home /set_eureka_info
Set Eureka Info
This can set custom values to some options. Only fields to be modified need to be sent, not all. The example has some modifiable fields. TODO: List all modifiable fields. Sending non-existant fields will still return a 200 OK, but they are not saved.

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.

seteurekainfo
POST/set_eureka_info
This can set custom values to some options. Only fields to be modified need to be sent, not all. The example has some modifiable fields. TODO: List all modifiable fields. Sending non-existant fields will still return a 200 OK, but they are not saved.

Input

required
required
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.seteurekainfo()