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