sensor updates

This commit is contained in:
vulppine
2022-08-20 00:07:48 -07:00
parent fbab3cd5aa
commit 375aad1128

View File

@@ -23,6 +23,8 @@
acts: ["Destruction"] acts: ["Destruction"]
- type: Physics - type: Physics
canCollide: false canCollide: false
- type: Clickable
- type: InteractionOutline
- type: ApcPowerReceiver - type: ApcPowerReceiver
- type: ExtensionCableReceiver - type: ExtensionCableReceiver
- type: DeviceNetwork - type: DeviceNetwork
@@ -34,6 +36,8 @@
- type: DeviceList - type: DeviceList
- type: WiredNetworkConnection - type: WiredNetworkConnection
- type: AtmosDevice - type: AtmosDevice
- type: AtmosAlarmable
alarmedBy: ["AirSensor"]
- type: AtmosMonitor - type: AtmosMonitor
temperatureThreshold: stationTemperature temperatureThreshold: stationTemperature
pressureThreshold: stationPressure pressureThreshold: stationPressure