From 96af266c385d50c1dc2b6f6703977dc41078cf08 Mon Sep 17 00:00:00 2001 From: donaldzou Date: Mon, 19 Oct 2020 11:48:08 -0400 Subject: [PATCH] Update configuration.html --- templates/configuration.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/configuration.html b/templates/configuration.html index 759229a..cb0a4c9 100644 --- a/templates/configuration.html +++ b/templates/configuration.html @@ -149,5 +149,10 @@ $('.switch').change(function() { location.replace("/switch/"+$(this).attr('id')) }) + + + setInterval(function(){ + location.reload(); + }, 10000) \ No newline at end of file