src/debug/debugdata.js
@@ -129,7 +129,7 @@ const time = new Date(now.getTime() - i * 10 * 60 * 1000) data.push({ sampleTime: time.toISOString().slice(0, 19).replace('T', ' '), oilSmokeConcentration: (Math.random() * 5).toFixed(2), oilSmokeConcentration: (Math.random() * 2).toFixed(2), purifierCurrent: (Math.random() * 10).toFixed(2), fanCurrent: (Math.random() * 15).toFixed(2), })