UNPKG

unifi-client

Version:

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

8 lines (7 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ESiteEvents = void 0; var ESiteEvents; (function (ESiteEvents) { ESiteEvents["STA_SYNC"] = "sta:sync"; })(ESiteEvents || (exports.ESiteEvents = ESiteEvents = {}));