UNPKG

unifi-client

Version:

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

11 lines (10 loc) 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EStatsPeriod = void 0; var EStatsPeriod; (function (EStatsPeriod) { EStatsPeriod["FIVE_MINUTES"] = "5minutes"; EStatsPeriod["HOURLY"] = "hourly"; EStatsPeriod["DAILY"] = "daily"; EStatsPeriod["MONTHLY"] = "monthly"; })(EStatsPeriod || (exports.EStatsPeriod = EStatsPeriod = {}));