瀏覽代碼

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