Files
mxsc/script/tools/CheckPuckDetection.py
gac-S_Changer 640fc477fe
2018-06-07 16:31:33 +02:00

6 lines
158 B
Python

USR,PWD = "pi", "raspberry"
HOST,PORT = "tell-raspberrypi", 22
CMD= "sudo systemctl status puck_detection.service"
ret = run("tools/SshExec")
set_return(ret)