Closed adashrod closed 1 year ago
Maybe add a repeating task to rpi-main.py: post the current timestamp to KV. Alternative: write a shell script that runs systemctl status ... and posts status to KV.
rpi-main.py
systemctl status ...
Implemented using crontab and systemctl status
crontab
systemctl status
Maybe add a repeating task to
rpi-main.py
: post the current timestamp to KV. Alternative: write a shell script that runssystemctl status ...
and posts status to KV.