Relax water vapor threshold (#13280)
This commit is contained in:
parent
3c764166ee
commit
9c844c8aed
|
|
@ -77,10 +77,6 @@ public sealed partial class SensorInfo : BoxContainer
|
|||
{
|
||||
OnThresholdUpdate!(_address, type, threshold, arg3);
|
||||
};
|
||||
|
||||
foreach (var (gas, threshold) in data.GasThresholds)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public void ChangeData(AtmosSensorData data)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,13 @@
|
|||
upperWarnAround: !type:AlarmThresholdSetting
|
||||
threshold: 0.5
|
||||
|
||||
- type: alarmThreshold
|
||||
id: stationWaterVapor
|
||||
upperBound: !type:AlarmThresholdSetting
|
||||
threshold: 1.5
|
||||
upperWarnAround: !type:AlarmThresholdSetting
|
||||
threshold: 0.5
|
||||
|
||||
- type: alarmThreshold
|
||||
id: stationNO
|
||||
upperBound: !type:AlarmThresholdSetting
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
CarbonDioxide: stationCO2
|
||||
Plasma: danger # everything below is usually bad
|
||||
Tritium: danger
|
||||
WaterVapor: danger
|
||||
WaterVapor: stationWaterVapor
|
||||
Miasma: stationMiasma
|
||||
NitrousOxide: stationNO
|
||||
Frezon: danger
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
CarbonDioxide: stationCO2
|
||||
Plasma: danger # everything below is usually bad
|
||||
Tritium: danger
|
||||
WaterVapor: danger
|
||||
WaterVapor: stationWaterVapor
|
||||
Miasma: stationMiasma
|
||||
NitrousOxide: stationNO
|
||||
Frezon: danger
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
CarbonDioxide: stationCO2
|
||||
Plasma: danger # everything below is usually bad
|
||||
Tritium: danger
|
||||
WaterVapor: danger
|
||||
WaterVapor: stationWaterVapor
|
||||
Miasma: stationMiasma
|
||||
NitrousOxide: stationNO
|
||||
Frezon: danger
|
||||
|
|
|
|||
Loading…
Reference in New Issue