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 (kanoaOPS).Syntax
exportAsset(assetId)- assetId (int) - Asset to be exported
- pyDataset
Code Examples
# Example Usage:
assetId = 5
asset_exp_dict = system.kanoa.asset.exportAsset(assetId)