diff --git a/views/relay.tpl b/views/relay.tpl index 151fba6..b47178c 100644 --- a/views/relay.tpl +++ b/views/relay.tpl @@ -110,6 +110,6 @@ $("#toggleButton").click(function() { }); forEachRelay(); -setInterval(forEachRelay, 5000); +setInterval(forEachRelay, 1500); {{end}}