From 4bdd1116df120a728b1226910180e9ea15be01f5 Mon Sep 17 00:00:00 2001 From: Alexander Rose Date: Fri, 21 Jun 2024 22:30:56 +0200 Subject: [PATCH] Add LANCOM WiFi access points (#2164) * add lancom lx-6402 * add lancom lw-600 --- device-types/LANCOM/LW-600.yaml | 25 +++++++++++++++++++++++++ device-types/LANCOM/LX-6402.yaml | 29 +++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 device-types/LANCOM/LW-600.yaml create mode 100644 device-types/LANCOM/LX-6402.yaml diff --git a/device-types/LANCOM/LW-600.yaml b/device-types/LANCOM/LW-600.yaml new file mode 100644 index 000000000..587296a36 --- /dev/null +++ b/device-types/LANCOM/LW-600.yaml @@ -0,0 +1,25 @@ +--- +manufacturer: LANCOM +model: LW-600 +slug: lancom-lw-600 +part_number: '61829' +u_height: 0 +is_full_depth: false +airflow: passive +comments: '[LANCOM LW-600 Data sheet](https://www.lancom-systems.de/fileadmin/download/LC-LW-600/HWS_LW-600_DE.pdf)' +power-ports: + - name: PS1 + label: DC 12 V + type: dc-terminal + maximum_draw: 11 +interfaces: + - name: eth1 + type: 1000base-t + poe_mode: pd + poe_type: type1-ieee802.3af + - name: wlan0 + type: ieee802.11ax + description: 2.4GHz + - name: wlan1 + type: ieee802.11ax + description: 5GHz diff --git a/device-types/LANCOM/LX-6402.yaml b/device-types/LANCOM/LX-6402.yaml new file mode 100644 index 000000000..8237bb25f --- /dev/null +++ b/device-types/LANCOM/LX-6402.yaml @@ -0,0 +1,29 @@ +--- +manufacturer: LANCOM +model: LX-6402 +slug: lancom-lx-6402 +part_number: '61825' +u_height: 0 +is_full_depth: false +airflow: passive +comments: '[LANCOM LX-6402 Data sheet](https://www.lancom-systems.de/fileadmin/download/LC-LX-6402/DS_LX-6402_DE.pdf)' +power-ports: + - name: PS1 + label: DC 12 V + type: dc-terminal + maximum_draw: 22 +interfaces: + - name: eth1 + label: ETH1 (PoE) + type: 2.5gbase-t + poe_mode: pd + poe_type: type2-ieee802.3at + - name: eth2 + label: ETH2 + type: 1000base-t + - name: wlan0 + type: ieee802.11ax + description: 2.4GHz + - name: wlan1 + type: ieee802.11ax + description: 5GHz