From 194df82c7e7377431a2682f4820d3d1b2938b6d8 Mon Sep 17 00:00:00 2001 From: Sjur Fredriksen Date: Mon, 15 Apr 2024 12:13:33 +0200 Subject: [PATCH] add SFP.IO module for prodigy and set position on prodigy mp madi slots --- device-types/DirectOut/Prodigy.MC.yaml | 2 ++ device-types/DirectOut/Prodigy.MP.yaml | 2 ++ device-types/DirectOut/Prodigy.MX.yaml | 2 ++ module-types/DirectOut/SFP.IO.yaml | 8 ++++++++ 4 files changed, 14 insertions(+) create mode 100644 module-types/DirectOut/SFP.IO.yaml diff --git a/device-types/DirectOut/Prodigy.MC.yaml b/device-types/DirectOut/Prodigy.MC.yaml index fc7fad47..6169440c 100644 --- a/device-types/DirectOut/Prodigy.MC.yaml +++ b/device-types/DirectOut/Prodigy.MC.yaml @@ -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 diff --git a/device-types/DirectOut/Prodigy.MP.yaml b/device-types/DirectOut/Prodigy.MP.yaml index f3664515..230a89b0 100644 --- a/device-types/DirectOut/Prodigy.MP.yaml +++ b/device-types/DirectOut/Prodigy.MP.yaml @@ -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 diff --git a/device-types/DirectOut/Prodigy.MX.yaml b/device-types/DirectOut/Prodigy.MX.yaml index 7f03ad6c..aed9617a 100644 --- a/device-types/DirectOut/Prodigy.MX.yaml +++ b/device-types/DirectOut/Prodigy.MX.yaml @@ -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 diff --git a/module-types/DirectOut/SFP.IO.yaml b/module-types/DirectOut/SFP.IO.yaml new file mode 100644 index 00000000..67138bbc --- /dev/null +++ b/module-types/DirectOut/SFP.IO.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: DirectOut +model: SFP.IO +interfaces: + - name: LC-TX {module} + type: other + - name: LC-RX {module} + type: other