Skip to main content

system.kanoa.asset.exportAsset

This function requires KanoaOPS module

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)
  • Parameters
      assetId (int) - Asset to be exported
  • Returns
      pyDataset
  • Code Examples

    # Example Usage:

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