Interface TimeSeriesUpdateByExternalId

Update time series by external ID

interface TimeSeriesUpdateByExternalId {
    externalId: string;
    update: TimeseriesUpdateAssetCentricProperies;
}

Hierarchy (view full)

Properties

Properties

externalId: string