Skip to main content

system.kanoa.asset.exportAsset(assetId)

Exports all config info for the passed in assetId including all the child assets, links to modes, states, items and attributes


Parameters

assetId Integer: Id of asset to export


Returns

exportInfo Dictionary


Example

assetId = 5
assetExportInfo = system.kanoa.asset.exportAsset(assetId)