From 74424475a09c8f81ed39f05c5eb3a7378223fa10 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Wed, 4 Jan 2023 15:37:12 -0500 Subject: [PATCH] #979 @basictheprogramm synology ds418 fix (#1025) * 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 --- .gitignore | 1 + device-types/Synology/DS418.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 device-types/Synology/DS418.yaml diff --git a/.gitignore b/.gitignore index c11db15e..ca2bab3d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .idea .DS_Store venv/ +.vscode diff --git a/device-types/Synology/DS418.yaml b/device-types/Synology/DS418.yaml new file mode 100644 index 00000000..5dad582d --- /dev/null +++ b/device-types/Synology/DS418.yaml @@ -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