UNPKG

unifi-client

Version:

NodeJs client for Unifi products (https://www.ui.com/)

14 lines (13 loc) 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EDeviceType = void 0; var EDeviceType; (function (EDeviceType) { EDeviceType["UAP"] = "uap"; EDeviceType["USW"] = "usw"; EDeviceType["UGW"] = "ugw"; EDeviceType["UDM"] = "udm"; EDeviceType["UBB"] = "ubb"; EDeviceType["UXG"] = "uxg"; EDeviceType["UNKNOWN"] = "unknown"; })(EDeviceType || (exports.EDeviceType = EDeviceType = {}));