UNPKG

homebridge-pura

Version:

Homebridge plugin for Pura smart fragrance diffusers

38 lines (37 loc) 926 B
{ "pluginAlias": "PuraFragranceDiffuser", "pluginType": "platform", "singular": true, "strictValidation": false, "schema": { "type": "object", "properties": { "name": { "title": "Name", "type": "string", "required": true, "default": "Pura Fragrance Diffuser" }, "username": { "title": "Username", "type": "string", "required": true, "description": "Your Pura app username (email address)" }, "password": { "title": "Password", "type": "string", "required": true, "description": "Your Pura app password" }, "refreshInterval": { "title": "Refresh Interval (seconds)", "type": "number", "minimum": 30, "maximum": 3600, "default": 300, "description": "How often to refresh device status (30-3600 seconds)" } } } }