mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 17:14:31 +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.
24 lines
493 B
YAML
24 lines
493 B
YAML
---
|
|
manufacturer: HPE
|
|
model: Aruba IAP-515
|
|
slug: hpe-aruba-iap-515
|
|
part_number: IAP-515
|
|
u_height: 0
|
|
is_full_depth: false
|
|
comments: '[Aruba 515 Series Datasheet](https://www.arubanetworks.com/assets/ds/DS_AP510Series.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
|
|
poe_mode: pd
|
|
poe_type: type2-ieee802.3at
|
|
- name: WiFi
|
|
type: ieee802.11ax
|