From 081e4558a9986c64d15961f93c31547a09453e30 Mon Sep 17 00:00:00 2001 From: Philipp Rintz <13933258+p-rintz@users.noreply.github.com> Date: Mon, 22 May 2023 15:47:58 +0200 Subject: [PATCH] Fix wrong amount of interfaces for FGT-60E (#1368) According to the [spec sheet](https://www.allfirewalls.de/out/media/FG-60E_68a9f553ab0392c8e6347c8481b0cb13a4059ddc_FortiGate_FortiWiFi_60E_Series.pdf) the FGT-60E actually only has 7 internal ports (+3 DMZ/WAN Ports). Additionally, the power port was given the wrong type. It is a DC terminal 12VDC port. --- device-types/Fortinet/FG-60E.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/device-types/Fortinet/FG-60E.yaml b/device-types/Fortinet/FG-60E.yaml index 5a98bff09..bbf11de2d 100644 --- a/device-types/Fortinet/FG-60E.yaml +++ b/device-types/Fortinet/FG-60E.yaml @@ -5,14 +5,18 @@ slug: fg-60e part_number: FG-60E u_height: 1 is_full_depth: false +airflow: passive +weight: 0.9 +weight_unit: kg console-ports: - name: Console type: rj-45 power-ports: - name: PS1 - type: nema-5-15p + type: dc-terminal maximum_draw: 14 allocated_draw: 12 + label: 12V DC interfaces: - name: dmz type: 1000base-t @@ -30,8 +34,6 @@ interfaces: type: 1000base-t - name: internal7 type: 1000base-t - - name: internal8 - type: 1000base-t - name: wan1 type: 1000base-t - name: wan2