From 59af55dc3e72f8f2655ae06af9d1b6f766bac423 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 20 三月 2026 16:02:19 +0800
Subject: [PATCH] 2026.3.20
---
src/debug/debugdata.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/debug/debugdata.js b/src/debug/debugdata.js
index c500697..30421da 100644
--- a/src/debug/debugdata.js
+++ b/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),
})
--
Gitblit v1.9.3