readme: update it according to the new name
This commit is contained in:
parent
07ae5af688
commit
639d7f8fb5
@ -1,4 +1,4 @@
|
||||
# e3372-py
|
||||
# e3372-sms-handler
|
||||
|
||||
E3372 SMS handler written in Python. Uses the hilink web interface API. Allows
|
||||
you to do something when SMS arrives.
|
||||
@ -17,7 +17,7 @@ See `main.py` and adjust the `sms_handler` function to your needs.
|
||||
The script should be launched periodically by cron. For example, put this to the
|
||||
crontab to launch it every 15 minutes:
|
||||
```cron
|
||||
*/15 * * * * python3 /path/to/e3372-py/main.py --trusted-phone +79001234567 > /dev/null
|
||||
*/15 * * * * python3 /path/to/e3372-sms-handler/main.py --trusted-phone +79001234567 > /dev/null
|
||||
```
|
||||
|
||||
## License
|
||||
|
Loading…
x
Reference in New Issue
Block a user