diff --git a/templates/configuration.html b/templates/configuration.html index 759229a0..cb0a4c9b 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