UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

11 lines (10 loc) 243 B
"use strict"; // Interfaces for DeviceService methods Object.defineProperty(exports, "__esModule", { value: true }); exports.IStatus = void 0; class IStatus { constructor() { this.online = false; } } exports.IStatus = IStatus;