UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

10 lines (9 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CloudDeviceService = void 0; class CloudDeviceService { async getConnection(deviceId) { throw new Error("Method not implemented."); } } exports.CloudDeviceService = CloudDeviceService;