mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-06-24 14:02:20 +02:00
Add support for AVM FRITZ!Box 7490 (#3231)
* Add support for AVM FRITZ!Box 7490 Introduces device specifications for FRITZ!Box 7490 including interfaces, power port details, and airflow properties. Enhances compatibility for device management and integration. * Adds weight info to device specification Includes both weight and unit measurements to enhance device metrics for better physical understanding and planning. Relates to FRITZBox-7490 specification update --------- Co-authored-by: Harry <Harry@cadby.co.uk>
This commit is contained in:
parent
51f3155659
commit
3ad3e4df3f
45
device-types/AVM/FRITZBox-7490.yaml
Normal file
45
device-types/AVM/FRITZBox-7490.yaml
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
manufacturer: AVM
|
||||
model: FRITZ!Box 7490
|
||||
slug: avm-fritzbox-7490
|
||||
part_number: '20002678'
|
||||
u_height: 0
|
||||
is_full_depth: false
|
||||
airflow: passive
|
||||
weight: 491
|
||||
weight_unit: g
|
||||
comments: '[AVM FRITZ!Box 7490 Datasheet](https://fritz.com/fileadmin/user_upload/Global/Produkte/FRITZBox/7490/Special_en/7490_special_en.html)'
|
||||
power-ports:
|
||||
- name: Power
|
||||
type: dc-terminal
|
||||
maximum_draw: 25
|
||||
interfaces:
|
||||
- name: DSL
|
||||
label: DSL
|
||||
type: xdsl
|
||||
- name: FON1
|
||||
label: FON 1
|
||||
type: other
|
||||
- name: FON2
|
||||
label: FON 2
|
||||
type: other
|
||||
- name: FONS0
|
||||
label: FON S0
|
||||
type: other
|
||||
- name: WAN
|
||||
label: WAN
|
||||
type: 1000base-t
|
||||
- name: LAN1
|
||||
label: LAN 1
|
||||
type: 1000base-t
|
||||
- name: LAN2
|
||||
label: LAN 2
|
||||
type: 1000base-t
|
||||
- name: LAN3
|
||||
label: LAN 3
|
||||
type: 1000base-t
|
||||
- name: LAN4
|
||||
label: LAN 4
|
||||
type: 1000base-t
|
||||
- name: WiFi
|
||||
type: ieee802.11ac
|
Loading…
x
Reference in New Issue
Block a user