diff --git a/laundry_status.Rmd b/laundry_status.Rmd index 5a2f69b..373e5e1 100644 --- a/laundry_status.Rmd +++ b/laundry_status.Rmd @@ -30,7 +30,7 @@ The dryer `r ifelse(current_status$dryer_power=="on", "started", "ended")` its m : `r ifelse(current_status$dryer_power=="on", calculateTimeAgo(last_change$dryer_power_off), calculateTimeAgo(last_change$dryer_power_on))` -`r ifelse(current_status$dryer_power=="off", paste0("The washing machine door is ", status_door$dryer_power), "")` +`r ifelse(current_status$dryer_power=="off", paste0("The dryer door is ", status_door$dryer_power), "")` ---