UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

12 lines (11 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceType = void 0; var DeviceType; (function (DeviceType) { DeviceType["HUB"] = "HUB"; DeviceType["LOCK"] = "LOCK"; DeviceType["ELEVATOR_LOCK"] = "ELEVATOR LOCK"; DeviceType["THERMOSTAT"] = "THERMOSTAT"; DeviceType["TV"] = "TV"; })(DeviceType || (exports.DeviceType = DeviceType = {}));