mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-08 01:24:49 +01:00
cf186dd89f
* Added POE support for interfaces * Fixed PoE type for port 17-24 * Adding PoE function for interfaces * Adding Switch Pro 48 * Adding PoE support for interfaces on "Switch 24 PoE" * Adding PoE on interfaces for "UniFi Switch Lite 8 PoE" * Adding PoE for "Access Point In-Wall HD" * Added PoE to "Cloud Key Gen2" * Fixing model name for "Cloud Key Gen2" * Adding PoE and console connection to "Cloud Key Plus" * Adapting naming conventions from other Ubiquiti devices * Adding "Power Backup" unit * Remove trailing whitespace * Fixing model name for UDM-Pro * Fixing model name and slug * Added interface types to the USP-RPS * fixed uck-g2-plus console port * Fixed UniFi cloud key model names and slugs to match manufacturer datasheets Co-authored-by: Daniel Anner <daniel.anner@danstechsupport.com>
25 lines
453 B
YAML
25 lines
453 B
YAML
---
|
|
manufacturer: Ubiquiti
|
|
model: Cloud Key Gen2 Plus
|
|
slug: cloud-key-gen2-plus
|
|
part_number: uck-g2-plus
|
|
comments: |
|
|
Unifi Cloud Key Generation 2 Plus
|
|
|
|
PoE in 24V or USB-type C Power
|
|
u_height: 1
|
|
is_full_depth: false
|
|
console-ports:
|
|
- name: console
|
|
type: usb-c
|
|
interfaces:
|
|
- name: eth0
|
|
type: 1000base-t
|
|
poe_mode: pd
|
|
poe_type: type1-ieee802.3af
|
|
mgmt_only: true
|
|
power-ports:
|
|
- name: power1
|
|
type: usb-c
|
|
maximum_draw: 13
|