Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions SampleJSON.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Timestamp": "2025-01-16T10:55:58.9084242Z",
"SystemId": "Maureen Jonas",
"Timestamp": "2025-01-17T09:54:24.8502369Z",
"SystemId": "Michael DeBakey",
"StatusData": {
"ExtLeft": {
"Text": "OK",
Expand All @@ -15,15 +15,15 @@
"Color": "badge-success"
},
"BytesSent": {
"Text": "52",
"Text": "8",
"Color": "badge-info"
},
"BytesRecd": {
"Text": "0.08",
"Text": "4.87",
"Color": "badge-info"
},
"Strokes": {
"Text": "2,338",
"Text": "155,794",
"Color": "badge-info"
},
"IntLeft": {
Expand All @@ -35,7 +35,7 @@
"Color": "#FF2EAE00"
},
"BusLoad": {
"Text": "5%",
"Text": "0%",
"Color": "#FF2EAE00"
}
},
Expand All @@ -47,7 +47,7 @@
"BackColor": "Default"
},
"IntPressure": {
"PrimaryValue": "2.5",
"PrimaryValue": "3",
"SecondaryValue": null,
"BackColor": "Yellow"
},
Expand All @@ -56,28 +56,28 @@
"SecondaryValue": null,
"BackColor": "Default"
},
"IntPressureMin": 2,
"IntPressureMax": 3,
"IntPressureMin": 2.79999995,
"IntPressureMax": 4.19999981,
"CardiacOutput": {
"PrimaryValue": "5",
"PrimaryValue": "4.9",
"SecondaryValue": null,
"BackColor": "Default"
"BackColor": "Yellow"
},
"ActualStrokeLen": "20.4",
"ActualStrokeLen": "19",
"TargetStrokeLen": "21.8",
"SensorTemperature": "21.99",
"ThermistorTemperature": "21.99",
"SensorTemperature": "24.9",
"ThermistorTemperature": "24.9",
"CpuLoad": "73"
},
"RightHeart": {
"StrokeVolume": "40",
"StrokeVolume": "39",
"PowerConsumption": {
"PrimaryValue": "0.2",
"PrimaryValue": "0.1",
"SecondaryValue": null,
"BackColor": "Default"
},
"IntPressure": {
"PrimaryValue": "9.5",
"PrimaryValue": "10",
"SecondaryValue": null,
"BackColor": "Default"
},
Expand All @@ -86,26 +86,26 @@
"SecondaryValue": null,
"BackColor": "Default"
},
"IntPressureMin": 7.5999999,
"IntPressureMax": 11.3999996,
"IntPressureMin": 8.80000019,
"IntPressureMax": 13.1990004,
"CardiacOutput": {
"PrimaryValue": "5.3",
"SecondaryValue": null,
"BackColor": "Default"
},
"ActualStrokeLen": "16.4",
"TargetStrokeLen": "18.1",
"SensorTemperature": "21.99",
"ThermistorTemperature": "28.57",
"ActualStrokeLen": "15.8",
"TargetStrokeLen": "17.7",
"SensorTemperature": "24.9",
"ThermistorTemperature": "24.02",
"CpuLoad": "73"
},
"HeartRate": "144",
"OperationState": "Auto",
"HeartRate": "148",
"OperationState": "Manual",
"HeartStatus": "Both Running",
"FlowLimitState": "",
"FlowLimit": "9.193",
"FlowLimitState": "Decrease",
"FlowLimit": "9.199",
"AtmosPressure": "0",
"UseMedicalSensor": true,
"UseMedicalSensor": false,
"AoPSensor": {
"PrimaryValue": "-",
"SecondaryValue": null,
Expand All @@ -127,6 +127,6 @@
"BackColor": "Default"
},
"IVCSensorVal": "-",
"LocalClock": "11:55:58",
"LocalClock": "10:54:24",
"Messages": []
}
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SRH Remote Monitor 1.0.0</title>
<script type="module" crossorigin src="./assets/main.01ooDHLd.js"></script>
<link rel="stylesheet" crossorigin href="./assets/main.d7tPqsOd.css">
<script type="module" crossorigin src="./assets/main.CkF48V69.js"></script>
<link rel="stylesheet" crossorigin href="./assets/main.C-BcS3EN.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "node server/server.js",
"dev": "concurrently \"node server/server.js\" \"vite\"",
"build": "vite build",
"deploy": "npm run build && scp -r dist package.json index.html [email protected]:/var/www/realheartremote.live/ && ssh [email protected] \"cd /var/www/realheartremote.live && npm install && pm2 restart all\"",
"deploy": "npm run build && scp -r dist package.json index.html server [email protected]:/var/www/realheartremote.live/ && ssh [email protected] \"cd /var/www/realheartremote.live && npm install && pm2 restart all\"",
"preview": "vite preview",
"build:css": "tailwindcss -i ./src/input.css -o ./public/styles.css --minify",
"watch:css": "tailwindcss -i ./src/input.css -o ./public/styles.css --watch"
Expand Down
Binary file added public/cpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/temperature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading