UNPKG

homebridge-interlogix

Version:

Homebridge Support for Interlogix Wireless Contact and Motion Sensors using rtl_433

25 lines (24 loc) 1.15 kB
{ "pluginAlias": "interlogix", "pluginType": "platform", "singular": true, "headerDisplay": "[Homebridge](https://github.com/homebridge/homebridge) Support for [Interlogix](https://www.interlogix.com) Wireless Contact and Motion Sensors using [rtl_433](https://github.com/merbanan/rtl_433)", "footerDisplay": "Raise [Issues](https://github.com/Sunoo/homebridge-interlogix/issues) or submit [Pull Requests](https://github.com/Sunoo/homebridge-interlogix/pulls) on [Project Page](https://github.com/Sunoo/homebridge-aqicn).", "schema": { "type": "object", "properties": { "name": { "title": "Name", "type": "string", "required": true, "default": "Interlogix", "description": "A unique name for the accessory. It will be used as the accessory name in HomeKit." }, "dontLearn": { "title": "Disable Learning", "type": "boolean", "description": "When set, new devices will not be added to HomeKit as they're noticed." } } } }