Explorar o código

Se agregan device types para cablemodem y ftth

Guillermo Espinoza %!s(int64=7) %!d(string=hai) anos
pai
achega
5ef16ac179
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      Utils/DeviceTypes.php

+ 5 - 0
Utils/DeviceTypes.php

@@ -11,5 +11,10 @@ class DeviceTypes
 
     const FTTH_ONU = 'FTTHBundle\Entity\ONU';
 
+    const FTTH_ONU = 'FTTHBundle\Entity\NAS';
+
+    const CABLEMODEM_CMTS = 'CablemodemBundle\Entity\CMTS';
+
+    const CABLEMODEM_CM = 'CablemodemBundle\Entity\Cablemodem';
 
 }