diff --git a/iforte/base.js b/iforte/base.js index 10cca9a..3069b7b 100644 --- a/iforte/base.js +++ b/iforte/base.js @@ -71,6 +71,15 @@ $(document).ready(function() { }); }); +function loopRainsSimulator() { + + console.log("hello"); + + setTimeout(() => { + loopRainsSimulator() + }, 1000); +} + // custom modal function showCustomModal(title, text) { loader(0) diff --git a/iforte/sensors.html b/iforte/sensors.html index 11f3b4c..75ac17c 100644 --- a/iforte/sensors.html +++ b/iforte/sensors.html @@ -47,6 +47,7 @@ Logs filter
Logs filters not functionnal on this simulator. +