This commit is contained in:
Ben Varick 2023-11-06 18:23:01 -06:00
parent c1f85fc524
commit 8bded2e2c6
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo

View File

@ -8,7 +8,9 @@ updated: `r format(Sys.time(), format = "%A %I:%M %p", tz = "America/Chicago")`
this site updates every `r update_interval` minutes this site updates every `r update_interval` minutes
## The washing machine is currently: `r current_status[["lamp_a_power"]]` ## 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", tz = "America/Chicago")`
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"]]` ## The dryer is currently: `r current_status[["lamp_b_power"]]`
-------- --------