UNPKG

@mindconnect/mindconnect-nodejs

Version:

NodeJS Library for Siemens Insights Hub Connectivity - TypeScript SDK for Insights Hub and Industrial IoT - Command Line Interface - Insights Hub Development Proxy (Siemens Insights Hub was formerly known as MindSphere)

7 lines (6 loc) 499 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;