UNPKG

@mindconnect/mindconnect-nodejs

Version:

MindConnect Library for NodeJS (community based)

7 lines (6 loc) 505 B
import { DataPointValue } from ".."; import { TimeStampedDataPoint } from "./mindconnect-models"; export declare const dataTemplate: (timestamp: Date, dataPointValues: DataPointValue[], configurationId: string) => string; export declare const bulkDataTemplate: (timeStampedValues: TimeStampedDataPoint[], configurationId: string) => string; export declare const fileTemplateHeader: (filename: string, creationDate: Date, fileType: string) => string; export declare const fileTemplateFooter: string;