edits
This commit is contained in:
parent
45503489a7
commit
41adcd1fde
@ -10,7 +10,7 @@ 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 ifelse(current_status$lamp_a_power=="on", strftime(washer_last_off, format = "%A %I:%M %p"), strftime(washer_last_on, format = "%A %I:%M %p"))`
|
||||
The washing machine `r ifelse(current_status$lamp_a_power=="on", "started", "ended")` its most recent cycle at `r ifelse(current_status$lamp_a_power=="on", strftime(washer_last_off, format = "%A %I:%M %p", tz = "America/Chicago"), strftime(washer_last_on, format = "%A %I:%M %p", tz = "America/Chicago"))`
|
||||
|
||||
|
||||
## The dryer is currently: `r current_status[["lamp_b_power"]]`
|
||||
|
Loading…
x
Reference in New Issue
Block a user