From 64ec25f7b2c79813c7a318d8772a5e07e8fbc44d Mon Sep 17 00:00:00 2001 From: jbruce Date: Sat, 5 Nov 2022 11:31:26 -0400 Subject: [PATCH] small fix to docs --- docs/schedule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schedule.md b/docs/schedule.md index 530af44..7616290 100644 --- a/docs/schedule.md +++ b/docs/schedule.md @@ -50,7 +50,7 @@ Stop any running firing at 3pm tomorrow: curl -d '{"cmd":"stop"}' -H "Content-Type: application/json" -X POST http://0.0.0.0:8081/api END -Start a 15 hour long glaze firing in 5 minutes and schedule for graphs from [kiln-stats](https://github.com/jbruce12000/kiln-stats) to be created on the raspberry-pi afterward and make the graphs available via a web server running on port 8000. You can do all kinds of interesting things with this. You could create a single job for the webserver and a job per hour to update the graphs. This way you can see detailed graphs of PID params and how the system is responding to your PID parameters. +Start a 15 hour long glaze firing in 5 minutes and schedule for graphs from [kiln-stats](https://github.com/jbruce12000/kiln-stats) to be created on the raspberry-pi afterward and make the graphs available via a web server running on port 8000. You can do all kinds of interesting things with this. You could create a single job for the webserver and a job per hour to update the graphs. This way you can see detailed graphs of PID params and how the system is responding to them. at now + 5 minutes <