Skip to content

Commit 965c7fd

Browse files
authored
Merge pull request #433 from kaizumaki/feature/fix-threshold
SpO2と体温のアラート閾値を変更
2 parents 5823d03 + b9f54e5 commit 965c7fd

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)