mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +01:00
c95b166139
* breaking out tests for easier usage * refactoring codebase * Added verification for properly formatted slug and fixed definitions that were incorrect * Adding new test case to ensure the file name matches either the slug or the part_number * fixed file names to match proper formatting
32 lines
553 B
YAML
32 lines
553 B
YAML
---
|
|
manufacturer: Colable
|
|
model: COL5141S
|
|
slug: colable-col5141s
|
|
u_height: 1
|
|
is_full_depth: true
|
|
power-ports:
|
|
- name: Power 1
|
|
type: iec-60320-c14
|
|
maximum_draw: 45
|
|
- name: Power 2
|
|
type: iec-60320-c14
|
|
maximum_draw: 45
|
|
interfaces:
|
|
- name: NMS
|
|
type: 1000base-t
|
|
mgmt_only: true
|
|
- name: DATA
|
|
type: 1000base-t
|
|
- name: ASI OUT1
|
|
type: other
|
|
- name: ASI OUT2
|
|
type: other
|
|
- name: SDI IN1-1
|
|
type: other
|
|
- name: SDI IN1-2
|
|
type: other
|
|
- name: SDI IN2-1
|
|
type: other
|
|
- name: SDI IN2-2
|
|
type: other
|