From 66ad2109f8b02911daad22a22a70274e97637785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jogi=20Hofm=C3=BCller?= <77484402+jhofmueller@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:00:02 +0100 Subject: [PATCH] Add FortiGate 60E POE (#2523) * Add FortiGate 60E-POE * Add images for FortiGate 60E-POE * Fix slug * Adjust part_number and slug * Remove unsuitable images * Add missing 'E' * Replace product page by data-sheet * Set correct weight * Set correct power consumption values * Fix port description for poe ports --- device-types/Fortinet/FG-60E-POE.yaml | 60 +++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 device-types/Fortinet/FG-60E-POE.yaml diff --git a/device-types/Fortinet/FG-60E-POE.yaml b/device-types/Fortinet/FG-60E-POE.yaml new file mode 100644 index 0000000000..2c267a0328 --- /dev/null +++ b/device-types/Fortinet/FG-60E-POE.yaml @@ -0,0 +1,60 @@ +--- +manufacturer: Fortinet +model: FortiGate 60E-POE +slug: fortinet-fg-60e-poe +part_number: FG-60E-POE +description: 8-Port Firewall Appliance with POE +comments: '[Data-Sheet](https://www.firewalls.com/pub/media/wysiwyg/datasheets/Fortinet/FG-FW-60E.pdf)' +u_height: 1 +is_full_depth: false +front_image: false +rear_image: false +airflow: passive +weight: 1.0 +weight_unit: kg +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: PS1 + type: dc-terminal + maximum_draw: 95 + allocated_draw: 20 + label: 12V DC +interfaces: + - name: port1 + type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at + - name: port2 + type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at + - name: port3 + type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at + - name: port4 + type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at + - name: port5 + type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at + - name: port6 + type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at + - name: port7 + type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at + - name: port8 + type: 1000base-t + poe_mode: pse + poe_type: type2-ieee802.3at + - name: wan1 + type: 1000base-t + - name: wan2 + type: 1000base-t