Skip to content

Commit 8315883

Browse files
WarriorXKKevin Meijer
andauthored
Adds Ubiquiti SmartPower to the power port types (#9193)
Co-authored-by: Kevin Meijer <[email protected]>
1 parent d22f900 commit 8315883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netbox/dcim/choices.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ class PowerPortTypeChoices(ChoiceSet):
349349
TYPE_NEUTRIK_POWERCON_32A = 'neutrik-powercon-32'
350350
TYPE_NEUTRIK_POWERCON_TRUE1 = 'neutrik-powercon-true1'
351351
TYPE_NEUTRIK_POWERCON_TRUE1_TOP = 'neutrik-powercon-true1-top'
352+
TYPE_UBIQUITI_SMARTPOWER = 'ubiquiti-smartpower'
352353
# Other
353354
TYPE_HARDWIRED = 'hardwired'
354355

@@ -464,6 +465,7 @@ class PowerPortTypeChoices(ChoiceSet):
464465
(TYPE_NEUTRIK_POWERCON_32A, 'Neutrik powerCON (32A)'),
465466
(TYPE_NEUTRIK_POWERCON_TRUE1, 'Neutrik powerCON TRUE1'),
466467
(TYPE_NEUTRIK_POWERCON_TRUE1_TOP, 'Neutrik powerCON TRUE1 TOP'),
468+
(TYPE_UBIQUITI_SMARTPOWER, 'Ubiquiti SmartPower'),
467469
)),
468470
('Other', (
469471
(TYPE_HARDWIRED, 'Hardwired'),

0 commit comments

Comments
 (0)