Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Autolinks #437

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading