Skip to content

Commit b9f54e5

Browse files
committed
SpO2と体温のアラート閾値を変更
1 parent b8930ef commit b9f54e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/threshold.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ interface Threshold {
99

1010
const plugin: Plugin = function (_, inject) {
1111
const threshold: Threshold = {
12-
SpO2: 90,
13-
bodyTemperature: 37.5,
12+
SpO2: 95,
13+
bodyTemperature: 38.5,
1414
pulseUnder: 60,
1515
pulseUpper: 100,
1616
}

0 commit comments

Comments
 (0)