edited text

This commit is contained in:
Ben Varick 2024-04-06 16:06:16 -05:00
parent e8b9d27a46
commit 7345dd71ed
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo

View File

@ -39,7 +39,7 @@ The dryer `r ifelse(current_status$dryer_power=="on", "started", "ended")` its m
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
This site tracks the washing machine and dryer of our building. My hope is that it helps people find good times to do laundry.
This site tracks the washing machine and dryer of our building. My hope is that it helps people find good times to do laundry when the machine is available.
```{r plot_1day, echo=FALSE}
plot(plot_1day)