We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86ada33 + bbdd380 commit 09f038fCopy full SHA for 09f038f
netbox/dcim/choices.py
@@ -552,6 +552,7 @@ class PowerOutletTypeChoices(ChoiceSet):
552
TYPE_ITA_M = 'ita-m'
553
TYPE_ITA_N = 'ita-n'
554
TYPE_ITA_O = 'ita-o'
555
+ TYPE_ITA_MULTISTANDARD = 'ita-multistandard'
556
# USB
557
TYPE_USB_A = 'usb-a'
558
TYPE_USB_MICROB = 'usb-micro-b'
@@ -651,6 +652,7 @@ class PowerOutletTypeChoices(ChoiceSet):
651
652
(TYPE_ITA_M, 'ITA Type M (BS 546)'),
653
(TYPE_ITA_N, 'ITA Type N'),
654
(TYPE_ITA_O, 'ITA Type O'),
655
+ (TYPE_ITA_MULTISTANDARD, 'ITA Multistandard'),
656
)),
657
('USB', (
658
(TYPE_USB_A, 'USB Type A'),
0 commit comments