reinforce command intercom (#32169)
* secure command intercom * Update intercom.yml
This commit is contained in:
@@ -205,6 +205,19 @@
|
||||
- type: WiresPanel
|
||||
open: false
|
||||
|
||||
- type: entity
|
||||
id: BaseIntercomSecure
|
||||
parent: Intercom
|
||||
abstract: true
|
||||
components:
|
||||
- type: WiresPanel
|
||||
openDelay: 5
|
||||
- type: WiresPanelSecurity
|
||||
examine: wires-panel-component-on-examine-security-level2
|
||||
wiresAccessible: false
|
||||
- type: Construction
|
||||
node: intercomReinforced
|
||||
|
||||
- type: entity
|
||||
id: IntercomCommon
|
||||
parent: Intercom
|
||||
@@ -219,8 +232,9 @@
|
||||
|
||||
- type: entity
|
||||
id: IntercomCommand
|
||||
parent: Intercom
|
||||
parent: BaseIntercomSecure
|
||||
suffix: Command
|
||||
description: An intercom. It's been reinforced with metal.
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
@@ -271,17 +285,10 @@
|
||||
|
||||
- type: entity
|
||||
id: IntercomSecurity
|
||||
parent: Intercom
|
||||
parent: BaseIntercomSecure
|
||||
suffix: Security
|
||||
description: An intercom. It's been reinforced with metal from security helmets, making it a bitch-and-a-half to open.
|
||||
components:
|
||||
- type: WiresPanel
|
||||
openDelay: 5
|
||||
- type: WiresPanelSecurity
|
||||
examine: wires-panel-component-on-examine-security-level2
|
||||
wiresAccessible: false
|
||||
- type: Construction
|
||||
node: intercomReinforced
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
board:
|
||||
|
||||
Reference in New Issue
Block a user