InoDrive / UserApp / updateVariablesList


InoDrive.UserApp.updateVariablesList()

Sends message to Module to Update all Read or Read/Write Variable Listing

Returns: Boolean – True or False Value on Updating the Variable Listing.

// Import InoDrive API Library
 import { InoDriveApiJS }  from ( "ck-inodrive-api" ) 

// Instatiate the API
let InoDriveApi = new InoDriveApiJS.InoDriveApi({ connectAppUrl: "", secure: false })

// Instantiate InoDrive Object
Drive = await InoDriveApi.InoDrive({target:'Name', autoConnect:True})

// Update Variable List
Drive.UserApp.updateVariablesList()