From 22391cb7e44dc07348fd3b3fc657f9072bdf0347 Mon Sep 17 00:00:00 2001 From: jnovak-netsystemcz Date: Wed, 28 Dec 2022 21:34:39 +0100 Subject: [PATCH] Added Wall boxes with 2, 3, 4 and 6 UTP plugs. (#1001) * Added Wall boxes with 2, 3, 4 and 6 UTP plugs. They can be used for documenting physical wiring. * Fixed issue with airflow * Removed all empty fields * Rack height set to 0, because devices are not rack mountable. * Removed airflow and depth. They are useless for wall mounted boxes. * Rack full depth set to false Co-authored-by: Daniel Anner --- device-types/Generic/wall-box-2-utp.yaml | 22 +++++++++++ device-types/Generic/wall-box-3-utp.yaml | 29 ++++++++++++++ device-types/Generic/wall-box-4-utp.yaml | 36 +++++++++++++++++ device-types/Generic/wall-box-6-utp.yaml | 50 ++++++++++++++++++++++++ 4 files changed, 137 insertions(+) create mode 100644 device-types/Generic/wall-box-2-utp.yaml create mode 100644 device-types/Generic/wall-box-3-utp.yaml create mode 100644 device-types/Generic/wall-box-4-utp.yaml create mode 100644 device-types/Generic/wall-box-6-utp.yaml diff --git a/device-types/Generic/wall-box-2-utp.yaml b/device-types/Generic/wall-box-2-utp.yaml new file mode 100644 index 000000000..7db81c167 --- /dev/null +++ b/device-types/Generic/wall-box-2-utp.yaml @@ -0,0 +1,22 @@ +--- +manufacturer: Generic +model: Wall box, 2 UTP plugs +slug: wall-box-2-utp-plugs +u_height: 0.0 +is_full_depth: false +front-ports: + - name: Port 1 + type: 8p8c + rear_port: Port 1 + rear_port_position: 1 + - name: Port 2 + type: 8p8c + rear_port: Port 2 + rear_port_position: 1 +rear-ports: + - name: Port 1 + type: 8p8c + positions: 1 + - name: Port 2 + type: 8p8c + positions: 1 diff --git a/device-types/Generic/wall-box-3-utp.yaml b/device-types/Generic/wall-box-3-utp.yaml new file mode 100644 index 000000000..c64e39d25 --- /dev/null +++ b/device-types/Generic/wall-box-3-utp.yaml @@ -0,0 +1,29 @@ +--- +manufacturer: Generic +model: Wall box, 3 UTP plugs +slug: wall-box-3-utp-plugs +u_height: 0.0 +is_full_depth: false +front-ports: + - name: Port 1 + type: 8p8c + rear_port: Port 1 + rear_port_position: 1 + - name: Port 2 + type: 8p8c + rear_port: Port 2 + rear_port_position: 1 + - name: Port 3 + type: 8p8c + rear_port: Port 3 + rear_port_position: 1 +rear-ports: + - name: Port 1 + type: 8p8c + positions: 1 + - name: Port 2 + type: 8p8c + positions: 1 + - name: Port 3 + type: 8p8c + positions: 1 diff --git a/device-types/Generic/wall-box-4-utp.yaml b/device-types/Generic/wall-box-4-utp.yaml new file mode 100644 index 000000000..fa443e0fa --- /dev/null +++ b/device-types/Generic/wall-box-4-utp.yaml @@ -0,0 +1,36 @@ +--- +manufacturer: Generic +model: Wall box, 4 UTP plugs +slug: wall-box-4-utp-plugs +u_height: 0.0 +is_full_depth: false +front-ports: + - name: Port 1 + type: 8p8c + rear_port: Port 1 + rear_port_position: 1 + - name: Port 2 + type: 8p8c + rear_port: Port 2 + rear_port_position: 1 + - name: Port 3 + type: 8p8c + rear_port: Port 3 + rear_port_position: 1 + - name: Port 4 + type: 8p8c + rear_port: Port 4 + rear_port_position: 1 +rear-ports: + - name: Port 1 + type: 8p8c + positions: 1 + - name: Port 2 + type: 8p8c + positions: 1 + - name: Port 3 + type: 8p8c + positions: 1 + - name: Port 4 + type: 8p8c + positions: 1 diff --git a/device-types/Generic/wall-box-6-utp.yaml b/device-types/Generic/wall-box-6-utp.yaml new file mode 100644 index 000000000..12be89b28 --- /dev/null +++ b/device-types/Generic/wall-box-6-utp.yaml @@ -0,0 +1,50 @@ +--- +manufacturer: Generic +model: Wall box, 6 UTP plugs +slug: wall-box-6-utp-plugs +u_height: 0.0 +is_full_depth: false +front-ports: + - name: Port 1 + type: 8p8c + rear_port: Port 1 + rear_port_position: 1 + - name: Port 2 + type: 8p8c + rear_port: Port 2 + rear_port_position: 1 + - name: Port 3 + type: 8p8c + rear_port: Port 3 + rear_port_position: 1 + - name: Port 4 + type: 8p8c + rear_port: Port 4 + rear_port_position: 1 + - name: Port 5 + type: 8p8c + rear_port: Port 5 + rear_port_position: 1 + - name: Port 6 + type: 8p8c + rear_port: Port 6 + rear_port_position: 1 +rear-ports: + - name: Port 1 + type: 8p8c + positions: 1 + - name: Port 2 + type: 8p8c + positions: 1 + - name: Port 3 + type: 8p8c + positions: 1 + - name: Port 4 + type: 8p8c + positions: 1 + - name: Port 5 + type: 8p8c + positions: 1 + - name: Port 6 + type: 8p8c + positions: 1