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.
35 lines (34 loc) • 746 B
JSON
{
"pluginAlias": "Homebridge-NetMan",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"bluetoothName": {
"type": "string",
"title": "Bluetooth Name of LED Light",
"required": true
},
"devices": {
"type": "array",
"title": "Devices",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Device Name",
"required": true
},
"mac": {
"type": "string",
"title": "Device MAC Address",
"required": false
}
}
}
}
}
}
}