chenyc
5 天以前 10680b0eebb883c982e8e5ab728fabd00c9d9ba7
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(