Interface GetTimeSeriesRecentRequest

interface GetTimeSeriesRecentRequest {
    categoryId?: string;
    groupId?: string;
    office?: string;
    tsIds?: string;
    unitSystem?: UnitSystem;
}

Properties

categoryId?: string
groupId?: string
office?: string
tsIds?: string
unitSystem?: UnitSystem