Skip to main content

system.kanoa.asset.exportAsset

Requires kanoaOPS license

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:
  • assetId (int): Asset to be exported

  • Returns:
  • pyDataset
  • Code Examples

    # Example Usage:

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