@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
10 lines • 608 B
TypeScript
import { IManagedObject } from '@c8y/client';
import * as i0 from "@angular/core";
export 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>;
}
//# sourceMappingURL=datapoint-parser.service.d.ts.map