clarify cmd messages

This commit is contained in:
Alfonso Gamboa
2022-05-31 02:08:39 -07:00
parent 2cd78e0bc2
commit ec4ad5e93a
2 changed files with 6 additions and 5 deletions

View File

@@ -4,12 +4,13 @@ if [ "$1" == "" ]; then
echo -e "welcome to: cmd <arg>\n"
echo -e "arg can be:"
echo -e "jpeg (will dump raw jpeg to stdout)"
echo -e "video on or off"
echo -e "audio on or off"
echo -e "move"
echo -e "video on on1 or off off1"
echo -e "audio on on1 or off off1"
echo -e "move (movable camera only)"
echo -e "waitMotion <timeout>"
echo -e "irled on or off"
echo -e "aplay <file path> <volume 1-100>"
echo -e "aplay <file path> <volume 1-100> (t31 only)"
echo -e "mp4write on or off (t31 only)"
else
echo "$*" | /opt/wz_mini/bin/busybox nc localhost 4000
fi