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)

9 lines (8 loc) 324 B
import { Command } from "commander"; import { MindConnectAgent } from "../.."; declare const _default: (program: Command) => void; export default _default; export declare function getMindConnectAgent(assetid: any, options: any, spinner: any, color: Function): Promise<{ assetid: any; uploader: MindConnectAgent; }>;