homebridge-daikin-smart-ac
Version:
A Homebridge plugin for Daikin Wifi Adapter AC using Local API
24 lines (23 loc) • 431 B
JSON
{
"pluginAlias": "DaikinSmartAC",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"required": true,
"default": "Daikin Smart ACs"
},
"ips": {
"type": "array",
"items": {
"title": "IP Addresses",
"type": "string"
}
}
}
}
}