mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-08 01:24:49 +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.
28 lines
522 B
YAML
28 lines
522 B
YAML
---
|
|
manufacturer: Ubiquiti
|
|
model: airCube-AC
|
|
slug: ubiquiti-aircube-ac
|
|
part_number: aircube-ac
|
|
comments: |
|
|
24VDC, 0.83A or PoE 24V In on LAN Port 1
|
|
|
|
Controllable 24V PoE Out (+4, 5; -7, 8) on WAN Port
|
|
u_height: 0
|
|
is_full_depth: false
|
|
power-ports:
|
|
- name: Power
|
|
type: dc-terminal
|
|
interfaces:
|
|
- name: lan1
|
|
type: 1000base-t
|
|
- name: lan2
|
|
type: 1000base-t
|
|
- name: lan3
|
|
type: 1000base-t
|
|
- name: wan1
|
|
type: 1000base-t
|
|
- name: wlan0
|
|
type: ieee802.11n
|
|
- name: wlan1
|
|
type: ieee802.11ac
|