From 00dfac27d96a6ee36d755d8e332bee5206440287 Mon Sep 17 00:00:00 2001 From: Tyler Jusczak Date: Fri, 18 Oct 2024 14:42:48 -0500 Subject: [PATCH] Create r760 (#2391) * Create r760 Fixed power DC draw to a whole number * Rename r760 to r760.yml * Rename r760.yml to r760.yaml * Update r760.yaml Changed Port 2 to correct speed. Also POE on both ports should be BT per the documentation - https://www.ruckusnetworks.com/globalassets/digizuite/985089-ds-ruckus-r760.pdf (PAGE 5, Top Left) * Update r760.yaml POE type change to type3 to correspond with poe BT * Update r760.yaml fixed typo --------- Co-authored-by: Harry --- device-types/Ruckus/r760.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 device-types/Ruckus/r760.yaml diff --git a/device-types/Ruckus/r760.yaml b/device-types/Ruckus/r760.yaml new file mode 100644 index 000000000..7330be9b7 --- /dev/null +++ b/device-types/Ruckus/r760.yaml @@ -0,0 +1,31 @@ +--- +manufacturer: Ruckus +model: R760 +slug: ruckus-r760 +part_number: 901-R760-XX00 +u_height: 0.0 +is_full_depth: false +airflow: passive +comments: '[Ruckus R760 Datasheet](https://www.commscope.com/product-type/enterprise-networking/wireless-access-points/indoor/r760/)' +weight: 1.76 +weight_unit: kg +console-ports: + - name: USB + type: usb-a +power-ports: + - name: DC + type: dc-terminal + maximum_draw: 38 +interfaces: + - name: Port 1 + type: 1000base-t + poe_mode: pd + poe_type: type3-ieee802.3bt + label: 1G Eth + - name: Port 2 + type: 10gbase-t + label: 10G Eth PoE + poe_mode: pd + poe_type: type3-ieee802.3bt + - name: WiFi + type: ieee802.11ax