Skip to content

Commit bbdd380

Browse files
authored
Add multistandard ITA power outlet type
1 parent 86ada33 commit bbdd380

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
@@ -552,6 +552,7 @@ class PowerOutletTypeChoices(ChoiceSet):
552552
TYPE_ITA_M = 'ita-m'
553553
TYPE_ITA_N = 'ita-n'
554554
TYPE_ITA_O = 'ita-o'
555+
TYPE_ITA_MULTISTANDARD = 'ita-multistandard'
555556
# USB
556557
TYPE_USB_A = 'usb-a'
557558
TYPE_USB_MICROB = 'usb-micro-b'
@@ -651,6 +652,7 @@ class PowerOutletTypeChoices(ChoiceSet):
651652
(TYPE_ITA_M, 'ITA Type M (BS 546)'),
652653
(TYPE_ITA_N, 'ITA Type N'),
653654
(TYPE_ITA_O, 'ITA Type O'),
655+
(TYPE_ITA_MULTISTANDARD, 'ITA Multistandard'),
654656
)),
655657
('USB', (
656658
(TYPE_USB_A, 'USB Type A'),

0 commit comments

Comments
 (0)