provider Assistant POST /assistant/alarms/volume
@utdk/google/home /assistant/alarms/volume
Alarm Volume
This gets and sets alarms and timers volume. **Note:** This is not the same as normal volume. Volume is a float number in [0, 1] where 0 is minimum and 1 is maximum. Sending an empty body gets the volume. Sending `volume` sets the volume.

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.

alarmvolume
POST/assistant/alarms/volume
This gets and sets alarms and timers volume. **Note:** This is not the same as normal volume. Volume is a float number in [0, 1] where 0 is minimum and 1 is maximum. Sending an empty body gets the volume. Sending `volume` sets the volume.

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