homebridge-unifi-access-gate
Version:
PRE-ALPHA (Do not install for stable installation - This is in developpement stage) - Homebridge plugin for Unifi Access with Sensors - Support for DOOR-HUB (G2) with the new Access API provided by Ubiquiti
29 lines (28 loc) • 595 B
JSON
{
"pluginAlias": "UnifiAccessPlatform",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"required": true,
"default": "Unifi Access Platform"
},
"apiToken": {
"title": "API Token",
"type": "string",
"required": true
},
"baseUrl": {
"title": "Base URL",
"type": "string",
"format": "uri",
"required": true,
"default": "https://ip_controller:12445"
}
}
}
}