- moving docs to a directory

This commit is contained in:
jbruce
2018-12-24 19:45:25 -05:00
parent 6e2ac3c05b
commit 8e3368103a
3 changed files with 0 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# start a run
curl -d '{"cmd":"run", "profile":"cone-05-lo"}' -H "Content-Type: application/json" -X POST http://0.0.0.0:8081/api
# skip the first part of a run
# restart the kiln on a specific profile and start at minute 60
curl -d '{"cmd":"run", "profile":"cone-05-lo","startat":60}' -H "Content-Type: application/json" -X POST http://0.0.0.0:8081/api
# stop a schedule
curl -d '{"cmd":"stop"}' -H "Content-Type: application/json" -X POST http://0.0.0.0:8081/api