Skip to main content

system.kanoa.asset.addAssetTagUDTInstance

Requires kanoaOPS license

Description

Creates the assets tag folder structure and assetOEE UDT instance for the new asset.

Syntax

addAssetTagUDTInstance(assetId)

Parameters:
  • assetId (int): ID of the asset.

  • Returns:
  • No specific return value.
  • Code Examples

    # Example Usage:
    asset_id = 123
    system.kanoa.asset.addAssetTagUDTInstance(asset_id)