소스 검색

Se agregan device types para cablemodem y ftth

Guillermo Espinoza 7 년 전
부모
커밋
5ef16ac179
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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';
 
 }