increase delay for slowoff

This commit is contained in:
Rob Pearce 2022-03-05 09:59:09 +11:00
parent 5137620399
commit aba30b49ad
2 changed files with 1 additions and 1 deletions

0
README.md Normal file → Executable file
View File

View File

@ -325,7 +325,7 @@ elif [[ $cmd == "channel" ]]; then
info "Done" info "Done"
elif [[ $cmd == "slowoff" ]]; then elif [[ $cmd == "slowoff" ]]; then
if [[ -z ${arg[0]} ]]; then if [[ -z ${arg[0]} ]]; then
waittime=1.5 waittime=2.0
else else
waittime=${arg[0]} waittime=${arg[0]}
fi fi