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
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

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