diff --git a/connectcore-demo-example/index.html b/connectcore-demo-example/index.html index 43c40dc..d0a1447 100644 --- a/connectcore-demo-example/index.html +++ b/connectcore-demo-example/index.html @@ -814,7 +814,7 @@ Digi Demo - Dashboard // Callback executed when the page loads. document.addEventListener("DOMContentLoaded", function(event) { // Start the timer that updates device status. - var statsTimer = setInterval(refreshDevice, 5000); + var statsTimer = setInterval(refreshDevice, 15000); });