From 881342c485cad69a2f38e2fdf323536367b7f0e1 Mon Sep 17 00:00:00 2001 From: Vincent BOUQUET Date: Sat, 25 Nov 2023 18:42:30 +0100 Subject: [PATCH] prepare for simulated rainsq --- iforte/base.js | 9 +++++++++ iforte/sensors.html | 1 + 2 files changed, 10 insertions(+) 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. +