mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-01-09 07:48:25 +01:00
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 <daniel.anner@danstechsupport.com>
This commit is contained in:
parent
b0f2372044
commit
22391cb7e4
22
device-types/Generic/wall-box-2-utp.yaml
Normal file
22
device-types/Generic/wall-box-2-utp.yaml
Normal file
@ -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
|
29
device-types/Generic/wall-box-3-utp.yaml
Normal file
29
device-types/Generic/wall-box-3-utp.yaml
Normal file
@ -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
|
36
device-types/Generic/wall-box-4-utp.yaml
Normal file
36
device-types/Generic/wall-box-4-utp.yaml
Normal file
@ -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
|
50
device-types/Generic/wall-box-6-utp.yaml
Normal file
50
device-types/Generic/wall-box-6-utp.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user