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)

10 lines (9 loc) 320 B
import { MindSphereSdk } from "../src"; export declare function setupDeviceTestStructure(sdk: MindSphereSdk): Promise<{ device: any; deviceAsset: any; deviceType: any; deviceAssetType: any; folderid: string; }>; export declare function tearDownDeviceTestStructure(sdk: MindSphereSdk): Promise<void>;