mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-12-23 07:30:19 +01:00
update wireless interfaces (#448)
* update wireless interfaces * add cloud key devices * fix uap-ac-m interfaces
This commit is contained in:
parent
4531e846e0
commit
0ba874ad83
@ -9,3 +9,7 @@ interfaces:
|
||||
- name: lan0
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: wlan0
|
||||
type: ieee802.11n
|
||||
- name: wlan1
|
||||
type: ieee802.11ac
|
||||
|
@ -13,3 +13,7 @@ interfaces:
|
||||
- name: secondary
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: wlan0
|
||||
type: ieee802.11n
|
||||
- name: wlan1
|
||||
type: ieee802.11ac
|
||||
|
@ -10,6 +10,7 @@ interfaces:
|
||||
- name: lan0
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: lan1
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: wlan0
|
||||
type: ieee802.11n
|
||||
- name: wlan1
|
||||
type: ieee802.11ac
|
||||
|
@ -13,3 +13,7 @@ interfaces:
|
||||
- name: lan1
|
||||
type: 1000base-t
|
||||
mgmt_only: false
|
||||
- name: wlan0
|
||||
type: ieee802.11n
|
||||
- name: wlan1
|
||||
type: ieee802.11ac
|
||||
|
19
device-types/Ubiquiti/UCK-G2-PLUS.yml
Normal file
19
device-types/Ubiquiti/UCK-G2-PLUS.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
manufacturer: Ubiquiti
|
||||
model: UCK-G2-PLUS
|
||||
slug: uck-g2-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
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
power-ports:
|
||||
- name: power1
|
||||
type: usb-c
|
||||
maximum_draw: 13
|
19
device-types/Ubiquiti/UCK-G2.yml
Normal file
19
device-types/Ubiquiti/UCK-G2.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
manufacturer: Ubiquiti
|
||||
model: UCK-G2
|
||||
slug: uck-g2
|
||||
part_number: uck-g2
|
||||
comments: |
|
||||
Unifi Cloud Key Generation 2
|
||||
|
||||
PoE in 24V or USB-type C Power
|
||||
u_height: 1
|
||||
is_full_depth: false
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 1000base-t
|
||||
mgmt_only: true
|
||||
power-ports:
|
||||
- name: power1
|
||||
type: usb-c
|
||||
maximum_draw: 5
|
Loading…
Reference in New Issue
Block a user