File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -643,6 +643,9 @@ class PowerOutletTypeChoices(ChoiceSet):
643643 TYPE_USB_C = 'usb-c'
644644 # Direct current (DC)
645645 TYPE_DC = 'dc-terminal'
646+ TYPE_MOLEX_MICRO_FIT_1X2 = 'molex-micro-fit-1x2'
647+ TYPE_MOLEX_MICRO_FIT_2X2 = 'molex-micro-fit-2x2'
648+ TYPE_MOLEX_MICRO_FIT_2X4 = 'molex-micro-fit-2x4'
646649 # Proprietary
647650 TYPE_HDOT_CX = 'hdot-cx'
648651 TYPE_SAF_D_GRID = 'saf-d-grid'
@@ -757,6 +760,9 @@ class PowerOutletTypeChoices(ChoiceSet):
757760 )),
758761 ('DC' , (
759762 (TYPE_DC , 'DC Terminal' ),
763+ (TYPE_MOLEX_MICRO_FIT_1X2 , 'Molex Micro-Fit 1x2' ),
764+ (TYPE_MOLEX_MICRO_FIT_2X2 , 'Molex Micro-Fit 2x2' ),
765+ (TYPE_MOLEX_MICRO_FIT_2X4 , 'Molex Micro-Fit 2x4' ),
760766 )),
761767 (_ ('Proprietary' ), (
762768 (TYPE_HDOT_CX , 'HDOT Cx' ),
You can’t perform that action at this time.
0 commit comments