UNPKG

@panoptic-it-solutions/unifi-api-client

Version:

A Node.js client library for the UniFi Controller API

8 lines (7 loc) 125 B
export interface HealthStats { status: string; uptime: number; cpu: number; mem: number; temp: number; }