mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
d0cb58d96e
* broke component validation out to its own function. Adding logic for validating device power input. * Added console-port poe true for adapters. Updating devices to add proper power sources. * Adding switches to allow for tests to properly determine POE status. * Fixing files with missing power definitions.
19 lines
395 B
YAML
19 lines
395 B
YAML
---
|
|
manufacturer: APC
|
|
model: Smart-UPS SRT 5000VA RM 208/230V HW
|
|
slug: apc-smart-ups-srt-5000va-rm-208-230v-hw
|
|
part_number: SRT5KRMXLW-HW
|
|
u_height: 3
|
|
is_full_depth: true
|
|
comments: All power ports and outlets are hardwired
|
|
console-ports:
|
|
- name: Serial
|
|
type: rj-45
|
|
power-ports:
|
|
- name: UPS Input
|
|
type: hardwired
|
|
interfaces:
|
|
- name: Ethernet
|
|
type: 100base-tx
|
|
mgmt_only: true
|