homebridge-zaptec
Version:
Control your Zaptec EV chargers
29 lines • 576 B
JSON
{
"pluginAlias": "ZaptecHomebridgePlugin",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"username": {
"title": "Username",
"type": "string",
"required": true
},
"password": {
"title": "Password",
"type": "string",
"required": true
},
"debug": {
"title": "Debug",
"type": "boolean"
},
"refreshInterval": {
"title": "Refresh Interval",
"type": "number",
"default": 60
}
}
}
}