Give shutters the DeltaPressure component (#40126)

This commit is contained in:
ArtisticRoomba
2025-09-05 00:47:31 -07:00
committed by GitHub
parent 63a17312cc
commit 99cdbfc431

View File

@@ -115,6 +115,11 @@
node: Shutters node: Shutters
containers: containers:
- board - board
- type: DeltaPressure
minPressure: 1000
minPressureDelta: 750
scalingType: Linear
scalingPower: 0.0005
- type: entity - type: entity
id: ShuttersNormalOpen id: ShuttersNormalOpen
@@ -151,6 +156,11 @@
node: ShuttersRadiation node: ShuttersRadiation
containers: containers:
- board - board
- type: DeltaPressure
minPressure: 1000
minPressureDelta: 750
scalingType: Linear
scalingPower: 0.0005
- type: RadiationBlocker - type: RadiationBlocker
resistance: 4 resistance: 4
@@ -188,6 +198,11 @@
node: ShuttersWindow node: ShuttersWindow
containers: containers:
- board - board
- type: DeltaPressure
minPressure: 1000
minPressureDelta: 750
scalingType: Linear
scalingPower: 0.0005
- type: RadiationBlocker - type: RadiationBlocker
resistance: 1 resistance: 1