All volume off
Moderator: Martin
-
- Posts: 1
- Joined: 18 Jul 2014 12:14
All volume off
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.
Re: All volume off
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
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