@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
14 lines (11 loc) • 620 B
TypeScript
import { IManagedObject } from '@c8y/client';
import * as i0 from '@angular/core';
declare class DatapointParserService {
protected readonly attributeToParse: readonly ["target", "yellowRangeMin", "yellowRangeMax", "redRangeMin", "redRangeMax", "min", "max"];
parseDatapoints(datapoints: IManagedObject[]): IManagedObject[];
parseDatapoint(datapoint: IManagedObject): IManagedObject;
static ɵfac: i0.ɵɵFactoryDeclaration<DatapointParserService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DatapointParserService>;
}
export { DatapointParserService };
//# sourceMappingURL=index.d.ts.map