system.kanoa.asset.exportAsset
Description
Exports all config info for the passed in assetId. This will be an identical copy including all the child assets, links to modes, states, items and attributes.Syntax
exportAsset(assetId)Parameters:
Returns:
Code Examples
# Example Usage:
assetId = 5
asset_exp_dict = system.kanoa.asset.exportAsset(assetId)