UNPKG

homebridge-samsung-window-ac

Version:
30 lines (29 loc) 782 B
{ "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" } } } }