-
Notifications
You must be signed in to change notification settings - Fork 1
How to use
Ahmet Can Solak edited this page Apr 23, 2021
·
2 revisions
ZAF software provides a small command line interface(CLI). With the help of CLI one can run the ZAF with
python -m python.zaf.cli run
Other commands are not implemented yet. There two other(last5
, last50
) dummy commands not doing anything particular at the moment.
It is very useful to be able to schedule feeding sessions. ZAF software has no builtin feature to have scheduled feeding sessions but this can be achieved by using crontab on Raspbian OS.
To create new crontab tasks or edit existing tasks one can do:
crontab -e
To list the existing crontab tasks you can do:
crontab -l