mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-22 08:23:33 +01:00
242bddaec0
* weight schema configuration changes * updated weight/weight unit definitions to compy with import expectations. * updated readme
21 lines
452 B
YAML
21 lines
452 B
YAML
---
|
|
manufacturer: Ubiquiti
|
|
model: UISP Wave LR
|
|
slug: ubiquiti-wave-lr
|
|
part_number: Wave-LR
|
|
u_height: 0
|
|
is_full_depth: false
|
|
comments: The eth0 and prs0 are permanently bridged as this is a L2 bridge device. [](https://dl.ui.com/ds/wave-lr_ds.pdf)
|
|
weight: 5.7
|
|
weight_unit: lb
|
|
interfaces:
|
|
- name: br0
|
|
type: bridge
|
|
mgmt_only: true
|
|
- name: eth0
|
|
label: Ethernet
|
|
type: 1000base-t
|
|
- name: prs0
|
|
label: Wireless
|
|
type: ieee802.11ax
|