homebridge-samsung-window-ac
Version:
Homebridge plugin for Samsung Window Air Conditioners
30 lines (29 loc) • 782 B
JSON
{
"pluginAlias": "SamsungWindowAC",
"pluginType": "platform",
"singular": true,
"strictValidation": false,
"schema": {
"type": "object",
"properties": {
"clientId": {
"title": "Client ID",
"type": "string",
"required": true,
"description": "Samsung SmartThings Client ID for OAuth authentication"
},
"clientSecret": {
"title": "Client Secret",
"type": "string",
"required": true,
"description": "Samsung SmartThings Client Secret for OAuth authentication"
},
"refreshToken": {
"title": "Refresh Token",
"type": "string",
"required": true,
"description": "Samsung SmartThings Refresh Token for obtaining access tokens"
}
}
}
}