Set system setting - Bluetooth music volume
Posted: 20 Mar 2014 11:06
Help, anyone!
I'm using a flow to set the Bluetooth music volume using voice input.
Since the physical volume button is the easiest thing for me to use, I set the "System setting changed: volume_music_bt_a2dp" as the trigger. This records the present volume and then gets my voice input. If the first word is "volume," the last two characters are stored in a global_btmzk variable, and then another flow is activated. That flow disables the first one (since it's going to activate the trigger otherwise), performs "Set system setting: volume_music_bt_a2dp" with the value of {global_btmzk}, then enables the first flow.
When I check the value of the Bluetooth music volume in the flow function, it registers as being set to what I said, but I can hear that the actual volume hasn't changed. Then, if I change it by the physical button by just one click and check the value, it shows me the actual (very different) volume level.
What's going on? Is there a way to accomplish this?
I'm using a flow to set the Bluetooth music volume using voice input.
Since the physical volume button is the easiest thing for me to use, I set the "System setting changed: volume_music_bt_a2dp" as the trigger. This records the present volume and then gets my voice input. If the first word is "volume," the last two characters are stored in a global_btmzk variable, and then another flow is activated. That flow disables the first one (since it's going to activate the trigger otherwise), performs "Set system setting: volume_music_bt_a2dp" with the value of {global_btmzk}, then enables the first flow.
When I check the value of the Bluetooth music volume in the flow function, it registers as being set to what I said, but I can hear that the actual volume hasn't changed. Then, if I change it by the physical button by just one click and check the value, it shows me the actual (very different) volume level.
What's going on? Is there a way to accomplish this?