system.device.addDevice DNP devices

Working on using the system.device.addDevice to create DNP3 devices. I have tried the device type being "com.inductiveautomation.Dnp3DeviceType" per the documentation but it doesn't seem to work. Has anyone experienced this?

Do you have the DNP3 driver module installed in the gateway? (Look in Config => System => Modules.)

What version of Ignition are you using, and do you have the new DNP3 driver module installed assuming it's new enough?

com.inductiveautomation.Dnp3DeviceType is used to create instances of devices using the new
DNP3 driver.

Dnp3Driver is used for the old one.

this worked. thanks