implemented autorefresh

This commit is contained in:
schrom01
2022-08-27 00:29:46 +02:00
parent b1c371d9b3
commit ca294dd17a
3 changed files with 140 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
</head>
<body>
</body>
</html>
<script>
setInterval(refreshContent, {{ (zoneManager.systemSettings.cronJobFrequency + 5) * 1000 }})
</script>