From 08fcc443bb712f925b80ac97d64fc1de2acc6d8e Mon Sep 17 00:00:00 2001 From: raven Date: Wed, 15 Jan 2025 13:33:36 +0100 Subject: [PATCH] Generic POE Injector (#2634) Co-authored-by: Giotta Simon Co-authored-by: Harry --- device-types/Generic/poe-injector.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 device-types/Generic/poe-injector.yaml diff --git a/device-types/Generic/poe-injector.yaml b/device-types/Generic/poe-injector.yaml new file mode 100644 index 0000000000..b02799cb6d --- /dev/null +++ b/device-types/Generic/poe-injector.yaml @@ -0,0 +1,17 @@ +--- +manufacturer: Generic +model: POE Injector +slug: generic-poe-injector +u_height: 0 +is_full_depth: false +airflow: passive +power-ports: + - name: Power + type: iec-60320-c6 +front-ports: + - name: POE + type: 8p8c + rear_port: LAN +rear-ports: + - name: LAN + type: 8p8c