فهرست منبع

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';
 
 }