Update time series by internal ID

interface TimeSeriesUpdateById {
    id: number;
    update: TimeseriesUpdateAssetCentricProperies;
}

Hierarchy (view full)

Properties

Properties

id: number