mirror of
https://github.com/thorsten-gehrig/alexa-remote-control.git
synced 2024-11-13 04:19:03 +01:00
SPEAKVOL of 0 leaves the volume setting untouched
This commit is contained in:
parent
dfe4c336c4
commit
382a3d74b4
@ -198,7 +198,7 @@ usage()
|
||||
while [ "$#" -gt 0 ] ; do
|
||||
case "$1" in
|
||||
--version)
|
||||
echo "v0.15b"
|
||||
echo "v0.15c"
|
||||
exit 0
|
||||
;;
|
||||
-d)
|
||||
|
@ -141,7 +141,7 @@ usage()
|
||||
while [ "$#" -gt 0 ] ; do
|
||||
case "$1" in
|
||||
--version)
|
||||
echo "v0.15b"
|
||||
echo "v0.15c"
|
||||
exit 0
|
||||
;;
|
||||
-d)
|
||||
|
Loading…
Reference in New Issue
Block a user