UNPKG

unifi-client

Version:

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

7 lines (6 loc) 192 B
import { LANDevice } from './LANDevice'; import { EDeviceType } from './EDeviceType'; export declare class UBBDevice extends LANDevice { static type: EDeviceType; type: EDeviceType; }