Update choices.py - add MoCA (Coaxial)

This commit is contained in:
ZPrimed 2025-03-27 15:26:40 -04:00 committed by GitHub
parent b750d0dff2
commit 6dab57ce3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -986,6 +986,7 @@ class InterfaceTypeChoices(ChoiceSet):
# Coaxial
TYPE_DOCSIS = 'docsis'
TYPE_MOCA = 'moca'
# PON
TYPE_BPON = 'bpon'
@ -1182,6 +1183,7 @@ class InterfaceTypeChoices(ChoiceSet):
_('Coaxial'),
(
(TYPE_DOCSIS, 'DOCSIS'),
(TYPE_MOCA, 'MoCA'),
)
),
(