laundry_status/laundry_status.Rmd

27 lines
646 B
Plaintext
Raw Normal View History

2023-11-06 16:18:30 -06:00
---
title: "Laundry Status"
output: html_document
---
updated: `r format(Sys.time(), format = "%A %I:%M %p")`
## 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`