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 @@ -401,6 +401,9 @@ class PowerPortTypeChoices(ChoiceSet):
401401 TYPE_USB_3_MICROB = 'usb-3-micro-b'
402402 # Direct current (DC)
403403 TYPE_DC = 'dc-terminal'
404+ TYPE_MOLEX_MICRO_FIT_1X2 = 'molex-micro-fit-1x2'
405+ TYPE_MOLEX_MICRO_FIT_2X2 = 'molex-micro-fit-2x2'
406+ TYPE_MOLEX_MICRO_FIT_2X4 = 'molex-micro-fit-2x4'
404407 # Proprietary
405408 TYPE_SAF_D_GRID = 'saf-d-grid'
406409 TYPE_NEUTRIK_POWERCON_20A = 'neutrik-powercon-20'
@@ -522,6 +525,9 @@ class PowerPortTypeChoices(ChoiceSet):
522525 )),
523526 ('DC' , (
524527 (TYPE_DC , 'DC Terminal' ),
528+ (TYPE_MOLEX_MICRO_FIT_1X2 , 'Molex Micro-Fit 1x2' ),
529+ (TYPE_MOLEX_MICRO_FIT_2X2 , 'Molex Micro-Fit 2x2' ),
530+ (TYPE_MOLEX_MICRO_FIT_2X4 , 'Molex Micro-Fit 2x4' ),
525531 )),
526532 (_ ('Proprietary' ), (
527533 (TYPE_SAF_D_GRID , 'Saf-D-Grid' ),
You can’t perform that action at this time.
0 commit comments