File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,9 @@ class PowerPortTypeChoices(ChoiceSet):
401
401
TYPE_USB_3_MICROB = 'usb-3-micro-b'
402
402
# Direct current (DC)
403
403
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'
404
407
# Proprietary
405
408
TYPE_SAF_D_GRID = 'saf-d-grid'
406
409
TYPE_NEUTRIK_POWERCON_20A = 'neutrik-powercon-20'
@@ -522,6 +525,9 @@ class PowerPortTypeChoices(ChoiceSet):
522
525
)),
523
526
('DC' , (
524
527
(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' ),
525
531
)),
526
532
(_ ('Proprietary' ), (
527
533
(TYPE_SAF_D_GRID , 'Saf-D-Grid' ),
You can’t perform that action at this time.
0 commit comments