mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 16:33:57 +01:00
22391cb7e4
* 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>
37 lines
658 B
YAML
37 lines
658 B
YAML
---
|
|
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
|