From 7a10c555d97bbb57fe5052d5c1b74e07c69e51b1 Mon Sep 17 00:00:00 2001 From: Brandon Redder Date: Wed, 1 Sep 2021 13:45:33 -0400 Subject: [PATCH] Fix power ports on RA Stratix 5700 Switches (#453) * Correct typo on device allocated/max power. * Adding RA Stratix 5400 switches --- .../Rockwell Automation/1783-BMS06SA.yaml | 8 +-- .../Rockwell Automation/1783-BMS06SGA.yaml | 8 +-- .../Rockwell Automation/1783-BMS06SGL.yaml | 8 +-- .../Rockwell Automation/1783-BMS06SL.yaml | 8 +-- .../Rockwell Automation/1783-BMS06TA.yaml | 8 +-- .../Rockwell Automation/1783-BMS06TGA.yaml | 8 +-- .../Rockwell Automation/1783-BMS06TGL.yaml | 8 +-- .../Rockwell Automation/1783-BMS06TL.yaml | 8 +-- .../Rockwell Automation/1783-BMS10CA.yaml | 8 +-- .../Rockwell Automation/1783-BMS10CGA.yaml | 8 +-- .../Rockwell Automation/1783-BMS10CGL.yaml | 8 +-- .../Rockwell Automation/1783-BMS10CGN.yaml | 8 +-- .../Rockwell Automation/1783-BMS10CGP.yaml | 8 +-- .../Rockwell Automation/1783-BMS10CL.yaml | 8 +-- .../Rockwell Automation/1783-BMS20CA.yaml | 8 +-- .../Rockwell Automation/1783-BMS20CGL.yaml | 8 +-- .../Rockwell Automation/1783-BMS20CGN.yaml | 8 +-- .../Rockwell Automation/1783-BMS20CGP.yaml | 8 +-- .../Rockwell Automation/1783-BMS20CGPK.yaml | 8 +-- .../Rockwell Automation/1783-BMS20CL.yaml | 8 +-- .../Rockwell Automation/1783-BMS4S2SGA.yaml | 8 +-- .../Rockwell Automation/1783-BMS4S2SGL.yaml | 8 +-- .../Rockwell Automation/1783-HMS16T4CGN.yaml | 64 +++++++++++++++++++ .../Rockwell Automation/1783-HMS16TG4CGN.yaml | 64 +++++++++++++++++++ .../Rockwell Automation/1783-HMS16TG4CGR.yaml | 64 +++++++++++++++++++ .../Rockwell Automation/1783-HMS4C4CGN.yaml | 40 ++++++++++++ .../Rockwell Automation/1783-HMS4EG8CGN.yaml | 48 ++++++++++++++ .../Rockwell Automation/1783-HMS4EG8CGR.yaml | 48 ++++++++++++++ .../Rockwell Automation/1783-HMS4S8E4CGN.yaml | 56 ++++++++++++++++ .../1783-HMS4SG8EG4CGN.yaml | 56 ++++++++++++++++ .../1783-HMS4SG8EG4CGR.yaml | 56 ++++++++++++++++ .../Rockwell Automation/1783-HMS4T4E4CGN.yaml | 48 ++++++++++++++ .../Rockwell Automation/1783-HMS8S4CGN.yaml | 48 ++++++++++++++ .../Rockwell Automation/1783-HMS8SG4CGN.yaml | 48 ++++++++++++++ .../Rockwell Automation/1783-HMS8SG4CGR.yaml | 48 ++++++++++++++ .../Rockwell Automation/1783-HMS8T4CGN.yaml | 48 ++++++++++++++ .../Rockwell Automation/1783-HMS8TG4CGN.yaml | 48 ++++++++++++++ .../Rockwell Automation/1783-HMS8TG4CGR.yaml | 48 ++++++++++++++ .../1783-HMS8TG8EG4CGN.yaml | 64 +++++++++++++++++++ .../1783-HMS8TG8EG4CGR.yaml | 64 +++++++++++++++++++ 40 files changed, 1048 insertions(+), 88 deletions(-) create mode 100644 device-types/Rockwell Automation/1783-HMS16T4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS16TG4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS16TG4CGR.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS4C4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS4EG8CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS4EG8CGR.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS4S8E4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS4SG8EG4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS4SG8EG4CGR.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS4T4E4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS8S4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS8SG4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS8SG4CGR.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS8T4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS8TG4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS8TG4CGR.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS8TG8EG4CGN.yaml create mode 100644 device-types/Rockwell Automation/1783-HMS8TG8EG4CGR.yaml diff --git a/device-types/Rockwell Automation/1783-BMS06SA.yaml b/device-types/Rockwell Automation/1783-BMS06SA.yaml index 591c81f0f..1a4c2482f 100644 --- a/device-types/Rockwell Automation/1783-BMS06SA.yaml +++ b/device-types/Rockwell Automation/1783-BMS06SA.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 diff --git a/device-types/Rockwell Automation/1783-BMS06SGA.yaml b/device-types/Rockwell Automation/1783-BMS06SGA.yaml index 9cd75cd83..f9e1da374 100644 --- a/device-types/Rockwell Automation/1783-BMS06SGA.yaml +++ b/device-types/Rockwell Automation/1783-BMS06SGA.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 diff --git a/device-types/Rockwell Automation/1783-BMS06SGL.yaml b/device-types/Rockwell Automation/1783-BMS06SGL.yaml index 8825e4b9a..9caba6d24 100644 --- a/device-types/Rockwell Automation/1783-BMS06SGL.yaml +++ b/device-types/Rockwell Automation/1783-BMS06SGL.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 diff --git a/device-types/Rockwell Automation/1783-BMS06SL.yaml b/device-types/Rockwell Automation/1783-BMS06SL.yaml index 8fd6d095e..ee4ea2e0f 100644 --- a/device-types/Rockwell Automation/1783-BMS06SL.yaml +++ b/device-types/Rockwell Automation/1783-BMS06SL.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 diff --git a/device-types/Rockwell Automation/1783-BMS06TA.yaml b/device-types/Rockwell Automation/1783-BMS06TA.yaml index da588c461..ad8210394 100644 --- a/device-types/Rockwell Automation/1783-BMS06TA.yaml +++ b/device-types/Rockwell Automation/1783-BMS06TA.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 diff --git a/device-types/Rockwell Automation/1783-BMS06TGA.yaml b/device-types/Rockwell Automation/1783-BMS06TGA.yaml index 8d8f16cfc..246035781 100644 --- a/device-types/Rockwell Automation/1783-BMS06TGA.yaml +++ b/device-types/Rockwell Automation/1783-BMS06TGA.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 diff --git a/device-types/Rockwell Automation/1783-BMS06TGL.yaml b/device-types/Rockwell Automation/1783-BMS06TGL.yaml index c24a8da73..e00cd93a0 100644 --- a/device-types/Rockwell Automation/1783-BMS06TGL.yaml +++ b/device-types/Rockwell Automation/1783-BMS06TGL.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 diff --git a/device-types/Rockwell Automation/1783-BMS06TL.yaml b/device-types/Rockwell Automation/1783-BMS06TL.yaml index 962f38ff6..e3b61eef1 100644 --- a/device-types/Rockwell Automation/1783-BMS06TL.yaml +++ b/device-types/Rockwell Automation/1783-BMS06TL.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 15 + allocated_draw: 10 diff --git a/device-types/Rockwell Automation/1783-BMS10CA.yaml b/device-types/Rockwell Automation/1783-BMS10CA.yaml index c859cca3c..d08bf9acc 100644 --- a/device-types/Rockwell Automation/1783-BMS10CA.yaml +++ b/device-types/Rockwell Automation/1783-BMS10CA.yaml @@ -36,9 +36,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 13 - allocated_draw: 17 + maximum_draw: 17 + allocated_draw: 13 - name: Pwr-B type: dc-terminal - maximum_draw: 13 - allocated_draw: 17 + maximum_draw: 17 + allocated_draw: 13 diff --git a/device-types/Rockwell Automation/1783-BMS10CGA.yaml b/device-types/Rockwell Automation/1783-BMS10CGA.yaml index 1ba80192a..78330e40a 100644 --- a/device-types/Rockwell Automation/1783-BMS10CGA.yaml +++ b/device-types/Rockwell Automation/1783-BMS10CGA.yaml @@ -36,9 +36,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 13 - allocated_draw: 17 + maximum_draw: 17 + allocated_draw: 13 - name: Pwr-B type: dc-terminal - maximum_draw: 13 - allocated_draw: 17 + maximum_draw: 17 + allocated_draw: 13 diff --git a/device-types/Rockwell Automation/1783-BMS10CGL.yaml b/device-types/Rockwell Automation/1783-BMS10CGL.yaml index b50f736e0..12c1f3be0 100644 --- a/device-types/Rockwell Automation/1783-BMS10CGL.yaml +++ b/device-types/Rockwell Automation/1783-BMS10CGL.yaml @@ -36,9 +36,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 13 - allocated_draw: 17 + maximum_draw: 17 + allocated_draw: 13 - name: Pwr-B type: dc-terminal - maximum_draw: 13 - allocated_draw: 17 + maximum_draw: 17 + allocated_draw: 13 diff --git a/device-types/Rockwell Automation/1783-BMS10CGN.yaml b/device-types/Rockwell Automation/1783-BMS10CGN.yaml index 3e659cd6f..cce77cb59 100644 --- a/device-types/Rockwell Automation/1783-BMS10CGN.yaml +++ b/device-types/Rockwell Automation/1783-BMS10CGN.yaml @@ -36,9 +36,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 15 - allocated_draw: 20 + maximum_draw: 20 + allocated_draw: 15 - name: Pwr-B type: dc-terminal - maximum_draw: 15 - allocated_draw: 20 + maximum_draw: 20 + allocated_draw: 15 diff --git a/device-types/Rockwell Automation/1783-BMS10CGP.yaml b/device-types/Rockwell Automation/1783-BMS10CGP.yaml index d6ee03d9a..14245aaaf 100644 --- a/device-types/Rockwell Automation/1783-BMS10CGP.yaml +++ b/device-types/Rockwell Automation/1783-BMS10CGP.yaml @@ -36,9 +36,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 15 - allocated_draw: 20 + maximum_draw: 20 + allocated_draw: 15 - name: Pwr-B type: dc-terminal - maximum_draw: 15 - allocated_draw: 20 + maximum_draw: 20 + allocated_draw: 15 diff --git a/device-types/Rockwell Automation/1783-BMS10CL.yaml b/device-types/Rockwell Automation/1783-BMS10CL.yaml index f24b96882..8bb57cb25 100644 --- a/device-types/Rockwell Automation/1783-BMS10CL.yaml +++ b/device-types/Rockwell Automation/1783-BMS10CL.yaml @@ -36,9 +36,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 13 - allocated_draw: 17 + maximum_draw: 17 + allocated_draw: 13 - name: Pwr-B type: dc-terminal - maximum_draw: 13 - allocated_draw: 17 + maximum_draw: 17 + allocated_draw: 13 diff --git a/device-types/Rockwell Automation/1783-BMS20CA.yaml b/device-types/Rockwell Automation/1783-BMS20CA.yaml index ba5ae192d..4c49f14a5 100644 --- a/device-types/Rockwell Automation/1783-BMS20CA.yaml +++ b/device-types/Rockwell Automation/1783-BMS20CA.yaml @@ -56,9 +56,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 - name: Pwr-B type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 diff --git a/device-types/Rockwell Automation/1783-BMS20CGL.yaml b/device-types/Rockwell Automation/1783-BMS20CGL.yaml index 060b134a4..e7a9b1ac5 100644 --- a/device-types/Rockwell Automation/1783-BMS20CGL.yaml +++ b/device-types/Rockwell Automation/1783-BMS20CGL.yaml @@ -56,9 +56,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 - name: Pwr-B type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 diff --git a/device-types/Rockwell Automation/1783-BMS20CGN.yaml b/device-types/Rockwell Automation/1783-BMS20CGN.yaml index 655e7cec4..159f781ca 100644 --- a/device-types/Rockwell Automation/1783-BMS20CGN.yaml +++ b/device-types/Rockwell Automation/1783-BMS20CGN.yaml @@ -56,9 +56,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 - name: Pwr-B type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 diff --git a/device-types/Rockwell Automation/1783-BMS20CGP.yaml b/device-types/Rockwell Automation/1783-BMS20CGP.yaml index f27e00108..edc12ac0d 100644 --- a/device-types/Rockwell Automation/1783-BMS20CGP.yaml +++ b/device-types/Rockwell Automation/1783-BMS20CGP.yaml @@ -56,9 +56,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 - name: Pwr-B type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 diff --git a/device-types/Rockwell Automation/1783-BMS20CGPK.yaml b/device-types/Rockwell Automation/1783-BMS20CGPK.yaml index 54ef93aed..d7e40b585 100644 --- a/device-types/Rockwell Automation/1783-BMS20CGPK.yaml +++ b/device-types/Rockwell Automation/1783-BMS20CGPK.yaml @@ -56,9 +56,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 - name: Pwr-B type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 diff --git a/device-types/Rockwell Automation/1783-BMS20CL.yaml b/device-types/Rockwell Automation/1783-BMS20CL.yaml index 8fcffa238..2598796ec 100644 --- a/device-types/Rockwell Automation/1783-BMS20CL.yaml +++ b/device-types/Rockwell Automation/1783-BMS20CL.yaml @@ -56,9 +56,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 - name: Pwr-B type: dc-terminal - maximum_draw: 21 - allocated_draw: 30 + maximum_draw: 30 + allocated_draw: 21 diff --git a/device-types/Rockwell Automation/1783-BMS4S2SGA.yaml b/device-types/Rockwell Automation/1783-BMS4S2SGA.yaml index 4b9b5c0dd..a93b4df63 100644 --- a/device-types/Rockwell Automation/1783-BMS4S2SGA.yaml +++ b/device-types/Rockwell Automation/1783-BMS4S2SGA.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 14 + allocated_draw: 13 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 14 + allocated_draw: 13 diff --git a/device-types/Rockwell Automation/1783-BMS4S2SGL.yaml b/device-types/Rockwell Automation/1783-BMS4S2SGL.yaml index b039b5107..1b7fffe2d 100644 --- a/device-types/Rockwell Automation/1783-BMS4S2SGL.yaml +++ b/device-types/Rockwell Automation/1783-BMS4S2SGL.yaml @@ -28,9 +28,9 @@ console-ports: power-port: - name: Pwr-A type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 14 + allocated_draw: 13 - name: Pwr-B type: dc-terminal - maximum_draw: 10 - allocated_draw: 15 + maximum_draw: 14 + allocated_draw: 13 diff --git a/device-types/Rockwell Automation/1783-HMS16T4CGN.yaml b/device-types/Rockwell Automation/1783-HMS16T4CGN.yaml new file mode 100644 index 000000000..e2176b267 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS16T4CGN.yaml @@ -0,0 +1,64 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS16T4CGN +part_number: 1783-HMS16T4CGN +slug: 1783-hms16t4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: FastEthernet1/5 + type: 100base-tx + - name: FastEthernet1/6 + type: 100base-tx + - name: FastEthernet1/7 + type: 100base-tx + - name: FastEthernet1/8 + type: 100base-tx + - name: FastEthernet1/9 + type: 100base-tx + - name: FastEthernet1/10 + type: 100base-tx + - name: FastEthernet1/11 + type: 100base-tx + - name: FastEthernet1/12 + type: 100base-tx + - name: FastEthernet1/13 + type: 100base-tx + - name: FastEthernet1/14 + type: 100base-tx + - name: FastEthernet1/15 + type: 100base-tx + - name: FastEthernet1/16 + type: 100base-tx + - name: FastEthernet1/17 + type: 100base-tx + - name: FastEthernet1/18 + type: 100base-tx + - name: FastEthernet1/19 + type: 100base-tx + - name: FastEthernet1/20 + type: 100base-tx +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 89 + allocated_draw: 35 + - name: Pwr-B + type: dc-terminal + maximum_draw: 89 + allocated_draw: 35 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS16TG4CGN.yaml b/device-types/Rockwell Automation/1783-HMS16TG4CGN.yaml new file mode 100644 index 000000000..cf2cbd89f --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS16TG4CGN.yaml @@ -0,0 +1,64 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS16TG4CGN +part_number: 1783-HMS16TG4CGN +slug: 1783-hms16tg4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 1000base-t + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t + - name: GigabitEthernet1/13 + type: 1000base-t + - name: GigabitEthernet1/14 + type: 1000base-t + - name: GigabitEthernet1/15 + type: 1000base-t + - name: GigabitEthernet1/16 + type: 1000base-t + - name: GigabitEthernet1/17 + type: 1000base-t + - name: GigabitEthernet1/18 + type: 1000base-t + - name: GigabitEthernet1/19 + type: 1000base-t + - name: GigabitEthernet1/20 + type: 1000base-t +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 104 + allocated_draw: 40 + - name: Pwr-B + type: dc-terminal + maximum_draw: 104 + allocated_draw: 40 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS16TG4CGR.yaml b/device-types/Rockwell Automation/1783-HMS16TG4CGR.yaml new file mode 100644 index 000000000..c46b51379 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS16TG4CGR.yaml @@ -0,0 +1,64 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS16TG4CGR +part_number: 1783-HMS16TG4CGR +slug: 1783-hms16tg4cgr +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 1000base-t + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t + - name: GigabitEthernet1/13 + type: 1000base-t + - name: GigabitEthernet1/14 + type: 1000base-t + - name: GigabitEthernet1/15 + type: 1000base-t + - name: GigabitEthernet1/16 + type: 1000base-t + - name: GigabitEthernet1/17 + type: 1000base-t + - name: GigabitEthernet1/18 + type: 1000base-t + - name: GigabitEthernet1/19 + type: 1000base-t + - name: GigabitEthernet1/20 + type: 1000base-t +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 104 + allocated_draw: 40 + - name: Pwr-B + type: dc-terminal + maximum_draw: 104 + allocated_draw: 40 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS4C4CGN.yaml b/device-types/Rockwell Automation/1783-HMS4C4CGN.yaml new file mode 100644 index 000000000..daf06a4a3 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS4C4CGN.yaml @@ -0,0 +1,40 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS4C4CGN +part_number: 1783-HMS4C4CGN +slug: 1783-hms4c4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: FastEthernet1/5 + type: 100base-tx + - name: FastEthernet1/6 + type: 100base-tx + - name: FastEthernet1/7 + type: 100base-tx + - name: FastEthernet1/8 + type: 100base-tx +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 103 + allocated_draw: 40 + - name: Pwr-B + type: dc-terminal + maximum_draw: 103 + allocated_draw: 40 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS4EG8CGN.yaml b/device-types/Rockwell Automation/1783-HMS4EG8CGN.yaml new file mode 100644 index 000000000..21412507c --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS4EG8CGN.yaml @@ -0,0 +1,48 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS4EG8CGN +part_number: 1783-HMS4EG8CGN +slug: 1783-hms4eg8cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 1000base-t + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 + - name: Pwr-B + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS4EG8CGR.yaml b/device-types/Rockwell Automation/1783-HMS4EG8CGR.yaml new file mode 100644 index 000000000..33a441c85 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS4EG8CGR.yaml @@ -0,0 +1,48 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS4EG8CGR +part_number: 1783-HMS4EG8CGR +slug: 1783-hms4eg8cgr +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 1000base-t + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 + - name: Pwr-B + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS4S8E4CGN.yaml b/device-types/Rockwell Automation/1783-HMS4S8E4CGN.yaml new file mode 100644 index 000000000..9b277ccd9 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS4S8E4CGN.yaml @@ -0,0 +1,56 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS4S8E4CGN +part_number: 1783-HMS4S8E4CGN +slug: 1783-hms4s8e4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: FastEthernet1/5 + type: 100base-tx + - name: FastEthernet1/6 + type: 100base-tx + - name: FastEthernet1/7 + type: 100base-tx + - name: FastEthernet1/8 + type: 100base-tx + - name: FastEthernet1/9 + type: 100base-tx + - name: FastEthernet1/10 + type: 100base-tx + - name: FastEthernet1/11 + type: 100base-tx + - name: FastEthernet1/12 + type: 100base-tx + - name: FastEthernet1/13 + type: 100base-tx + - name: FastEthernet1/14 + type: 100base-tx + - name: FastEthernet1/15 + type: 100base-tx + - name: FastEthernet1/16 + type: 100base-tx +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 + - name: Pwr-B + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS4SG8EG4CGN.yaml b/device-types/Rockwell Automation/1783-HMS4SG8EG4CGN.yaml new file mode 100644 index 000000000..7fcc7af8c --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS4SG8EG4CGN.yaml @@ -0,0 +1,56 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS4SG8EG4CGN +part_number: 1783-HMS4SG8EG4CGN +slug: 1783-hms4sg8ge4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 1000base-t + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t + - name: GigabitEthernet1/13 + type: 1000base-x-sfp + - name: GigabitEthernet1/14 + type: 1000base-x-sfp + - name: GigabitEthernet1/15 + type: 1000base-x-sfp + - name: GigabitEthernet1/16 + type: 1000base-x-sfp +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 + - name: Pwr-B + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS4SG8EG4CGR.yaml b/device-types/Rockwell Automation/1783-HMS4SG8EG4CGR.yaml new file mode 100644 index 000000000..4016f8a71 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS4SG8EG4CGR.yaml @@ -0,0 +1,56 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS4SG8EG4CGR +part_number: 1783-HMS4SG8EG4CGR +slug: 1783-hms4sg8ge4cgr +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 1000base-t + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t + - name: GigabitEthernet1/13 + type: 1000base-x-sfp + - name: GigabitEthernet1/14 + type: 1000base-x-sfp + - name: GigabitEthernet1/15 + type: 1000base-x-sfp + - name: GigabitEthernet1/16 + type: 1000base-x-sfp +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 + - name: Pwr-B + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS4T4E4CGN.yaml b/device-types/Rockwell Automation/1783-HMS4T4E4CGN.yaml new file mode 100644 index 000000000..2a2847e39 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS4T4E4CGN.yaml @@ -0,0 +1,48 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS4T4E4CGN +part_number: 1783-HMS4T4E4CGN +slug: 1783-hms4t4e4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: FastEthernet1/5 + type: 100base-tx + - name: FastEthernet1/6 + type: 100base-tx + - name: FastEthernet1/7 + type: 100base-tx + - name: FastEthernet1/8 + type: 100base-tx + - name: FastEthernet1/9 + type: 100base-tx + - name: FastEthernet1/10 + type: 100base-tx + - name: FastEthernet1/11 + type: 100base-tx + - name: FastEthernet1/12 + type: 100base-tx +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 193 + allocated_draw: 35 + - name: Pwr-B + type: dc-terminal + maximum_draw: 193 + allocated_draw: 35 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS8S4CGN.yaml b/device-types/Rockwell Automation/1783-HMS8S4CGN.yaml new file mode 100644 index 000000000..a124c9b6a --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS8S4CGN.yaml @@ -0,0 +1,48 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS8S4CGN +part_number: 1783-HMS8S4CGN +slug: 1783-hms8s4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: FastEthernet1/5 + type: 100base-tx + - name: FastEthernet1/6 + type: 100base-tx + - name: FastEthernet1/7 + type: 100base-tx + - name: FastEthernet1/8 + type: 100base-tx + - name: FastEthernet1/9 + type: 100base-tx + - name: FastEthernet1/10 + type: 100base-tx + - name: FastEthernet1/11 + type: 100base-tx + - name: FastEthernet1/12 + type: 100base-tx +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 120 + allocated_draw: 42 + - name: Pwr-B + type: dc-terminal + maximum_draw: 120 + allocated_draw: 42 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS8SG4CGN.yaml b/device-types/Rockwell Automation/1783-HMS8SG4CGN.yaml new file mode 100644 index 000000000..22c36f4c7 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS8SG4CGN.yaml @@ -0,0 +1,48 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS8SG4CGN +part_number: 1783-HMS8SG4CGN +slug: 1783-hms8sg4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-x-sfp + - name: GigabitEthernet1/4 + type: 1000base-x-sfp + - name: GigabitEthernet1/5 + type: 1000base-x-sfp + - name: GigabitEthernet1/6 + type: 1000base-x-sfp + - name: GigabitEthernet1/7 + type: 1000base-x-sfp + - name: GigabitEthernet1/8 + type: 1000base-x-sfp + - name: GigabitEthernet1/9 + type: 1000base-x-sfp + - name: GigabitEthernet1/10 + type: 1000base-x-sfp + - name: GigabitEthernet1/11 + type: 1000base-x-sfp + - name: GigabitEthernet1/12 + type: 1000base-x-sfp +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 120 + allocated_draw: 42 + - name: Pwr-B + type: dc-terminal + maximum_draw: 120 + allocated_draw: 42 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS8SG4CGR.yaml b/device-types/Rockwell Automation/1783-HMS8SG4CGR.yaml new file mode 100644 index 000000000..6fe0c4625 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS8SG4CGR.yaml @@ -0,0 +1,48 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS8SG4CGR +part_number: 1783-HMS8SG4CGR +slug: 1783-hms8sg4cgr +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-x-sfp + - name: GigabitEthernet1/4 + type: 1000base-x-sfp + - name: GigabitEthernet1/5 + type: 1000base-x-sfp + - name: GigabitEthernet1/6 + type: 1000base-x-sfp + - name: GigabitEthernet1/7 + type: 1000base-x-sfp + - name: GigabitEthernet1/8 + type: 1000base-x-sfp + - name: GigabitEthernet1/9 + type: 1000base-x-sfp + - name: GigabitEthernet1/10 + type: 1000base-x-sfp + - name: GigabitEthernet1/11 + type: 1000base-x-sfp + - name: GigabitEthernet1/12 + type: 1000base-x-sfp +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 120 + allocated_draw: 42 + - name: Pwr-B + type: dc-terminal + maximum_draw: 120 + allocated_draw: 42 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS8T4CGN.yaml b/device-types/Rockwell Automation/1783-HMS8T4CGN.yaml new file mode 100644 index 000000000..406355825 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS8T4CGN.yaml @@ -0,0 +1,48 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS8T4CGN +part_number: 1783-HMS8T4CGN +slug: 1783-hms8t4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: FastEthernet1/5 + type: 100base-tx + - name: FastEthernet1/6 + type: 100base-tx + - name: FastEthernet1/7 + type: 100base-tx + - name: FastEthernet1/8 + type: 100base-tx + - name: FastEthernet1/9 + type: 100base-tx + - name: FastEthernet1/10 + type: 100base-tx + - name: FastEthernet1/11 + type: 100base-tx + - name: FastEthernet1/12 + type: 100base-tx +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 89 + allocated_draw: 35 + - name: Pwr-B + type: dc-terminal + maximum_draw: 89 + allocated_draw: 35 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS8TG4CGN.yaml b/device-types/Rockwell Automation/1783-HMS8TG4CGN.yaml new file mode 100644 index 000000000..cb9e78765 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS8TG4CGN.yaml @@ -0,0 +1,48 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS8TG4CGN +part_number: 1783-HMS8TG4CGN +slug: 1783-hms8tg4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 1000base-t + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 89 + allocated_draw: 35 + - name: Pwr-B + type: dc-terminal + maximum_draw: 89 + allocated_draw: 35 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS8TG4CGR.yaml b/device-types/Rockwell Automation/1783-HMS8TG4CGR.yaml new file mode 100644 index 000000000..c09216478 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS8TG4CGR.yaml @@ -0,0 +1,48 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS8TG4CGR +part_number: 1783-HMS8TG4CGR +slug: 1783-hms8tg4cgr +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 1000base-t + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 89 + allocated_draw: 35 + - name: Pwr-B + type: dc-terminal + maximum_draw: 89 + allocated_draw: 35 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS8TG8EG4CGN.yaml b/device-types/Rockwell Automation/1783-HMS8TG8EG4CGN.yaml new file mode 100644 index 000000000..0b2aef8e6 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS8TG8EG4CGN.yaml @@ -0,0 +1,64 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS8TG8EG4CGN +part_number: 1783-HMS8TG8EG4CGN +slug: 1783-hms8tg8ge4cgn +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 100base-tx + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t + - name: GigabitEthernet1/13 + type: 1000base-t + - name: GigabitEthernet1/14 + type: 1000base-t + - name: GigabitEthernet1/15 + type: 1000base-t + - name: GigabitEthernet1/16 + type: 1000base-t + - name: GigabitEthernet1/17 + type: 1000base-t + - name: GigabitEthernet1/18 + type: 1000base-t + - name: GigabitEthernet1/19 + type: 1000base-t + - name: GigabitEthernet1/20 + type: 1000base-t +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 + - name: Pwr-B + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 +device-bays: + - name: sdflash diff --git a/device-types/Rockwell Automation/1783-HMS8TG8EG4CGR.yaml b/device-types/Rockwell Automation/1783-HMS8TG8EG4CGR.yaml new file mode 100644 index 000000000..eaa35a325 --- /dev/null +++ b/device-types/Rockwell Automation/1783-HMS8TG8EG4CGR.yaml @@ -0,0 +1,64 @@ +--- +manufacturer: Rockwell Automation +model: 1783-HMS8TG8EG4CGR +part_number: 1783-HMS8TG8EG4CGR +slug: 1783-hms8tg8ge4cgr +u_height: 3 +is_full_depth: false +interfaces: + - name: GigabitEthernet1/1 + type: 1000base-x-sfp + - name: GigabitEthernet1/2 + type: 1000base-x-sfp + - name: GigabitEthernet1/3 + type: 1000base-t + - name: GigabitEthernet1/4 + type: 1000base-t + - name: GigabitEthernet1/5 + type: 1000base-t + - name: GigabitEthernet1/6 + type: 1000base-t + - name: GigabitEthernet1/7 + type: 1000base-t + - name: GigabitEthernet1/8 + type: 1000base-t + - name: GigabitEthernet1/9 + type: 1000base-t + - name: GigabitEthernet1/10 + type: 1000base-t + - name: GigabitEthernet1/11 + type: 1000base-t + - name: GigabitEthernet1/12 + type: 1000base-t + - name: GigabitEthernet1/13 + type: 1000base-t + - name: GigabitEthernet1/14 + type: 1000base-t + - name: GigabitEthernet1/15 + type: 1000base-t + - name: GigabitEthernet1/16 + type: 1000base-t + - name: GigabitEthernet1/17 + type: 1000base-t + - name: GigabitEthernet1/18 + type: 1000base-t + - name: GigabitEthernet1/19 + type: 1000base-t + - name: GigabitEthernet1/20 + type: 1000base-t +console-ports: + - name: usb + type: usb-mini-b + - name: con 0 + type: rj-45 +power-port: + - name: Pwr-A + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 + - name: Pwr-B + type: dc-terminal + maximum_draw: 224 + allocated_draw: 164 +device-bays: + - name: sdflash