Skip to content

Commit

Permalink
add external command-locked and security-locked airlocks (#1805)
Browse files Browse the repository at this point in the history
* add external command-locked airlocks

* add security-locked ones and add a plate to command ones

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Sep 11, 2024
1 parent d15605d commit eccbcfb
Showing 1 changed file with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,3 +470,44 @@
- type: ContainerFill
containers:
board: [ DoorElectronicsSecurityLawyer ]

# Command-locked External airlocks. These don't exist upstream for some reason.
- type: entity
parent: AirlockExternal
id: AirlockExternalCommandLocked
suffix: External, Command, Locked
components:
- type: WiresPanelSecurity
securityLevel: medSecurity
- type: ContainerFill
containers:
board: [ DoorElectronicsCommand ]

- type: entity
parent: AirlockExternalGlass
id: AirlockExternalGlassCommandLocked
suffix: External, Glass, Command, Locked
components:
- type: WiresPanelSecurity
securityLevel: medSecurity
- type: ContainerFill
containers:
board: [ DoorElectronicsCommand ]

- type: entity
parent: AirlockExternal
id: AirlockExternalSecurityLocked
suffix: External, Security, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSecurity ]

- type: entity
parent: AirlockExternalGlass
id: AirlockExternalGlassSecurityLocked
suffix: External, Glass, Security, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSecurity ]

0 comments on commit eccbcfb

Please sign in to comment.