added trigger for buzzer alarm

This commit is contained in:
Hendrik Schutter 2020-05-12 09:18:08 +02:00
parent 0174375141
commit 48f9467d66
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ EOL
then
ssmtp -f$senderEmail -F$senderName $receiverEmail < mail_content.txt
rm mail_content.txt
/etc/init.d/alarm start
fi
fi
done