From 10680b0eebb883c982e8e5ab728fabd00c9d9ba7 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 20 八月 2026 17:41:37 +0800
Subject: [PATCH] 更新
---
src/tcpServer.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/tcpServer.js b/src/tcpServer.js
index b38b734..be23a2b 100644
--- a/src/tcpServer.js
+++ b/src/tcpServer.js
@@ -25,6 +25,9 @@
data.J ?? ""
}`
);
+ if (data.J != null) {
+ lines.push(`跨膜压J(mmHg): ${data.J}`);
+ }
if (data.N != null || data.O != null || data.P != null || data.BPMPJDMY != null) {
lines.push(
`血压N/O/P/平均压(mmHg,bpm): ${data.N ?? ""} / ${data.O ?? ""} / ${
@@ -38,6 +41,9 @@
data.bjlx ?? ""
} / ${data.bjsj || ""}`
);
+ if (data.bjsj) {
+ lines.push(`报警时间bjsj: ${data.bjsj}`);
+ }
}
if (data.pyzl != null || data.ypyzhyl != null) {
lines.push(
--
Gitblit v1.8.0