0.0.4 • Published 6 years ago

homebridge-network-sensor v0.0.4

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
6 years ago

homebridge-network-sensor

HomeBridge module to detect if a device is connected to the network.

Requires arp-scan to be installed

Sample config:

{
    "accessories": [
        {
            "accessory": "NetworkSensor",
            "name": "iPhoneX",
            "mac": "B0:19:C6:C5:AC:1E",
            "iface": "wlan0",
            "update_interval": 10000,
            "detection_timeout": 120000 
        }
    ]
}