give plasma half of co2 air alarm threshold (#22938)
Co-authored-by: deltanedas <@deltanedas:kde.org> (cherry picked from commit 2d213b8ab0a5ba24ebb5348176cc03bd6daa489b)
This commit is contained in:
parent
309ca8224c
commit
b04c8f4a62
|
|
@ -39,6 +39,13 @@
|
|||
upperWarnAround: !type:AlarmThresholdSetting
|
||||
threshold: 0.5
|
||||
|
||||
- type: alarmThreshold
|
||||
id: stationPlasma
|
||||
upperBound: !type:AlarmThresholdSetting
|
||||
threshold: 0.00125
|
||||
upperWarnAround: !type:AlarmThresholdSetting
|
||||
threshold: 0.5
|
||||
|
||||
- type: alarmThreshold
|
||||
id: stationWaterVapor
|
||||
upperBound: !type:AlarmThresholdSetting
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
Oxygen: stationOxygen
|
||||
Nitrogen: ignore
|
||||
CarbonDioxide: stationCO2
|
||||
Plasma: danger # everything below is usually bad
|
||||
Plasma: stationPlasma # everything below is usually bad
|
||||
Tritium: danger
|
||||
WaterVapor: stationWaterVapor
|
||||
Ammonia: stationAmmonia
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
Oxygen: stationOxygen
|
||||
Nitrogen: ignore
|
||||
CarbonDioxide: stationCO2
|
||||
Plasma: danger # everything below is usually bad
|
||||
Plasma: stationPlasma # everything below is usually bad
|
||||
Tritium: danger
|
||||
WaterVapor: stationWaterVapor
|
||||
Ammonia: stationAmmonia
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
Oxygen: stationOxygen
|
||||
Nitrogen: ignore
|
||||
CarbonDioxide: stationCO2
|
||||
Plasma: danger # everything below is usually bad
|
||||
Plasma: stationPlasma # everything below is usually bad
|
||||
Tritium: danger
|
||||
WaterVapor: stationWaterVapor
|
||||
Ammonia: stationAmmonia
|
||||
|
|
|
|||
Loading…
Reference in New Issue