mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-06-24 05:52:02 +02:00
Feat - two new variants of the Unifi G3 camera line (#3252)
* Feat - two new variants of the Unifi G3 camera line The Bullet and Pro versions are similar to the flex. * lint, nit - remove LSP directive for schema Not sure why this is being applied to some files, not others. In any case, may be worth re-considering the "don't add validation/linting/type-check hints" policy :(. --------- Co-authored-by: Karl Quinsland <contact@kquinsland.com>
This commit is contained in:
parent
f39a912d25
commit
a09d116bcc
21
device-types/Ubiquiti/UVC-G3-Bullet.yaml
Normal file
21
device-types/Ubiquiti/UVC-G3-Bullet.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
manufacturer: Ubiquiti
|
||||
model: Unifi G3 Bullet
|
||||
slug: ubiquiti-unifi-uvc-g3-bullet
|
||||
part_number: UVC-G3-Bullet
|
||||
# Ubiquiti does not keep product links up, best I can do is the datasheet
|
||||
comments: |
|
||||
Varifocal Full HD (1080p) bullet camera with infrared LEDs. Outdoor Weather Resistant.
|
||||
"[G3 Family Datasheet](https://dl.ubnt.com/datasheets/unifi/UniFi_Video_G3_DS.pdf)"
|
||||
weight: 300
|
||||
weight_unit: g
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
airflow: passive
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 100base-tx
|
||||
poe_mode: pd
|
||||
#or their passive 24v variant
|
||||
poe_type: type1-ieee802.3af
|
||||
mgmt_only: false
|
22
device-types/Ubiquiti/UVC-G3-Pro.yaml
Normal file
22
device-types/Ubiquiti/UVC-G3-Pro.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
manufacturer: Ubiquiti
|
||||
model: Unifi G3 Pro
|
||||
slug: ubiquiti-unifi-uvc-g3-pro
|
||||
part_number: UVC-G3-Pro
|
||||
# Ubiquiti does not keep product links up, best I can do is the datasheet
|
||||
comments: |
|
||||
Varifocal Full HD (1080p) bullet camera with 3x optical zoom and powerful infrared LEDs. IP67 rated.
|
||||
"[G3 Pro Datasheet](https://dl.ui.com/ds/uvc-g3-pro_ds.pdf)"
|
||||
# This includes the mount which weighs 20g
|
||||
weight: 660
|
||||
weight_unit: g
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
airflow: passive
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 100base-tx
|
||||
poe_mode: pd
|
||||
# or type2-ieee802.3at or their passive 24v variant
|
||||
poe_type: type1-ieee802.3af
|
||||
mgmt_only: false
|
Loading…
x
Reference in New Issue
Block a user