Skip to content

Commit

Permalink
netbox-community#979 @basictheprogramm synology ds418 fix (netbox-com…
Browse files Browse the repository at this point in the history
…munity#1025)

* Added DS418 to fix PR netbox-community#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
  • Loading branch information
danner26 authored Jan 4, 2023
1 parent 882a441 commit 7442447
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.idea
.DS_Store
venv/
.vscode
18 changes: 18 additions & 0 deletions device-types/Synology/DS418.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7442447

Please sign in to comment.