Add MTP Fiber Connector

Resolves #6932
This commit is contained in:
Brian Ellwood 2021-08-11 10:47:41 -04:00 committed by GitHub
parent db359719a9
commit 7f2e159e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -948,6 +948,7 @@ class PortTypeChoices(ChoiceSet):
TYPE_LC_APC = 'lc-apc'
TYPE_MTRJ = 'mtrj'
TYPE_MPO = 'mpo'
TYPE_MTP = 'mtp'
TYPE_LSH = 'lsh'
TYPE_LSH_APC = 'lsh-apc'
TYPE_SPLICE = 'splice'
@ -987,6 +988,7 @@ class PortTypeChoices(ChoiceSet):
(TYPE_LSH, 'LSH'),
(TYPE_LSH_APC, 'LSH/APC'),
(TYPE_MPO, 'MPO'),
(TYPE_MTP, 'MTP'),
(TYPE_MTRJ, 'MTRJ'),
(TYPE_SC, 'SC'),
(TYPE_SC_APC, 'SC/APC'),