Sfoglia il codice sorgente

Se agregan device types para cablemodem y ftth

Guillermo Espinoza 7 anni fa
parent
commit
5ef16ac179
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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';
 
 }