UNPKG

homebridge-vesync-v2

Version:

A Homebridge plugin for controlling VeSync smart devices including outlets, air purifiers, and humidifiers

32 lines 958 B
{ "pluginAlias": "VesyncPlug", "pluginType": "platform", "singular": true, "headerDisplay": "Platform plugin for Etekcity Wifi Smart Plugs", "schema": { "type": "object", "properties": { "username": { "title": "Username", "type": "string", "required": true, "default": "", "description": "Your username/email for your Vesync account" }, "password": { "title": "Password", "type": "string", "required": true, "default": "", "description": "Your password for your Vesync account" }, "exclude": { "title": "Exclude", "type": "string", "required": false, "default": "", "description": "A comma separated list of device models to exclude, e.g. ESL100,ESL100CW,ESWD16" } } } }