mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
d0cb58d96e
* broke component validation out to its own function. Adding logic for validating device power input. * Added console-port poe true for adapters. Updating devices to add proper power sources. * Adding switches to allow for tests to properly determine POE status. * Fixing files with missing power definitions.
22 lines
444 B
YAML
22 lines
444 B
YAML
---
|
|
manufacturer: HPE
|
|
model: Aruba IAP-304
|
|
slug: hpe-aruba-iap-304
|
|
part_number: IAP-304
|
|
u_height: 0
|
|
is_full_depth: false
|
|
comments: '[Aruba 300 Series Datasheet](https://www.arubanetworks.com/assets/ds/DS_AP300Series.pdf)'
|
|
console-ports:
|
|
- name: Console
|
|
type: rj-45
|
|
- name: usb-ble
|
|
type: usb-a
|
|
power-ports:
|
|
- name: Power
|
|
type: dc-terminal
|
|
interfaces:
|
|
- name: Port 1
|
|
type: 1000base-t
|
|
- name: WiFi
|
|
type: ieee802.11ac
|