{
  "metadata": {
    "id": "rev-radio-power-module",
    "name": "REV Radio Power Module",
    "type": "power_distribution",
    "description": "REV Radio Power Module (RPM). Provides 18V passive PoE to the robot radio while passing through Ethernet data.",
    "manufacturer": "REV Robotics",
    "part_number": "REV-11-1856",
    "datasheet_url": "https://docs.revrobotics.com/ion-control/rpm/gs",
    "tags": [
      "FRC",
      "radio",
      "PoE",
      "Ethernet",
      "REV",
      "power"
    ],
    "schema_version": "1.4.0",
    "version": "0.1.0",
    "taxonomy": [
      "power.distribution",
      "networking",
      "robotics.frc"
    ]
  },
  "domains": [
    {
      "domain": "electrical",
      "power_domains": [
        {
          "id": "12v-in",
          "name": "12V Input",
          "nominal_voltage_V": 12,
          "voltage_range_V": [
            6,
            16
          ],
          "max_current_mA": 3000
        }
      ],
      "resources": [
        {
          "id": "12v-pos",
          "name": "12V+",
          "functions": [
            {
              "name": "12V+",
              "direction": "sink",
              "signal_class": "power"
            }
          ],
          "power_domain_id": "12v-in"
        },
        {
          "id": "12v-neg",
          "name": "12V-",
          "functions": [
            {
              "name": "12V-",
              "direction": "sink",
              "signal_class": "ground"
            }
          ],
          "power_domain_id": "12v-in"
        },
        {
          "id": "eth-rio",
          "name": "ETH_RIO",
          "functions": [
            {
              "name": "ETH_RIO",
              "direction": "bidirectional",
              "signal_class": "data"
            }
          ]
        },
        {
          "id": "eth-radio-poe",
          "name": "ETH_RADIO_POE",
          "functions": [
            {
              "name": "ETH_RADIO_POE",
              "direction": "bidirectional",
              "signal_class": "data"
            }
          ]
        }
      ],
      "interfaces": [
        {
          "id": "power-in",
          "name": "12V Power Input",
          "protocol": {
            "type": "power",
            "role": "sink"
          },
          "requires": [
            {
              "function": "12V+",
              "count": 1
            },
            {
              "function": "12V-",
              "count": 1
            }
          ],
          "max_instances": 1,
          "description": "From PDH low-current channel"
        },
        {
          "id": "rio-side-eth",
          "name": "RIO Side Ethernet",
          "protocol": {
            "type": "ethernet",
            "role": "peer"
          },
          "requires": [
            {
              "function": "ETH_RIO",
              "count": 1
            }
          ],
          "max_instances": 1,
          "description": "Connect to roboRIO Ethernet port"
        },
        {
          "id": "radio-side-eth-poe",
          "name": "Radio Side Ethernet (PoE)",
          "protocol": {
            "type": "ethernet",
            "role": "peer"
          },
          "requires": [
            {
              "function": "ETH_RADIO_POE",
              "count": 1
            }
          ],
          "max_instances": 1,
          "description": "Connect to radio with 18V PoE injection"
        }
      ]
    }
  ],
  "node_geometry": {
    "xScale": 1,
    "yScale": 1,
    "outline": {
      "preset": "rounded_rectangle"
    }
  }
}