Skip to content

Commit

Permalink
More Autolinks (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT authored Jul 31, 2024
1 parent cbbbfba commit 53d8f09
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
- type: entity
id: BlastDoorBos
parent: BlastDoor
suffix: Autolink, BoS
components:
- type: AccessReader
access: [["BoSMidwest"]]
- type: AutoLinkReceiver
channel: BoS

- type: entity
id: BlastDoorBosOpen
parent: BlastDoor
suffix: Autolink, BoS, Open
components:
- type: AccessReader
access: [["BoSMidwest"]]
- type: AutoLinkReceiver
channel: BoS

- type: entity
id: ShuttersNormalExt1
parent: BlastDoor
suffix: Autolink, Ext1
components:
- type: AutoLinkReceiver
channel: Ext1

- type: entity
id: ShuttersNormalOpenExt1
parent: BlastDoor
suffix: Autolink, Ext1, Open
components:
- type: AutoLinkReceiver
channel: Ext1

- type: entity
id: ShuttersNormalExt2
parent: BlastDoor
suffix: Autolink, Ext2
components:
- type: AutoLinkReceiver
channel: Ext2

- type: entity
id: ShuttersNormalOpenExt2
parent: BlastDoor
suffix: Autolink, Ext2, Open
components:
- type: AutoLinkReceiver
channel: Ext2

- type: entity
id: ShuttersNormalExt3
parent: BlastDoor
suffix: Autolink, Ext3
components:
- type: AutoLinkReceiver
channel: Ext3

- type: entity
id: ShuttersNormalOpenExt3
parent: BlastDoor
suffix: Autolink, Ext3, Open
components:
- type: AutoLinkReceiver
channel: Ext3

Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
- type: entity
id: N14ControlTerminalButtonExt1
parent: N14ControlTerminalButton
name: door terminal
suffix: Autolink, Ext1
components:
- type: AutoLinkTransmitter
channel: Ext1

- type: entity
id: N14ControlTerminalButtonExt2
parent: N14ControlTerminalButton
name: door terminal
suffix: Autolink, Ext2
components:
- type: AutoLinkTransmitter
channel: Ext2

- type: entity
id: N14ControlTerminalButtonExt3
parent: N14ControlTerminalButton
name: door terminal
suffix: Autolink, Ext3
components:
- type: AutoLinkTransmitter
channel: Ext3

- type: entity
id: N14ControlTerminalButtonBos
parent: N14ControlTerminalButton
name: brotherhood door terminal
suffix: Autolink, BoS
components:
- type: AutoLinkTransmitter
channel: BoS

0 comments on commit 53d8f09

Please sign in to comment.