Scrubber and vent rotation fix (#2298)

Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
py01
2020-10-20 06:35:00 -06:00
committed by GitHub
parent cf2b23ad9e
commit c7e7ff4065
2 changed files with 8 additions and 8 deletions

View File

@@ -25,13 +25,13 @@
- type: entity - type: entity
parent: ScrubberBase parent: ScrubberBase
id: FromSouthScrubber id: Scrubber
name: From South Scrubber name: Scrubber
components: components:
- type: NodeContainer - type: NodeContainer
nodes: nodes:
- !type:PipeNode - !type:PipeNode
nodeGroID: Pipe nodeGroID: Pipe
pipeDirection: South pipeDirection: East
- type: PressureSiphon - type: PressureSiphon
scrubberOutletDirection: South scrubberOutletDirection: East

View File

@@ -25,13 +25,13 @@
- type: entity - type: entity
parent: VentBase parent: VentBase
id: FromSouthVent id: Vent
name: From South Vent name: Vent
components: components:
- type: NodeContainer - type: NodeContainer
nodes: nodes:
- !type:PipeNode - !type:PipeNode
nodeGroupID: Pipe nodeGroupID: Pipe
pipeDirection: South pipeDirection: East
- type: PressureVent - type: PressureVent
ventInletDirection: South ventInletDirection: East