UNPKG

homebridge-netman

Version:

A Homebridge plugin to monitor devices connected to your network, track online/offline status, display Wi-Fi stats, and provide optional router controls.

6 lines (5 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLATFORM_NAME = exports.PLUGIN_NAME = void 0; exports.PLUGIN_NAME = 'homebridge-netman'; exports.PLATFORM_NAME = 'NetworkMonitor';