Relax water vapor threshold (#13280)

This commit is contained in:
Kara
2023-01-01 23:05:37 -06:00
committed by GitHub
parent 3c764166ee
commit 9c844c8aed
4 changed files with 10 additions and 7 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -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

View File

@@ -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