Skip to content

Add Broker integration to the Versa Adapter

Michael Evenchick requested to merge minor/ADAPT-1816 into master

Add Device Broker integration to the Versa Adapter - this adds calls that allows for Versa Appliances to be viewed in Config Manager. There is one original adapter call getDevice that had to be renamed to getVersaDevice because the getDevice call is a broker call. So this call will break if it was being used. Everything else is non breaking.

Merge request reports