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)

8 lines (7 loc) 418 B
import { Command } from "commander"; import { MindSphereSdk } from "../../api/sdk"; declare const _default: (program: Command) => void; export default _default; export declare function listAssets(options: any, sdk: MindSphereSdk): Promise<void>; export declare function getTree(sdk: MindSphereSdk, assetId?: string): Promise<void>; export declare function deleteAsset(options: any, sdk: MindSphereSdk): Promise<void>;