1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-09 07:30:57 +02:00

Update telegram-bot-daemon.sh (#853)

This commit is contained in:
blakadder
2018-12-27 03:04:47 +01:00
committed by jmtatsch
parent 3590d16914
commit d5d86e87d7

View File

@@ -35,6 +35,7 @@ respond() {
/shot) sendShot;;
/on) detectionOn;;
/off) detectionOff;;
/help) $TELEGRAM m "######### Bot commands #########\n# /mem - show memory information\n# /shot - take a shot\n# /on - motion detect on\n# /off - motion detect off";;
*) $TELEGRAM m "I can't respond to '$1' command"
esac
}