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