provider Assistant POST /user_eq/set_equalizer
@utdk/google/home /user_eq/set_equalizer
Set Equalizer Values
This can only set new equalizer values. To get already set values, use /setup/eureka_info. The body is mandatory. It can either contain `low_shelf` or `high_shelf` or both. `low_shelf.gain_db` and `high_shelf.gain_db` refer to **bass** and **treble** respectively. Default values are 0 for both. While the slider in the Home app only ranges from -6 to +6, they can be set to any integer like 50 or -100. These changes persist.

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.

setequalizervalues
POST/user_eq/set_equalizer
This can only set new equalizer values. To get already set values, use /setup/eureka_info. The body is mandatory. It can either contain `low_shelf` or `high_shelf` or both. `low_shelf.gain_db` and `high_shelf.gain_db` refer to **bass** and **treble** respectively. Default values are 0 for both. While the slider in the Home app only ranges from -6 to +6, they can be set to any integer like 50 or -100. These changes persist.

Input

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