This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Maybe move this to an event on device complete if this ends up being a perforamnce issue. | |
* The reason is this BR would run as long there's data in serial_number or correlation_id. | |
*/ | |
(function(){ | |
var g_disco_functions = new DiscoveryFunctions(); | |
var fVMGr = current; | |
var fInstanceGr; |