All volume off

Post your questions and help other users.

Moderator: Martin

Post Reply
slthompsonjr
Posts: 1
Joined: 18 Jul 2014 12:14

All volume off

Post by slthompsonjr » 18 Jul 2014 12:43

Is it possible to turn all volume off with one action. I am setting up a flow for night time and would like to turn off all system volume.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: All volume off

Post by Martin » 18 Jul 2014 12:56

Hi,

In general I recommend to turn the ringer mode of the phone to Silent in such cases with an action Set Ringer Mode: Silent, otherwise you could also add multiple actions Set Audio Volume to the flow to turn the volume down for each audio stream. You could also add the actions to a flow called Turn all volumes to zero and execute the flow from other flows using an action Execute Flows: Turn all volumes to zero.
Another option would be to create a global variable global_zero with value 0 and use action Restore Audio Volumes with each stream set to global_zero.

Regards,
Martin

Post Reply