made script loop every 5 minutes

This commit is contained in:
Ben Varick 2023-11-06 17:45:06 -06:00
parent deafa827fa
commit bda35edb27
Signed by: ben
SSH Key Fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ output: html_document
--- ---
updated: `r format(Sys.time(), format = "%A %I:%M %p", tz = "America/Chicago")` 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"]]`

View File

@ -353,7 +353,7 @@ display: none;
</div> </div>
<p>updated: Monday 04:16 PM</p> <p>updated: Monday 05:44 PM this site updates every 5 minutes</p>
<div id="the-washing-machine-is-currently-off" class="section level2"> <div id="the-washing-machine-is-currently-off" class="section level2">
<h2>The washing machine is currently: off</h2> <h2>The washing machine is currently: off</h2>
</div> </div>