UNPKG

homebridge-yale-sync-keypad

Version:

A pluign to connect to your Yale Sync Alarm account and allow you to change the alarm state using Homekit. Motion sensors are not supported, due to the fact that they are only active when the alarm is set to away.

9 lines (8 loc) 335 B
/** * This is the name of the platform that users will use to register the plugin in the Homebridge config.json */ export declare const PLATFORM_NAME = "Yale Sync Keypad"; /** * This must match the name of your plugin as defined the package.json `name` property */ export declare const PLUGIN_NAME = "homebridge-yale-sync-keypad";