From 176bf9127637de2670786a5305dc0740463b39b5 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Mon, 6 Nov 2023 18:24:05 -0600 Subject: [PATCH] edits --- laundry_status.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/laundry_status.Rmd b/laundry_status.Rmd index b1086da..a1f6393 100644 --- a/laundry_status.Rmd +++ b/laundry_status.Rmd @@ -9,8 +9,10 @@ this site updates every `r update_interval` minutes ## The washing machine is currently: `r current_status[["lamp_a_power"]]` + The washing machine `r ifelse(current_status$lamp_a_power=="on", "started", "ended")` its most recent cycle at `r format(ifelse(current_status$lamp_a_power=="on", washer_last_on, washer_last_off), format = "%A %I:%M %p")` + ## The dryer is currently: `r current_status[["lamp_b_power"]]` --------