2023-11-06 16:18:30 -06:00
|
|
|
---
|
|
|
|
title: "Laundry Status"
|
|
|
|
output: html_document
|
|
|
|
---
|
|
|
|
|
2023-11-06 17:15:43 -06:00
|
|
|
updated: `r format(Sys.time(), format = "%A %I:%M %p", tz = "America/Chicago")`
|
2023-11-06 17:45:06 -06:00
|
|
|
|
2023-11-06 17:42:51 -06:00
|
|
|
this site updates every `r update_interval` minutes
|
2023-11-06 16:18:30 -06:00
|
|
|
|
|
|
|
## The washing machine is currently: `r current_status[["lamp_a_power"]]`
|
|
|
|
|
|
|
|
## The dryer is currently: `r current_status[["lamp_b_power"]]`
|
|
|
|
|
|
|
|
--------
|
|
|
|
```{r setup, include=FALSE}
|
|
|
|
knitr::opts_chunk$set(echo = TRUE)
|
|
|
|
```
|
|
|
|
This site tracks the washing machine and dryer of our building. It is just a suggestion of when the machines might be free, not a guarantee.
|
|
|
|
|
|
|
|
```{r plot_1day, echo=FALSE}
|
|
|
|
plot(plot_1day)
|
|
|
|
```
|
|
|
|
|
|
|
|
```{r plot_1week, echo=FALSE}
|
|
|
|
plot(plot_1week)
|
|
|
|
```
|
|
|
|
|
|
|
|
If you have any issues or questions, please email `admin@dendroalsia.net`
|