mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
d0cb58d96e
* broke component validation out to its own function. Adding logic for validating device power input. * Added console-port poe true for adapters. Updating devices to add proper power sources. * Adding switches to allow for tests to properly determine POE status. * Fixing files with missing power definitions.
31 lines
555 B
YAML
31 lines
555 B
YAML
---
|
|
manufacturer: Generic
|
|
model: Wall box, 3 UTP plugs
|
|
slug: generic-wall-box-3-utp-plugs
|
|
u_height: 0.0
|
|
is_full_depth: false
|
|
is_powered: 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
|