mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
* Added DS418 to fix PR #979 (no traction was recieved so I am taking care of it for them). Also added vscode to the gitignore * added power port * fixed allocated draw spec, rounded up
This commit is contained in:
parent
882a441b62
commit
74424475a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
.idea
|
||||
.DS_Store
|
||||
venv/
|
||||
.vscode
|
||||
|
18
device-types/Synology/DS418.yaml
Normal file
18
device-types/Synology/DS418.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
manufacturer: Synology
|
||||
model: DS418
|
||||
slug: ds418
|
||||
part_number: DS418
|
||||
u_height: 4
|
||||
comments: '[Synology DS418 Specs](https://www.synology.com/en-us/products/DS418#specs)'
|
||||
is_full_depth: false
|
||||
interfaces:
|
||||
- name: LAN 1
|
||||
type: 1000base-t
|
||||
- name: LAN 2
|
||||
type: 1000base-t
|
||||
power-ports:
|
||||
- name: External PSU 1
|
||||
type: dc-terminal
|
||||
maximum_draw: 90
|
||||
allocated_draw: 27
|
Loading…
Reference in New Issue
Block a user