From d64c90b79826dbc70837d5f91f5d7f5309abf79c Mon Sep 17 00:00:00 2001 From: reishoku <78744464+reishoku@users.noreply.github.com> Date: Sat, 7 Jan 2023 16:29:13 +0900 Subject: [PATCH] Addition of Ubiquiti Switch Pro Aggregation (#1039) * add USW-Pro-Aggregation: Ubiquiti Switch Pro Aggregation Signed-off-by: KOSHIKAWA Kenichi * add ubiquiti-smartpower Power Ports and Power Outlets Signed-off-by: KOSHIKAWA Kenichi Signed-off-by: KOSHIKAWA Kenichi Co-authored-by: Daniel W. Anner --- .../Ubiquiti/USW-Pro-Aggregation.yaml | 82 +++++++++++++++++++ schema/components.json | 2 + 2 files changed, 84 insertions(+) create mode 100644 device-types/Ubiquiti/USW-Pro-Aggregation.yaml diff --git a/device-types/Ubiquiti/USW-Pro-Aggregation.yaml b/device-types/Ubiquiti/USW-Pro-Aggregation.yaml new file mode 100644 index 00000000..a1006eb4 --- /dev/null +++ b/device-types/Ubiquiti/USW-Pro-Aggregation.yaml @@ -0,0 +1,82 @@ +--- +manufacturer: Ubiquiti +model: UniFi Switch Pro Aggregation +slug: unifi-switch-pro-aggregation +part_number: USW-Pro-Aggregation +comments: | + UniFi Switch Pro Aggregation, 10G 28-Port and 25G 4-Port Managed Aggregation Switch, 100W, (28) SFP+ (4) SFP28 + + Dimensions: 442 x 325 x 44 mm (17.4 x 12.8 x 1.7") +u_height: 1 +is_full_depth: false +interfaces: + - name: SFP+ 1 + type: 10gbase-x-sfpp + - name: SFP+ 2 + type: 10gbase-x-sfpp + - name: SFP+ 3 + type: 10gbase-x-sfpp + - name: SFP+ 4 + type: 10gbase-x-sfpp + - name: SFP+ 5 + type: 10gbase-x-sfpp + - name: SFP+ 6 + type: 10gbase-x-sfpp + - name: SFP+ 7 + type: 10gbase-x-sfpp + - name: SFP+ 8 + type: 10gbase-x-sfpp + - name: SFP+ 9 + type: 10gbase-x-sfpp + - name: SFP+ 10 + type: 10gbase-x-sfpp + - name: SFP+ 11 + type: 10gbase-x-sfpp + - name: SFP+ 12 + type: 10gbase-x-sfpp + - name: SFP+ 13 + type: 10gbase-x-sfpp + - name: SFP+ 14 + type: 10gbase-x-sfpp + - name: SFP+ 15 + type: 10gbase-x-sfpp + - name: SFP+ 16 + type: 10gbase-x-sfpp + - name: SFP+ 17 + type: 10gbase-x-sfpp + - name: SFP+ 18 + type: 10gbase-x-sfpp + - name: SFP+ 19 + type: 10gbase-x-sfpp + - name: SFP+ 20 + type: 10gbase-x-sfpp + - name: SFP+ 21 + type: 10gbase-x-sfpp + - name: SFP+ 22 + type: 10gbase-x-sfpp + - name: SFP+ 23 + type: 10gbase-x-sfpp + - name: SFP+ 24 + type: 10gbase-x-sfpp + - name: SFP+ 25 + type: 10gbase-x-sfpp + - name: SFP+ 26 + type: 10gbase-x-sfpp + - name: SFP+ 27 + type: 10gbase-x-sfpp + - name: SFP+ 28 + type: 10gbase-x-sfpp + - name: SFP28 29 + type: 25gbase-x-sfp28 + - name: SFP28 30 + type: 25gbase-x-sfp28 + - name: SFP28 31 + type: 25gbase-x-sfp28 + - name: SFP28 32 + type: 25gbase-x-sfp28 +power-ports: + - name: Universal AC input + type: iec-60320-c14 + maximum_draw: 100 + - name: USP-RPS DC input + type: ubiquiti-smartpower diff --git a/schema/components.json b/schema/components.json index 8e8f78aa..6124ec86 100644 --- a/schema/components.json +++ b/schema/components.json @@ -171,6 +171,7 @@ "usb-3-micro-b", "dc-terminal", "saf-d-grid", + "ubiquiti-smartpower", "hardwired" ] }, @@ -279,6 +280,7 @@ "dc-terminal", "hdot-cx", "saf-d-grid", + "ubiquiti-smartpower", "hardwired" ] },