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

add SFP.IO module for prodigy and set position on prodigy mp madi slots #36

Merged
merged 1 commit into from
Apr 15, 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
2 changes: 2 additions & 0 deletions device-types/DirectOut/Prodigy.MC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ rear-ports:
module-bays:
- name: Audio network slot
- name: MADI 1
position: MADI 1
- name: MADI 2
position: MADI 2
- name: Slot 1
position: '1'
- name: Slot 2
Expand Down
2 changes: 2 additions & 0 deletions device-types/DirectOut/Prodigy.MP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ rear-ports:
description: DIN
module-bays:
- name: MADI 1
position: MADI 1
- name: MADI 2
position: MADI 2
- name: Audio network 1
- name: Audio network 2
- name: Slot 1
Expand Down
2 changes: 2 additions & 0 deletions device-types/DirectOut/Prodigy.MX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ rear-ports:
description: 9 pin D-sub
module-bays:
- name: MADI 1
position: MADI 1
- name: MADI 2
position: MADI 2
- name: Audio network 1
- name: Audio network 2
- name: Audio network 3
Expand Down
8 changes: 8 additions & 0 deletions module-types/DirectOut/SFP.IO.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
manufacturer: DirectOut
model: SFP.IO
interfaces:
- name: LC-TX {module}
type: other
- name: LC-RX {module}
type: other
Loading