diff --git a/src/main/webapp/WEB-INF/oss/iot/monitor.jsp b/src/main/webapp/WEB-INF/oss/iot/monitor.jsp index 16c9f70..73ff9bf 100644 --- a/src/main/webapp/WEB-INF/oss/iot/monitor.jsp +++ b/src/main/webapp/WEB-INF/oss/iot/monitor.jsp @@ -728,7 +728,7 @@ setInterval(function () { client.publish('/sys/update/scene', $(".dashboard-menu li.active").attr("sid")); - }, 1500); + }, 1000 * 10); }) diff --git a/src/main/webapp/WEB-INF/oss/iot/sensors_manger.jsp b/src/main/webapp/WEB-INF/oss/iot/sensors_manger.jsp index 13fbae1..0669db5 100644 --- a/src/main/webapp/WEB-INF/oss/iot/sensors_manger.jsp +++ b/src/main/webapp/WEB-INF/oss/iot/sensors_manger.jsp @@ -130,7 +130,7 @@