edits
This commit is contained in:
parent
8bded2e2c6
commit
176bf91276
1 changed files with 2 additions and 0 deletions
|
@ -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"]]`
|
||||
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue