Class AtmosMonitorComponent
Inheritance
System.Object
AtmosMonitorComponent
Assembly: Content.Server.dll
Syntax
public sealed class AtmosMonitorComponent : Component
Fields
|
Improve this Doc
View Source
GasThresholdPrototypes
Declaration
public Dictionary<Gas, string>? GasThresholdPrototypes
Field Value
Type |
Description |
System.Nullable<Dictionary<Gas, System.String>> |
|
|
Improve this Doc
View Source
GasThresholds
Declaration
public Dictionary<Gas, AtmosAlarmThreshold>? GasThresholds
Field Value
|
Improve this Doc
View Source
LastAlarmState
Declaration
public AtmosAlarmType LastAlarmState
Field Value
|
Improve this Doc
View Source
MonitorFire
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NetEnabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PressureThreshold
Declaration
public AtmosAlarmThreshold PressureThreshold
Field Value
|
Improve this Doc
View Source
PressureThresholdId
Declaration
public string? PressureThresholdId
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
RegisteredDevices
Registered devices in this atmos monitor. Alerts will be sent directly
to these devices.
Declaration
public HashSet<string> RegisteredDevices
Field Value
Type |
Description |
HashSet<System.String> |
|
|
Improve this Doc
View Source
TemperatureThreshold
Declaration
public AtmosAlarmThreshold TemperatureThreshold
Field Value
|
Improve this Doc
View Source
TemperatureThresholdId
Declaration
public string? TemperatureThresholdId
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
TileGas
Declaration
public GasMixture TileGas
Field Value
|
Improve this Doc
View Source
TrippedThresholds
Declaration
public HashSet<AtmosMonitorThresholdType> TrippedThresholds
Field Value