Explorar el Código

Se añaden NAS, CMTS y Cablemodem a la lista de devices habilitados.

Maxi Schvindt hace 7 años
padre
commit
0d0d3e98cd
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      Utils/DeviceTypes.php

+ 6 - 0
Utils/DeviceTypes.php

@@ -11,5 +11,11 @@ class DeviceTypes
 
     const FTTH_ONU = 'FTTHBundle\Entity\ONU';
 
+    const RADIUS_NAS = 'RadiusBundle\Entity\NAS';
+    
+    const DOCSIS_CMTS = 'CablemodemBundle\Entity\CMTS';
+    
+    const DOCSIS_CABLEMODEM = 'CablemodemBundle\Entity\Cablemodem';
+
 
 }